Workflows

12 recipes, filter by use case, license, or difficulty.

SecurityFreeMachine-verified

n8n as an MCP server: prove each exposed workflow is one narrow tool behind its own token

Expose n8n workflows to an agent through MCP Server Triggers without handing it your whole toolbox, by proving each agent-callable trigger is one narrow workflow behind its own bearer token with no wildcard-HTTP or delete-capable node, so a leaked token or a prompt injection is bounded.

n8n· intermediate
AgentsFreeMachine-verified

Wire the DeepWiki MCP into your agent so it looks up repos instead of hallucinating

Give your coding agent the DeepWiki MCP server so it can pull real context about an unfamiliar dependency mid-task, and validate the client config declares the three documented tools before you trust it.

DeepWiki· beginner
ContentFreeMachine-verified

Swap to a cheap image model, but guard the cases it loses

Default image generation to a cheap model for general scenes, while proving the cases the premium model dominates (text in the frame, charts, precise layout) are still routed to it, so the swap saves money without quietly degrading the work that has words in it.

Wan (Alibaba)· beginner
AutomationFreeMachine-verified

Grind a huge one-time job overnight on a free tier's tiny rate limit

Pace a big one-time batch (label a dataset, summarize an archive, draft alt text) through a free tier with a very low rate ceiling, proven to finish within the rate limit and the monthly token budget before you start it.

Mistral La Plateforme· intermediate
ResearchFreeMachine-verified

Pick a model with evidence: a GitHub Models bake-off that fits the free cap

Run the few prompts that actually matter across several models on GitHub Models' free tier, then keep the winner, with the daily call budget proven to fit before you start.

GitHub Models· beginner
AutomationFreeMachine-verified

Let a free model triage your reading: one-line summary + reply flag

Point any OpenAI-compatible tool at an OpenRouter free model so each email/article/report comes back as a one-sentence summary plus a needs-reply flag, and you only open what earns it.

OpenRouter· beginner
AgentsFreeMachine-verified

Sakana Fugu: A/B it on your own task before you migrate

Point an OpenAI-compatible client at the Fugu endpoint and compare it to a single strong model on one hard task you already know the answer to, instead of trusting a benchmark chart.

Sakana Fugu· beginner
SecurityFreeMachine-verified

Claude Code Auto Mode: A Classifier Instead of an Allowlist

Set Auto Mode as your default so a classifier reviews each action instead of pre-listing every command.

Claude Code· advanced
SecurityFreeMachine-verified

Claude Code: Lock Down an Unattended Run with Permission Rules

Define exactly what a scheduled or headless Claude Code run may do via settings.json permission rules.

Claude Code· intermediate
AutomationFreeMachine-verified

Claude Code Cloud Schedule: Runs With Your Laptop Off

Schedule Claude Code on Anthropic-managed infra at 1-hour-or-coarser cadence, pushing only to claude/ branches.

Claude Code· intermediate
AutomationFreeMachine-verified

Claude Code Headless: An Always-On Local Schedule

Run Claude Code headless with -p on an OS-cron schedule so a job survives restarts.

Claude Code· intermediate
AutomationFreeMachine-verified

Claude Code /loop: Poll a Deploy on a Fixed Interval

Re-fire a prompt on a valid cron interval inside a live Claude Code session.

Claude Code· beginner