workflow-builder

workflow-builder is a skill for Claude Code from oyi77/1ai-skills. It costs 31 tokens per session (2,878 once invoked), scanned A, original, MIT.

A workflow for designing and automating recurring business processes across tools such as Notion, Slack, and workflow platforms.

In plain words
What is it for?
Use it to build cross-team workflows with task boards, notifications, and process coordination. It is not intended for one-off work or processes requiring human judgment at every step.
Why use it?
It helps replace repeated manual handoffs, task tracking, and notifications with a defined process.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the 1ai-skills plugin — 187 skills, 4 commands shipped together

Good fit Use it to build cross-team workflows with task boards, notifications, and process coordination. It is not intended for one-off work or processes requiring human judgment at every step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oyi77/1ai-skills/workflow-builder
Install

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.

Any agent
npx skills add oyi77/1ai-skills --skill workflow-builder
Clone the repo
git clone --depth 1 https://github.com/oyi77/1ai-skills

Made for: Claude Code.

Or install 1ai-skills, the plugin that ships this one along with the rest of its 187 skills, 4 commands.

Wrote 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.

agentmods badge for workflow-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/oyi77/1ai-skills/workflow-builder.svg)](https://agentmods.dev/skills/oyi77/1ai-skills/workflow-builder)
Your own site
<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>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,878 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash 40b3fe12ba7c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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. |
automation/workflow-builder/SKILL.md · 249 lines

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.

Read the full file on GitHub · 249 lines

Changes

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.

  1. 8d ago First seen · 249 lines · 31 tokens per session scan A 40b3fe12ba7c

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

slack-workflows

Slack automation and workflow builder - notifications, standup bots, approval flows, and cross-platform integrations.

claude-office-skills/skills · 24 tokens

lark-workflow-standup-report

A workflow that combines calendar events with unfinished Lark tasks to produce a daily or weekly work summary.

seaworld008/Commonly-used-high-value-skills · 53 tokens

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.

openakita/openakita · 61 tokens

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…

stablyai/agent-slack · 78 tokens

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…

ellmos-ai/skills · 249 tokens

notion-automation

Notion database automation - sync, templates, workflows, and cross-platform integrations.

claude-office-skills/skills · 20 tokens