automation-workflows

automation-workflows is a skill for Claude Code, Codex from MerkyorLynn/Lynn. It costs 105 tokens per session (2,469 once invoked), scanned A, a copy of automation-workflows, Apache-2.0.

A guide for finding repetitive business tasks and connecting triggers and actions into automated workflows. Automation means software performs defined steps for you.

In plain words
What is it for?
Use it to audit recurring tasks, choose good automation candidates, design workflows, and set up processes across tools.
Why use it?
It helps identify work that consumes time but follows repeatable, rule-based steps, then turn it into a workflow.

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 tasks, choose good automation candidates, design workflows, and set up processes across tools.

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

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/merkyorlynn/lynn/automation-workflows/github.svg)](https://agentmods.dev/skills/merkyorlynn/lynn/automation-workflows)
Your own site
<a href="https://agentmods.dev/skills/merkyorlynn/lynn/automation-workflows"><img src="https://agentmods.dev/badge/skills/merkyorlynn/lynn/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/merkyorlynn/lynn/automation-workflows"><img src="https://agentmods.dev/badge/skills/merkyorlynn/lynn/automation-workflows.svg" alt="Reviewed on agentmods" width="80" 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 10d ago against content hash 7e2a1b38c6f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 10d 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.

skills2set/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

1 file 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. 10d 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 MerkyorLynn/Lynn (42 stars, last pushed yesterday), licensed Apache-2.0. 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

batch

Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use /batch followed by operation and file pattern.

QwenLM/qwen-code · 37 tokens

loop

Create a loop that runs a prompt now and follows up either on a fixed schedule or through self-paced wakeups. Usage - /loop check the build, /loop 5m check the build, /loop check the PR every 30m. /loop list to show jobs, /loop clear to cancel all.

QwenLM/qwen-code · 66 tokens

session-reader

Summarize Mux session folders into a clean markdown report. Use when you need fast context at task start, want to review tool calls, delegated agents, artifacts, or outcomes across one or more sessions.

jnotsknab/mux-swarm · 45 tokens

cua-driver

Drive a native GUI app (macOS, Windows, Linux) via the Qwen Cua Driver CLI (default) or MCP server; snapshot its accessibility tree, act through snapshot-bound element tokens, native menu paths, exact window geometry, or pixel coordinates, and verify from fresh state. Use when the user asks you to operate, drive…

QwenLM/qwen-code · 88 tokens

codegraph

Analyze indexed codebases via graph database (neug) and vector index (zvec). Covers call graphs, dependencies, dead code, hotspots, module coupling, architecture reports, semantic search, impact analysis, bug root cause from GitHub issues, class diagrams (UML), and PR review (risk scoring, conflict detection…

QwenLM/qwen-code · 0 tokens

goal-draft

Turn a fuzzy intention into a /goal objective the Goal verifier can actually judge - one outcome, numbered binary "Done when" checks that leave evidence in the transcript, guardrails, a budget, and a block protocol. Use when the user wants to set or define a goal, asks whether a goal is good enough, or says "keep…

QwenLM/qwen-code · 114 tokens