workflows

workflows is a skill for Claude Code from oyi77/1ai-skills. It costs 41 tokens per session (4,535 once invoked), scanned A, original, MIT.

An automation hub for connecting scheduled jobs, app events, webhooks, and visual workflows. A webhook is an HTTP request that lets one service notify another when something happens; n8n is a visual workflow-building tool.

In plain words
What is it for?
It helps design cron-based data jobs, IFTTT-style applets, n8n workflows, webhook routes, and self-hosted automation services.
Why use it?
It helps replace repetitive manual handoffs between applications with scheduled or event-driven processes, including self-hosted alternatives to services such as Zapier.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/user/scripts/generate-daily-report.sh.

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

Good fit It helps design cron-based data jobs, IFTTT-style applets, n8n workflows, webhook routes, and self-hosted automation services.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add oyi77/1ai-skills
Claude Code
/plugin install 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 workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/oyi77/1ai-skills/workflows.svg)](https://agentmods.dev/skills/oyi77/1ai-skills/workflows)
Your own site
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/workflows"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/workflows.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,535 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.
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.00041 $0.04535
Opus 5 $0.00020 $0.02268
Sonnet 5 $0.00008 $0.00907
Haiku 4.5 $0.00004 $0.00453

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

Security

Grade A, and why

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

# IFTTT Webhook trigger — curl from your server
automation/workflows/SKILL.md · 503 lines

How it starts

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

Workflows — Automation Workflow Hub

Money-Making Overview

Tool Service You Sell Monthly Revenue Potential Setup Complexity
n8n Builder Build custom automation workflows for clients ($200-$2,000/project) $2,000-$8,000/mo Medium
Cron Designer Scheduled data jobs, report generation, batch processing $500-$3,000/mo Low
Webhook Router Integration middleware for SaaS apps, payment gateways $1,000-$5,000/mo Medium
IFTTT Maker Simple applet-based automations for non-technical clients $300-$2,000/mo Very Low
Zapier Alt Self-hosted Zapier replacement — sell as managed service $1,000-$6,000/mo High
Build-in-Public Pipeline Document and sell your automation setup as a productized service $1,000-$4,000/mo Low

Combined Revenue Potential: $5,000-$25,000/mo when you build once, deploy for many clients.


Combined Capabilities Table

Feature Cron IFTTT n8n Webhook Router Zapier Alt
Visual drag-and-drop builder No Yes (applets) Yes No Yes (Zaps)
Trigger type Time-based only App event + time App + webhook + time HTTP/webhook App + webhook + time
Custom code Shell/Python No JS/Python nodes Your server No (native)
400+ integrations No Yes Yes No (custom) Yes
Self-hosted System cron No Docker/K8s Your server n8n (alt)
Free tier Yes Limited Yes (self-host) Yes $20/mo (Zapier)
Error handling Bash retry Applet limits Full nodes Express/Caddy Built-in
Money potential Reports/data Simple triggers Complex pipelines API middleware Managed hosting

1. Cron Designer

Overview

Cron is the UNIX standard for time-based job scheduling. A cron expression (min hour day month weekday) triggers commands at precise intervals. Combined with bash/Python, cron drives the entire automation pipeline.

Quick Reference — Cron Expressions

Read the full file on GitHub · 503 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 · 503 lines · 41 tokens per session scan A 934e93564421

Subscribe to this mod's changes

workflows is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 4,535 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

automation-flows

Use when building or fixing a no-code automation on n8n, Make, or Zapier — trigger to multi-app steps with data mapping, dedup, retries and an error path — or picking the platform by billing unit (task vs credit vs execution). NOT a typed API client in code (that is api-connector-builder), NOT a webhook receiver in…

ericrisco/rsc-harness · 85 tokens

subscription-manager

Create and manage scheduled subscription tasks. Use when the user wants to set up recurring reminders, periodic reports, scheduled checks, or any automated tasks that run on a schedule. Supports cron expressions, fixed intervals, and one-time executions.

wecode-ai/Wegent · 49 tokens

automation-strategy

Use when deciding whether a process is worth automating, sizing ROI and build-vs-buy, choosing an automation platform, or diagnosing why a fleet of automations keeps breaking — the decision layer before anyone builds. NOT building the flow (that is automation-flows, or n8n / make / zapier / power-automate to drive a…

ericrisco/rsc-harness · 86 tokens

thread-cron

Design and operate native thread-local cron jobs for a cron-enabled Codex CLI build.

PinkPig97/codex-thread-cron · 21 tokens

wp-content-workflows

This skill should be used when the user asks about "workflow automation", "triggers", "scheduled tasks", "WP-Cron", "content publishing triggers", "hook-based actions", "post status transitions", "automated notifications", "workflow triggers", "event-driven actions", "content lifecycle hooks", "multi-channel actions"…

morrealev/wordpress-manager · 90 tokens

Automation Architect

Design workflow automations using Zapier, Make, n8n, and other automation tools.

jmsktm/claude-settings · 21 tokens