Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Veightor/chutes-agent-toolkitnpx agentmods add skills/veightor/chutes-agent-toolkit/chutes-agent-registrationWrote 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/veightor/chutes-agent-toolkit/chutes-agent-registration)<a href="https://agentmods.dev/skills/veightor/chutes-agent-toolkit/chutes-agent-registration"><img src="https://agentmods.dev/badge/skills/veightor/chutes-agent-toolkit/chutes-agent-registration/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/veightor/chutes-agent-toolkit/chutes-agent-registration"><img src="https://agentmods.dev/badge/skills/veightor/chutes-agent-toolkit/chutes-agent-registration.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.00069 | $0.00427 |
| Opus 5 | $0.00034 | $0.00214 |
| Sonnet 5 | $0.00014 | $0.00085 |
| Haiku 4.5 | $0.00007 | $0.00043 |
Grade A, and why
chutes-agent-registration 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 12d 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
Chutes Agent Registration for Hermes [BETA]
Status: BETA. Dry-run verified; creating a real Bittensor-backed agent account has on-chain implications and requires explicit human intent. Full skill lives at
plugins/chutes-ai/skills/chutes-agent-registration/.
When to use this skill
Use when a Hermes user wants to:
- Check whether a Chutes account is already registered as an autonomous agent.
- Understand coldkey, hotkey, funding, and on-chain prerequisites.
- Prepare a dry-run registration payload before the user intentionally registers.
Do not use this for normal API-key setup or inference; use chutes-ai for that.
Hermes-facing workflow
Run from the repo root:
python plugins/chutes-ai/skills/chutes-agent-registration/scripts/agent_status.py
python plugins/chutes-ai/skills/chutes-agent-registration/scripts/register_agent.py --dry-run
Only perform a non-dry-run registration after the user explicitly confirms the on-chain implications, funding requirements, and target account.
Deep references
plugins/chutes-ai/skills/chutes-agent-registration/SKILL.mddocs/api-reference.mddocs/credential-store.md
Safety rules
- Default to dry-run.
- Never paste
cpk_, coldkey, hotkey, seed phrase, mnemonic, or registration token values into chat. - Do not automate funding, wallet creation, or irreversible on-chain operations.
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.
- 12d ago First seen · 48 lines · 69 tokens per session scan A a07648f920dd
chutes-agent-registration is a skill published in the GitHub repository Veightor/chutes-agent-toolkit (5 stars, last pushed yesterday), licensed MIT. It adds 69 tokens to every session and 427 once invoked, about $0.0003 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
bittensor
Use when a developer asks what a Bittensor subnet does, whether it's up right now, how to call/integrate its API, or what mining/validating one costs and earns — e.g. "which subnet does image generation", "is subnet 7 healthy", "call the Beam API for me", "does mining subnet 3 need a GPU", "what does the median miner…
metagraphed
Use when writing, validating, or preparing ANY contribution or pull request to the JSONbored/metagraphed repo — adding/enriching a subnet's public surfaces (the most common contribution), a code/schema change to the Worker API or build scripts, picking an issue, running the local gates, and formatting the commit + PR.…
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.