chutes-agent-registration

chutes-agent-registration is a skill for Claude Code, Codex from Veightor/chutes-agent-toolkit. It costs 69 tokens per session (427 once invoked), scanned A, original, MIT.

A guide for registering a Chutes.ai account as an autonomous agent on the Bittensor network, a blockchain-based network for AI services.

In plain words
What is it for?
Use it to check registration status, prepare a registration payload, and register an agent only after confirming the account and network implications.
Why use it?
It explains the keys, funding, and on-chain consequences involved, while allowing the registration details to be checked first in a dry run.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python plugins/chutes-ai/skills/chutes-agent-registration/scripts/agent_status.py.

Good fit Use it to check registration status, prepare a registration payload, and register an agent only after confirming the account and network implications.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/Veightor/chutes-agent-toolkit
agentmods
npx agentmods add skills/veightor/chutes-agent-toolkit/chutes-agent-registration

Made for: Claude Code, Codex.

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 chutes-agent-registration

README.md
[![agentmods](https://agentmods.dev/badge/skills/veightor/chutes-agent-toolkit/chutes-agent-registration/github.svg)](https://agentmods.dev/skills/veightor/chutes-agent-toolkit/chutes-agent-registration)
Your own site
<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.

agentmods 80×15 button for chutes-agent-registration

Your own site · 80×15
<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>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00069 $0.00427
Opus 5 $0.00034 $0.00214
Sonnet 5 $0.00014 $0.00085
Haiku 4.5 $0.00007 $0.00043

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

Security

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.

other-agents/hermes/skills/chutes-agent-registration/SKILL.md · 48 lines

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.md
  • docs/api-reference.md
  • docs/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.
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. 12d ago First seen · 48 lines · 69 tokens per session scan A a07648f920dd

Subscribe to this mod's changes

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.

Related

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…

JSONbored/metagraphed · 127 tokens

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

JSONbored/metagraphed · 262 tokens

signature-replay

Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.

PurpleAILAB/Decepticon · 31 tokens

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…

MystenLabs/sui · 116 tokens

bridge

Cross-chain token transfers using Wormhole and CCTP.

alsk1992/CloddsBot · 13 tokens

onchainkit

Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.

alsk1992/CloddsBot · 24 tokens