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 agentmods add skills/zircote-plugins/autoresearch/v1npx skills add zircote-plugins/autoresearch --skill v1git clone --depth 1 https://github.com/zircote-plugins/autoresearchWrote 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/zircote-plugins/autoresearch/v1)<a href="https://agentmods.dev/skills/zircote-plugins/autoresearch/v1"><img src="https://agentmods.dev/badge/skills/zircote-plugins/autoresearch/v1.svg" alt="Measured on agentmods" 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 | $0.00012 | $0.00244 |
| Opus 5 | $0.00006 | $0.00122 |
| Sonnet 5 | $0.00002 | $0.00049 |
| Haiku 4.5 | $0.00001 | $0.00024 |
Grade A, and why
sample-skill 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 4d 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
Sample Skill
This skill helps with basic text formatting.
Process
- Read the input text
- Identify the format type (email, list, table, meeting notes, contact card, paragraph)
- Apply format-specific rules
- Return the result
Format-Specific Rules
Emails
- Use a proper salutation addressing the recipient by name
- Organize body into clear paragraphs covering each topic
- End with a professional closing and signature
Lists
- Use consistent bullet markers for each item
- Place each item on its own line
- Preserve annotations or parenthetical notes from the original
Meeting Notes
- Create distinct labeled sections: attendees, date, discussion, decisions, next steps
- Attribute action items to the correct person
Tables
- Include headers/column labels
- Maintain consistent alignment across rows
Edge Cases
- If the input is empty or blank, respond with a message indicating no text was provided
- Never fabricate content that was not in the original input
- Normalize extra whitespace to single spaces
- Fix missing spaces between sentences
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.
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.
- 4d ago First seen · 42 lines · 12 tokens per session scan A a4b2dcf15062
sample-skill is a skill published in the GitHub repository zircote-plugins/autoresearch (1 stars, last pushed 5mo ago), licensed MIT. It adds 12 tokens to every session and 244 once invoked, about $0.0001 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
arbor-agent-executor
Executor-dispatch phase for Arbor. Use when implementing an Idea Tree node through RunExecutor or RunExecutorParallel semantics: isolated git worktree, executor prompt construction, eval metadata injection, RunTraining policy, smoke/full evaluation, report parsing, artifact persistence, tree update, and insight…
arbor-agent-setup-intake
Setup, intake, preflight, and launch-contract phase for open-source Arbor runs. Use when confirming a target project, metric, baseline, dev/test split, config/plugin settings, branch guard, session directory, or when translating a user goal into the precise contract consumed by the coordinator.
arbor-research-agent
Public entrypoint for the Arbor skill suite. Use when a user wants to run an Arbor-style autonomous research or optimization workflow from a natural-language goal, including initial clarification of objective, target project, data, metric, evaluation, permissions, budget, run mode, and then automatic bootstrapping…
arbor-agent-ideate
Strict IDEATE-stage skill for Arbor. Use immediately after TreeView(format="constraints") when drafting Idea Tree nodes, enforcing the ideadrafting and firstprinciplesprobe behavior, depth-aware idea levels, four-line TreeAddNode hypotheses, conflict checks, and self-filtering against shallow tweaks.
arbor-agent-resume-report
Resume, checkpoint, event, dashboard, finalization, and report phase for Arbor. Use when continuing interrupted sessions, handling running-node requeue, writing checkpoints/messages, consuming events.jsonl/runstats, recovering best submissions, generating REPORT.md, or summarizing durable artifacts.
arbor-agent-plugins-hitl-budget
Domain adaptation, human-in-the-loop, and budget policy phase for Arbor. Use when a run mentions plugins, plugin profiles, mlekaggle, evalcontract, protectedpaths, requiredoutputs, lifecycle hooks, convergence, budgetpolicy, RunTraining stages, AskUser, or interaction modes auto/direction/review/collaborative.