Claude Code & Cowork
Claude already knows Chutes.
Quick config
The minimum to point this client at Chutes. Every value below is rendered from the live catalog or is a stable endpoint fact — copy it and go.
/plugin marketplace add Veightor/chutes-agent-toolkit
/plugin install chutes-ai@chutes-agent-toolkit60-second setup
Install the plugin
/plugin marketplace add Veightor/chutes-agent-toolkit
/plugin install chutes-ai@chutes-agent-toolkitAsk for setup
Ask: Set me up with a Chutes account and API key. Claude uses the hub skill and stores the cpk_ key outside the transcript.
Check credentials
python plugins/chutes-ai/skills/chutes-ai/scripts/manage_credentials.py checkWhy Claude users should care
Four product lanes
Use Chutes, Build on Chutes, Operate on Chutes, and Run agents with Chutes are split into focused skills Claude can choose from plain-English requests.
Keychain storage
The credential manager checks macOS Keychain, Linux Secret Service, or encrypted-file fallback, while CHUTES_API_KEY stays available for CI/CD overrides.
MCP tools
The same repo ships a stdio MCP server. Read tools are verified; write and deploy tools keep their [BETA] labels.
TEE evidence
Claude can fetch and parse evidence for a confidential-compute chute. Shape-valid evidence is not the same as a completed DCAP cryptographic verdict.
The nine skills
Skill names and status labels mirror the toolkit. Click any card to open that skill's pinned source file.
chutes-ai
VerifiedUse Chutes
Account setup, API keys, model discovery, inference, and routing basics.
Open skill sourcechutes-routing
VerifiedUse Chutes
Failover pools, latency or throughput routing, TEE-only filters, and model aliases.
Open skill sourcechutes-tee
[BETA]Operate on Chutes
Fetch and parse TDX quotes plus NVIDIA GPU attestation evidence.
Open skill sourcechutes-usage-and-billing
VerifiedOperate on Chutes
Spend, balance, quotas, burst caps, discounts, and cost breakdowns.
Open skill sourcechutes-sign-in
[BETA]Build on Chutes
OAuth 2.0, OIDC, PKCE, scopes, app registration, and Next.js wiring.
Open skill sourcechutes-platform-ops
[BETA]Operate on Chutes
OAuth app audits, secret rotation dry-runs, alias governance, and token hygiene.
Open skill sourcechutes-deploy
[BETA]Run agents with Chutes
vLLM, diffusion, custom chute, and TEE deploy guidance for paid compute workflows.
Open skill sourcechutes-mcp-portability
[BETA]Run agents with Chutes
MCP server and drop-in configs for Cursor, Cline, Aider, Hermes, and Claude Desktop.
Open skill sourcechutes-agent-registration
[BETA]Run agents with Chutes
Autonomous agent self-registration via Bittensor hotkey signature.
Open skill sourceDemo prompts for Claude
Claude Desktop gets the same toolkit as MCP tools
Prefer tools over skills? Install the stdio MCP server from the toolkit. Read tools for models, quota, usage, aliases, chutes, discounts, and API keys are verified; mutating tools keep [BETA] labels.
uv tool install chutes-mcp-server \
--from plugins/chutes-ai/skills/chutes-mcp-portability/mcp-serverManual skill copy
If the marketplace flow is unavailable, copy the skill tree into the active Claude skills directory. The source remains the same plugin tree.
cp -r plugins/chutes-ai/skills/* ~/.claude/skills/Privacy is on by default
The live model object exposes confidential_compute. Ask Claude to prove a model runs in a TEE and the toolkit can fetch TDX/GPU evidence for inspection. Keep the honesty boundary: a shape-valid parse is useful evidence, but it is not a cryptographic attestation verdict unless the optional DCAP validation path actually ran and passed.