Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add oyi77/1ai-skills --skill workflow-buildergit clone --depth 1 https://github.com/oyi77/1ai-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/oyi77/1ai-skills/workflow-builder)<a href="https://agentmods.dev/skills/oyi77/1ai-skills/workflow-builder"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/workflow-builder.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 199 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.02878 |
| Opus 5 | $0.00015 | $0.01439 |
| Sonnet 5 | $0.00006 | $0.00576 |
| Haiku 4.5 | $0.00003 | $0.00288 |
Grade A, and why
workflow-builder scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| Webhook trigger never fires | Firewall blocks inbound connection, or webhook URL is incorrect | Verify endpoint is publicly reachable via curl. Check platform webhook logs for delivery attempts. | How it starts
The opening of the file, as written. The whole thing — 249 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workflow Builder
When to Use
Trigger phrases:
- "workflow builder"
- "Help me with workflow builder"
Use cases:
- When the task matches this skill's domain expertise
When NOT to use:
- For tasks outside this skill's scope
Build and automate workflows for business operations using Notion for task tracking and Slack for notifications.
When NOT to Use
- For one-off tasks that will never repeat
- When the process requires human judgment at every step
- When the cost of automation exceeds the cost of manual execution
Overview
Workflow Builder bridges the gap between manual business processes and fully automated operations across platforms like Make.com, n8n, and Zapier. Modern workflow automation connects disparate tools — CRMs, communication platforms, databases, and analytics — into cohesive pipelines that execute reliably without human intervention. The visual drag-and-drop paradigm has made workflow design accessible to non-developers, while code-based workflows via tools like Prefect and Temporal give engineers fine-grained control over execution, retries, and state management.
Three dominant platforms serve different automation profiles. Zapier excels at simple, single-condition triggers with 7,000+ app integrations — ideal for solo operators and small teams who need quick, no-code connections between SaaS tools. Make.com (formerly Integromat) offers visual scenario builders with routers, aggregators, and data transformation modules for medium-complexity workflows. n8n provides open-source, self-hosted workflow automation with full JavaScript/Python code nodes, webhook listeners, and granular error handling for engineering teams who need control over data residency and infrastructure.
Every automated workflow follows the same abstract pattern: a trigger (scheduled cron, webhook payload, or platform event) fires, which passes data through a pipeline of actions that transform, route, or store information. Routers branch execution based on conditions, loops process arrays item-by-item, and error handlers catch failures with retries or fallback paths. Understanding this common architecture lets you translate a workflow from one platform to another and choose the right tool for each automation's complexity.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 249 lines · 31 tokens per session scan A 40b3fe12ba7c
workflow-builder is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed yesterday), licensed MIT. It adds 31 tokens to every session and 2,878 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
slack-workflows
Slack automation and workflow builder - notifications, standup bots, approval flows, and cross-platform integrations.
lark-workflow-standup-report
A workflow that combines calendar events with unfinished Lark tasks to produce a daily or weekly work summary.
update-scheduled-task
Modify scheduled task settings WITHOUT deleting. Can modify notifyonstart, notifyoncomplete, enabled. Common uses - (1) 'Turn off notification' = notify=false, (2) 'Pause task' = enabled=false, (3) 'Resume task' = enabled=true.
agent-slack
Slack CLI for agents: read URLs/threads/history/unreads/later/canvases/workflows, create/edit canvases from Markdown, search messages/files, download attachments, lookup users, list/create/invite channels, open DMs, compose messages, manage Slack-native drafts, schedule sends, and explicit…
workflow-extract
Baut aus einem Chatverlauf oder aus bestehenden Automatisierungs-Prompts (z. B. eines anderen Agenten-Systems) eine selbstlaufende, user-neutrale Workflow-Automatisierung: einen wiederkehrenden Prompt bzw. Automations-Skill für Cron/Schedule/Loop. Alias: automations-extractor. Nutze diesen Skill bei „mach daraus eine…
notion-automation
Notion database automation - sync, templates, workflows, and cross-platform integrations.