Build production agents in plain English.
Understand how Wiro Agents connect tools, follow custom skills, run on schedules and keep every workflow observable.
Three steps. That's it.
Pick integrations
OAuth or API key for the apps your agent talks to. Twitter, Gmail, Apollo, HubSpot, GA4, and more.
Write your Custom Skill
Plain-English markdown. Behavior, scheduled tasks, and tools in a single file.
Deploy
Ship to the managed runtime. Cron, chat, webhooks, REST, and retries are wired for you.
Build with skills.
Instructions, knowledge, guardrails. Composable as code.
Instructions
Define behavior in natural language. Iterate. Version every change.
You are a marketing assistant. Professional tone. No competitors.
Skills
Reusable capabilities. Send emails, run ad campaigns, post on social.
social-post · analytics-report email-send · file-upload
Knowledge
Connect data, files, and sources of truth. Memory across sessions.
Google Drive · uploaded files · API endpoints · session memory
Guardrails
Keep agents safe, compliant, on-brand. Defined in plain English.
Redact PII. Refuse off-topic. Escalate when uncertain.
The autonomous agent. Working 24/7.
- Runs on its own schedule. You never have to start it.
- Hourly, daily, weekly, or any cron expression you can write.
- Pings via chat or webhook only when something needs attention.
- Carries state across runs, so every cycle compounds on the last.
*/15 * * * *Every 15 minutes*/30 * * * *Every 30 minutes0 * * * *Every hour0 */4 * * *Every 4 hours0 9 * * *Daily at 9:00 AM UTC0 9 * * 1Every Monday at 9:00 AM UTC$ cron tick · 0 9 * * 1$ trigger skill: review-scanner.md▍
---name: review-scannerschedule: "0 9 * * 1"auth: appstore/wiro--- ## GoalScan App Store reviewsand draft replies forthe operator to approve. ## ToneEmpathetic. Concise.Acknowledge bugs.
Custom Skills and Scheduled Tasks
Markdown
## Voice Professional and informative. No slang. ## Hashtags Max 3 per post. Always include #AI and #WiroAI. ## Posting Style Every post must include a link. Use bullet points for features.
Cron interval
key: push-scanner enabled: true # At 9 AM daily, scan upcoming # holidays and craft push # notification suggestions for # the operator to approve.
Skills are markdown files. Versioned. Portable. Editable, even at runtime.
Any schedule. Any agent.
Cron covers every cadence. Here's how real teams use it.
Every Monday at 9am, review last week's reviews and draft replies
- Cron
- App Review
- Telegram
Every Friday at 5pm, compile a weekly performance report
- Cron
- Google Ads
- Slack
Every morning at 8am, scan competitors' posts and brief me
- Cron
- Social Manager
- Telegram
Every 2 hours, check Apollo for new prospects and qualify
- Cron
- Apollo
- HubSpot
Every Sunday at 10pm, clean stale subscribers from Mailchimp
- Cron
- Newsletter
- Mailchimp
Every hour, sweep Telegram inbox for content requests
- Cron
- Telegram
- Blog Editor
Agents can sit inside any Wiro workflow.
Use agents as a clean handoff point between models, channels and scheduled work.
Skills stay visible and editable.
Every capability is a small, inspectable building block instead of a black-box animation.
Apollo
Find 20 marketing leads at Series B SaaS in Berlin
20 prospects · enriched · 3 hot signals flaggedHubSpot
Update Acme deal stage and log this Zoom call summary
Stage → Negotiation · activity logged · contact updatedGmail
Draft replies to all support emails older than 24h
6 drafts ready · awaiting Telegram approvalTry it before you ship.
Live preview chat
Try your agent the moment you save. Run multiple chats side by side.
Hot-reload on update
Edit a skill, save it. The running agent picks up the change without a restart.
Version history
Every change is tracked. Roll back to any version with one click.
Wire it once. Improve it forever.
Plug it into your stack
A handful of REST calls is all it takes. Connect the agent to your product or workflow once, version it in Git, then move on.
Iterate without releases
Tweak prompts. Add custom skills. Ship behaviour changes from the panel. No PR, no deploy, no waiting on anyone's queue.
Credential access, logs and approvals stay explicit.
The public page now uses the same calm Wiro card language as the rest of the Agents family.
Live preview chat
Try your agent the moment you save. Run multiple chats side by side.
Hot-reload on update
Edit a skill, save it. The running agent picks up the change without a restart.
Version history
Every change is tracked. Roll back to any version with one click.
Your first agent. Live in minutes.
Build, deploy and iterate with one Wiro interface.









