automation-workflows

automation-workflows is a skill for Claude Code, Codex from CraftOS-dev/CraftBot. It costs 105 tokens per session (2,469 once invoked), scanned A, a copy of automation-workflows, MIT.

A guide to finding repetitive business tasks and connecting tools into automated workflows. A workflow is a sequence where a trigger starts one or more actions, often without writing code.

In plain words
What is it for?
Use it to audit recurring work, estimate monthly time costs, choose automation candidates, design triggers and actions, and improve existing automations.
Why use it?
It helps solopreneurs identify work that consumes time but follows predictable rules. It also provides a way to judge which tasks are worth automating before building them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to audit recurring work, estimate monthly time costs, choose automation…

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

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/craftos-dev/craftbot/automation-workflows.svg)](https://agentmods.dev/skills/craftos-dev/craftbot/automation-workflows)
Your own site
<a href="https://agentmods.dev/skills/craftos-dev/craftbot/automation-workflows"><img src="https://agentmods.dev/badge/skills/craftos-dev/craftbot/automation-workflows.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,469 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 100% copy Near-identical to another mod 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.00105 $0.02469
Opus 5 $0.00053 $0.01234
Sonnet 5 $0.00021 $0.00494
Haiku 4.5 $0.00011 $0.00247

Measured 7d ago against content hash 7e2a1b38c6f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 7d 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.

Origin

This is a copy

100% identical to automation-workflows — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/automation-workflows/SKILL.md · 268 lines

How it starts

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

Automation Workflows

Overview

As a solopreneur, your time is your most valuable asset. Automation lets you scale without hiring. The goal is simple: automate anything you do more than twice a week that doesn't require creative thinking. This playbook shows you how to identify automation opportunities, design workflows, and implement them without writing code.


Step 1: Identify What to Automate

Not every task should be automated. Start by finding the highest-value opportunities.

Automation audit (spend 1 hour on this):

  1. Track every task you do for a week (use a notebook or simple spreadsheet)

  2. For each task, note:

    • How long it takes
    • How often you do it (daily, weekly, monthly)
    • Whether it's repetitive or requires judgment
  3. Calculate time cost per task:

    Time Cost = (Minutes per task × Frequency per month) / 60
    

    Example: 15 min task done 20x/month = 5 hours/month

  4. Sort by time cost (highest to lowest)

Good candidates for automation:

  • Repetitive (same steps every time)
  • Rule-based (no complex judgment calls)
  • High-frequency (daily or weekly)
  • Time-consuming (takes 10+ minutes)

Examples:

  • ✅ Sending weekly reports to clients (same format, same schedule)
  • ✅ Creating invoices after payment
  • ✅ Adding new leads to CRM from form submissions
  • ✅ Posting social media content on a schedule
  • ❌ Conducting customer discovery interviews (requires nuance)
  • ❌ Writing custom proposals for clients (requires creativity)

Low-hanging fruit checklist (start here):

  • Email notifications for form submissions
  • Auto-save form responses to spreadsheet
  • Schedule social posts in advance
  • Auto-create invoices from payment confirmations
  • Sync data between tools (CRM ↔ email tool ↔ spreadsheet)

Step 2: Choose Your Automation Tool

Three main options for no-code automation. Pick based on complexity and budget.

Tool comparison:

Tool Best For Pricing Learning Curve Power Level
Zapier Simple, 2-3 step workflows $20-50/month Easy Low-Medium
Make (Integromat) Visual, multi-step workflows $9-30/month Medium Medium-High
n8n Complex, developer-friendly, self-hosted Free (self-hosted) or $20/month Medium-Hard High

Read the full file on GitHub · 268 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 268 lines · 105 tokens per session scan A 7e2a1b38c6f3

Subscribe to this mod's changes

automation-workflows is a skill published in the GitHub repository CraftOS-dev/CraftBot (380 stars, last pushed 3d ago), licensed MIT. It adds 105 tokens to every session and 2,469 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to automation-workflows, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

artifact-storage-policy

A set of rules for choosing where project deliverables are stored in Google Drive or GitHub, how they are named, and how they are checked after saving.

a275618631/codex-antigravity-collaboration · 68 tokens

output-contract

A delivery checklist for coding-agent tasks. It makes the final response state what was completed, changed, tested, left unresolved, and still needs confirmation.

a275618631/codex-antigravity-collaboration · 79 tokens

save-to-notion

A skill for organizing selected coding-agent conversations, decisions, workflows, and reusable knowledge in a Notion knowledge hub. Notion is a workspace for storing structured documents and databases.

a275618631/codex-antigravity-collaboration · 100 tokens

delivery-manifest

A delivery-tracking system that records files created, changed, uploaded, or sent and controls their Google Drive locations.

a275618631/codex-antigravity-collaboration · 49 tokens

batch-file-creation

How autonomous coding agents scaffold multi-file features and directories in a single execution turn using local generator scripts, cutting round-trip latency by 90%.

alivirgo/Major-AI-Skills · 33 tokens

sales-daily-briefing

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

frumu-ai/tandem · 70 tokens