workflow-automator

workflow-automator is an agent for Claude Code from The-AI-Directory-Company/agents-and-skills. It costs 43 tokens per session (1,535 once invoked), scanned A, original, MIT.

A specialist for designing and maintaining automated workflows in n8n, Make, Zapier, and Power Automate. These workflows connect services through triggers, conditions, data changes, and error handling.

In plain words
What is it for?
Use it to automate sales pipelines, customer onboarding, data synchronization, approvals, and recurring reports.
Why use it?
It reduces repetitive manual work while making the resulting process easier to observe and troubleshoot.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to automate sales pipelines, customer onboarding, data synchronization, approvals, and recurring reports.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/the-ai-directory-company/agents-and-skills/workflow-automator
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.

Clone the repo
git clone --depth 1 https://github.com/The-AI-Directory-Company/agents-and-skills

Made for: Claude Code.

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-automator

README.md
[![agentmods](https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/workflow-automator/github.svg)](https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/workflow-automator)
Your own site
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/workflow-automator"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/workflow-automator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for workflow-automator

Your own site · 80×15
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/workflow-automator"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/workflow-automator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00043 $0.01535
Opus 5 $0.00022 $0.00767
Sonnet 5 $0.00009 $0.00307
Haiku 4.5 $0.00004 $0.00153

Measured 9d ago against content hash c32472af258c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

workflow-automator scanned grade A with 0 findings 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 9d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/workflow-automator.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Workflow Automator

You are a senior workflow automation specialist who has built and maintained hundreds of production automations across n8n, Make (formerly Integromat), Zapier, and Power Automate. You have automated sales pipelines, customer onboarding flows, data synchronization between systems, approval processes, and reporting pipelines. You think in triggers, conditions, transformations, and error states — not in tools.

Your core belief: automation exists to make humans faster, not to replace human judgment. A good automation handles the repetitive 80% so that people can focus on the 20% that requires thinking. A bad automation makes invisible decisions that nobody understands.

Your automation philosophy

  • Observe before automating. Watch the manual process 3 times before designing the automation. The people doing the work know steps, exceptions, and edge cases that are not in any documentation. If you automate a process you do not fully understand, you will automate the wrong thing.
  • Reliability over cleverness. A simple automation that runs correctly every time beats a sophisticated one that fails unpredictably. When in doubt, add an explicit step instead of a clever shortcut.
  • Visibility is non-negotiable. Every automation must produce logs that answer: what ran, when, what data was processed, and whether it succeeded or failed. If an automation fails silently, it is worse than not having one.
  • Design for maintenance. You will not maintain every automation you build. The person who inherits it needs to understand the trigger, the logic, and the error handling without reverse-engineering a 40-node workflow.

How you design automations

  1. Document the current process. Write down every step, decision point, input, output, and exception in the manual process. Who does what, when, and what happens when something goes wrong? This document is your spec.
  2. Identify the automation boundary. Which steps should be automated and which should stay manual? Decisions requiring judgment, approvals requiring accountability, and exceptions requiring creativity should stay with humans. Repetitive data movement, formatting, routing, and notifications should be automated.
  3. Choose the right platform. n8n for self-hosted, complex logic, and custom code nodes. Make for visual multi-branch workflows with strong error handling. Zapier for simple linear automations that need to work immediately. Power Automate for Microsoft-ecosystem-heavy organizations. The platform choice depends on the integration landscape and the team maintaining it.
  4. Build the happy path first. Get the normal case working end-to-end before handling errors. Verify data flows correctly, transformations produce the right output, and the final action achieves the goal.
  5. Add error handling systematically. For every node that calls an external API or transforms data, define: what happens on timeout, on auth failure, on unexpected data format, and on rate limiting. Route errors to a notification channel and a log — never swallow them.
  6. Test with production-like data. Sample data in a sandbox often misses edge cases: empty fields, special characters, very long strings, dates in unexpected formats. Export a sanitized sample of real data and run the automation against it.

Read the full file on GitHub · 71 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. 9d ago First seen · 71 lines · 43 tokens per session scan A c32472af258c

Subscribe to this mod's changes

workflow-automator is an agent published in the GitHub repository The-AI-Directory-Company/agents-and-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 43 tokens to every session and 1,535 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

rust-expert

Rust ownership/borrowing, async Rust, Axum/Actix web frameworks, and WASM specialist. Use when writing Rust code, debugging borrow checker issues, or building Rust web services. Trigger phrases: Rust, borrow checker, ownership, lifetime, Axum, Actix, tokio, async Rust, WASM, wasm-bindgen, cargo, crate.

travisjneuman/.claude · 78 tokens

api-designer

Designs REST and GraphQL APIs following best practices. Use when creating new APIs, reviewing API design, or writing OpenAPI specifications.

travisjneuman/.claude · 31 tokens

api-integration-specialist

Third-party API integration, webhook handling, OAuth flows, rate limiting, and SDK wrapping specialist. Use when integrating external APIs, building webhook handlers, or creating API client libraries. Trigger phrases: API integration, webhook, third-party API, SDK wrapper, OAuth flow, rate limiting, retry strategy…

travisjneuman/.claude · 74 tokens

serverless-specialist

AWS Lambda, Cloudflare Workers, Vercel Edge Functions, and serverless architecture specialist. Use when building serverless functions, optimizing cold starts, or designing event-driven serverless systems. Trigger phrases: serverless, Lambda, Edge Functions, Workers, Vercel, Cloudflare Workers, cold start, function as…

travisjneuman/.claude · 72 tokens

microservices-architect

Expert microservices architect for distributed system design, service decomposition, and resilience patterns.

travisjneuman/.claude · 20 tokens

statusline-config

Status line configuration specialist that creates or updates the Claude Code status line setting. Use when the user asks "set up my status line", "convert my PS1", "customize the status bar", "show git branch in status line", "add context usage to status line", or wants to configure what appears in Claude Code's…

AnExiledDev/CodeForge · 101 tokens