✓ Verified
✍️ Content Creation
✓ Enhanced Data
Cacheforge Ops
CacheForge operations — check balance, top up, manage upstream, API keys.
- Rating
- 4.5 (310 reviews)
- Downloads
- 1,784 downloads
- Version
- 1.0.0
Overview
CacheForge operations — check balance, top up, manage upstream, API keys.
Complete Documentation
View Source →
When to use this skill
Use this skill when the user wants to:
- Check their CacheForge balance
- Top up credits (Stripe or crypto)
- Enable/configure auto top-up
- View or change upstream provider
- Manage API keys
- Handle 402 Payment Required errors
Autonomous Billing Protocol
When you encounter a 402 error from CacheForge:
- Run
ops.py balanceto check current balance - If balance is $0 or negative, run
ops.py topup --amount 10to create a payment link - Share the payment URL with the user
- After payment, retry the original request
Commands
bash
# Check balance and billing status
python3 skills/cacheforge-ops/ops.py balance
# Create a top-up payment link ($10 USD)
python3 skills/cacheforge-ops/ops.py topup --amount 10
# Enable auto top-up ($10 when balance drops below $2)
python3 skills/cacheforge-ops/ops.py auto-topup --enable --threshold 200 --amount 1000
# View upstream provider config
python3 skills/cacheforge-ops/ops.py upstream
# Set upstream provider
python3 skills/cacheforge-ops/ops.py upstream --set --kind openrouter --api-key sk-or-...
# List API keys
python3 skills/cacheforge-ops/ops.py keys
# Create a new API key
python3 skills/cacheforge-ops/ops.py keys --create
# View tenant info
python3 skills/cacheforge-ops/ops.py info
Environment Variables
CACHEFORGE_BASE_URL— CacheForge API base (default: https://app.anvil-ai.io)CACHEFORGE_API_KEY— Your CacheForge API key (required)
API Contract (current)
This skill uses:
GET /v1/account/billingPOST /v1/account/billing/topupPATCH /v1/account/billing/auto-topupGET /v1/account/infoGET /v1/account/upstream,POST /v1/account/upstreamGET /v1/account/keys,POST /v1/account/keys,POST /v1/account/keys/{keyID}/revoke
Installation
Terminal bash
openclaw install cacheforge-ops
Copied!
💻Code Examples
example.sh
# Check balance and billing status
python3 skills/cacheforge-ops/ops.py balance
# Create a top-up payment link ($10 USD)
python3 skills/cacheforge-ops/ops.py topup --amount 10
# Enable auto top-up ($10 when balance drops below $2)
python3 skills/cacheforge-ops/ops.py auto-topup --enable --threshold 200 --amount 1000
# View upstream provider config
python3 skills/cacheforge-ops/ops.py upstream
# Set upstream provider
python3 skills/cacheforge-ops/ops.py upstream --set --kind openrouter --api-key sk-or-...
# List API keys
python3 skills/cacheforge-ops/ops.py keys
# Create a new API key
python3 skills/cacheforge-ops/ops.py keys --create
# View tenant info
python3 skills/cacheforge-ops/ops.py infoTags
#media_and-streaming
#api
Quick Info
Category Content Creation
Model Claude 3.5
Complexity One-Click
Author tkuehnl
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install cacheforge-ops
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0