automation-workflows

automation-workflows is a skill for Claude Code, Codex from mfwarren/entrepreneur-claude-skills. It costs 3 tokens per session (563 once invoked), scanned A, original, MIT.

An automation-planning guide for finding repeated business work and designing workflows for tools such as Zapier, Make, n8n, or custom scripts. It describes triggers, steps, conditions, results, and failure handling.

In plain words
What is it for?
Use it to review current processes, rank automation ideas by impact and effort, choose a suitable tool, and plan each workflow.
Why use it?
It turns scattered repetitive tasks into documented workflows, reducing manual copying, missed steps, and avoidable errors.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review current processes, rank automation ideas by impact and effort, choose a suitable tool, and plan each workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mfwarren/entrepreneur-claude-skills/automation-workflows
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 mfwarren/entrepreneur-claude-skills --skill automation-workflows
Clone the repo
git clone --depth 1 https://github.com/mfwarren/entrepreneur-claude-skills

Made for: Claude Code, Codex.

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 automation-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/automation-workflows/github.svg)](https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/automation-workflows)
Your own site
<a href="https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/automation-workflows"><img src="https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/automation-workflows/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 automation-workflows

Your own site · 80×15
<a href="https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/automation-workflows"><img src="https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/automation-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 563 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.00003 $0.00563
Opus 5 $0.00002 $0.00282
Sonnet 5 $0.00001 $0.00113
Haiku 4.5 $0.00000 $0.00056

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

Security

Grade A, and why

automation-workflows 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 12d 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.

skills/operations/automation-workflows/SKILL.md · 91 lines

What it actually says

Automation Workflows

Identify automation opportunities and design workflows for Zapier, Make, n8n, or custom scripts.

Purpose

Find the highest-ROI automation opportunities in your business and design the workflows. Focus on eliminating categories of manual work, not just individual tasks.

Workflow

Step 1: Audit Current Processes

  • What tasks do you or your team repeat weekly?
  • What involves copying data between tools?
  • Where do things fall through the cracks?
  • What tools/apps does your business use?

Step 2: Prioritize by Impact

Score each candidate:

  • Time saved per week (hours)
  • Error reduction potential
  • Revenue impact (direct or indirect)
  • Implementation complexity (easy/medium/hard)

Prioritize: High impact + Easy implementation first.

Step 3: Design the Workflow

For each automation:

  • Trigger: What starts the workflow
  • Steps: What happens in sequence
  • Conditions: If/then logic
  • Output: What's the end result
  • Error handling: What happens when it fails

Step 4: Tool Recommendation

Based on complexity:

  • Zapier: Simple, low-code, wide integrations
  • Make (Integromat): More complex logic, better pricing
  • n8n: Self-hosted, developer-friendly
  • Custom script: When no-code won't cut it

Step 5: Implementation Guide

Step-by-step setup instructions for the chosen tool.

Output Format

## Automation Audit: [Business/Process]

### Opportunities Identified
| # | Task | Time/Week | Impact | Complexity | Priority |
|---|------|-----------|--------|------------|----------|
| 1 | ... | Xh | High | Easy | Do first |

### Workflow: [Name]
**Trigger:** [What starts it]
**Steps:**
1. [Step]
2. [Step]
**Tool:** [Recommended platform]

### Implementation Guide
[Step-by-step setup]

Constraints

  • Don't automate broken processes — fix the process first
  • Always include error handling and failure notifications
  • Note ongoing costs for automation platforms
  • Recommend starting simple and iterating
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. 12d ago First seen · 91 lines · 3 tokens per session scan A 5943f1bb8edc

Subscribe to this mod's changes

automation-workflows is a skill published in the GitHub repository mfwarren/entrepreneur-claude-skills (67 stars, last pushed 7mo ago), licensed MIT. It adds 3 tokens to every session and 563 once invoked, about $0.0000 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-08-30.

Related

Other skills, from other repositories

re0-upgrade

Bring your installed paperthin skills up to the full current catalog in one step: retire what's been renamed, add every skill you don't have yet, and refresh the rest, all shown and confirmed before anything changes.

LilMGenius/paperthin · 47 tokens

mm-resume

A workflow for restoring project context after starting a new Claude Code session or clearing the conversation. It reads project notes, recent session information, version-control status, and available planning files.

mworldorg/markdown-memory · 161 tokens

mm-setup

A setup guide that personalizes a shared mm system for one user. It asks for details such as your name, work area, tools, language, and Obsidian vault location, then saves them in private configuration files.

mworldorg/markdown-memory · 152 tokens

mm

A dispatcher that provides short /mm commands for project setup, session recovery, project overviews, and workflow checks. It maps these aliases to longer system commands.

mworldorg/markdown-memory · 103 tokens

stay-within-limits

Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.

BuilderIO/skills · 45 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens