Agent skill
ops-chutes
Manage Chutes.ai resources, tracking subscription quota and account balance. Integrates with scheduler to pause operations when quota is reached.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ops-chutes
Metadata
Additional technical details for this skill
- short description
- Chutes.ai API management and Quota tracking
SKILL.md
Ops Chutes Skill
Manage Chutes.ai resources and monitor subscription quota and account balance.
Triggers
- "Check chutes status" ->
status - "How much chutes budget left?" ->
usage - "Is chutes working?" ->
sanity [model]
Commands
# Check model status (hot/cold/down)
./run.sh status
# Check Subscription Quota and Remaining Balance
./run.sh usage [--chute-id <id>] [--json]
# Explore all available models (filterable)
# Flags: --query (name), --owner (sglang/vllm), --modality (text/image), --feature (reasoning/tools), --json
./run.sh models [--query <search>] [--owner <owner>] [--modality <modality>] [--feature <feature>] [--json]
# Check model health (HOT/COLD/DOWN)
./run.sh model-health <model_id>
# Run sanity check (Inference via Qwen/Qwen2.5-72B-Instruct)
./run.sh sanity [model_name]
# Check budget (exit 1 if Quota exhausted OR Balance < CHUTES_MIN_BALANCE)
./run.sh budget-check
# Wait until quota resets (7PM ET)
./run.sh wait-for-reset [--timeout <seconds>]
# Verify if a batch of calls is feasible (exit 1 if not)
./run.sh can-complete <num_calls>
Environment Variables
| Variable | Description |
|---|---|
CHUTES_API_TOKEN |
API Token (standard) |
CHUTES_API_KEY |
API Key (alternative naming) |
CHUTES_MIN_BALANCE |
Minimum balance threshold (default: 0.05) |
Concurrency & Rate Limiting
[!WARNING] Concurrecy Limit: Chutes.ai can only handle 5-6 concurrent connections per token. If this limit is exceeded, the API will return a 429 Rate Limit error and typically impose a 90-second pause before resuming.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?