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.
npx skills add loncadev/baron --skill run-recipegit clone --depth 1 https://github.com/loncadev/baronWrote 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.
[](https://agentmods.dev/skills/loncadev/baron/run-recipe)<a href="https://agentmods.dev/skills/loncadev/baron/run-recipe"><img src="https://agentmods.dev/badge/skills/loncadev/baron/run-recipe/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.
<a href="https://agentmods.dev/skills/loncadev/baron/run-recipe"><img src="https://agentmods.dev/badge/skills/loncadev/baron/run-recipe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.00382 |
| Opus 5 | $0.00023 | $0.00191 |
| Sonnet 5 | $0.00009 | $0.00076 |
| Haiku 4.5 | $0.00005 | $0.00038 |
Grade A, and why
run-recipe 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 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.
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.
What it actually says
Run a recipe
Run a named Baron recipe end-to-end via baron_recipe_run — the engine enforces the step order, not
you. For the built-in workflows prefer the dedicated skills (/baron:task-start,
/baron:task-finish, /baron:ship); use this skill for any other recipe, including project recipes
in .baron/recipes/*.yaml.
Steps
-
Call
baron_recipe_listto find the recipe and read theinputsit declares. -
Gather every required input from the user's request and context. Ask only for what is genuinely missing — never invent a value.
-
Call
baron_recipe_runonce:{ "name": "<recipe name>", "inputs": { "<input>": "<value>" } }
Rules
- Do NOT compose the individual
baron_issue_*/baron_scm_*/baron_ci_*tools yourself to emulate the recipe — callbaron_recipe_runso the workflow runs atomically and in order. - If the result is an
isErrorwith a code (RECIPE_NOT_FOUND,RECIPE_INPUT_MISSING,CAPABILITY_GAP,PORT_UNBOUND, …), surface the code and its actionable hint and stop — do not retry blindly. - On success, report the workflow's outcome from the returned context (ids, urls, new roles).
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.
- 8d ago First seen · 35 lines · 47 tokens per session scan A b916f1bc6ede
run-recipe is a skill published in the GitHub repository loncadev/baron (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 47 tokens to every session and 382 once invoked, about $0.0002 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-31.
Other skills, from other repositories
adhd-output-style
This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or explicitly invokes "adhd-output-style".
sw-handoff
Write a portable, secret-scrubbed handoff doc plus a diff of your uncommitted edits so another tool or machine resumes where you stopped. Use for "handoff", "out of tokens", "switch to Codex".
handoff
Write a portable, secret-scrubbed handoff doc so this work can continue in any AI tool or on any machine. Use when saying "handoff", "running out of tokens", or "continue elsewhere".
gmail
Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels. Use when user asks to: search email, read email, send email, create email draft, mark as read, archive email, star email, or manage Gmail labels. Lightweight alternative to full Google Workspace MCP server with…
google-calendar
Interact with Google Calendar - list calendars, view events, create/update/delete events, and find free time. Use when user asks to: check calendar, schedule a meeting, create an event, find available time, list upcoming events, delete or update a calendar event, or respond to meeting invitations. Lightweight…
maintainer-bar
Operate the MaintainerBar SwiftUI menu bar app and its ghcrawl backend. Use for: refreshing issue clusters, searching issues semantically, checking repo pulse, managing notifications, building/running the app, and coordinating ghcrawl data pipelines.