A comprehensive operational toolkit for managing CacheForge account billing, credits, and upstream provider configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cacheforge-ops
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cacheforge-ops using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CacheForge Ops is a specialized skill designed to bridge the gap between autonomous agent performance and backend financial management. It allows developers and AI agents to programmatically interact with the CacheForge ecosystem to ensure uninterrupted service. By integrating this into Openclaw Skills, users gain the ability to monitor usage costs, handle payments via Stripe or crypto, and manage the underlying LLM providers that power their applications.
This tool is particularly valuable for maintaining agent autonomy in production environments. Instead of failing when a budget is reached, agents can use this skill to trigger top-up workflows or switch upstream providers, ensuring high availability and cost-efficiency without manual intervention.
To get started with this skill on Openclaw Skills, ensure you have Python 3 installed and follow these configuration steps:
# Export your required API key
export CACHEFORGE_API_KEY="your_cacheforge_key_here"
# Optional: Override the default API base URL
export CACHEFORGE_BASE_URL="https://app.anvil-ai.io"
# Verify your connection by checking your balance
python3 skills/cacheforge-ops/ops.py balance
The skill manages and organizes data through several key categories as detailed below:
| Data Object | Description | Key Fields |
|---|---|---|
| Billing | Credit and balance information | balance, currency, auto-topup-enabled |
| Upstream | Provider routing configuration | kind, api-key, endpoint |
| API Keys | Access control tokens | keyID, name, status, created_at |
| Tenant | Account-level metadata | tenant_id, owner_email, plan_type |
All interactions are logged and formatted to be digestible by both human developers and Openclaw Skills agents.
Loading
A production-ready DevOps toolkit for Docker management, process monitoring, and deep log analysis.

A secure gateway to interact with a network of specialized business AI agents for travel, dining, and procurement.

A comprehensive integration framework that enables AI agents to discover and execute actions across third-party platforms via a unified API.

A high-performance CLI utility to fetch and compare engagement metrics for any skill on the ClawHub registry.

A streamlined onboarding tool to register, configure, and integrate CacheForge as an LLM proxy for AI agents.

A terminal-based dashboard for monitoring CacheForge LLM usage, token savings, and performance metrics.








































