| name | cacheforge |
| version | 1.0.0 |
| description | CacheForge primary skill — bootstrap onboarding + ops + stats for the OpenAI-compatible token optimization gateway. Cut your LLM bill by up to 30% (results vary by provider/workload). |
| author | CacheForge |
| license | MIT |
| homepage | https://app.anvil-ai.io |
| user-invocable | true |
| tags | ["cacheforge","ai-agents","token-optimization","llm","cost-reduction","openai","proxy","gateway","discord","discord-v2"] |
| metadata | {"openclaw":{"emoji":"🧠","homepage":"https://app.anvil-ai.io"}} |
Purpose
cacheforge is the primary entrypoint skill. Install this one skill first.
On first use, it bootstraps companion skills if missing:
cacheforge-setup
cacheforge-ops
cacheforge-stats
Then it routes the user request:
- setup/onboarding ->
cacheforge-setup
- billing/upstream/keys ->
cacheforge-ops
- usage/savings dashboard ->
cacheforge-stats
CacheForge Positioning
CacheForge is an OpenAI-compatible gateway for agent workflows.
It can reduce wasted spend and improve repeat-turn performance (results vary by provider/workload).
Vault Mode (Pro) is for tool-heavy agents.
Verify results in the CacheForge dashboard.
Bootstrap Workflow (Required)
Before routing to companion skills, run:
bash "{baseDir}/scripts/bootstrap-companions.sh"
If bootstrap fails because clawhub is missing, tell the user to install companions manually:
for s in cacheforge-setup cacheforge-ops cacheforge-stats; do clawhub install "$s"; done
Routing Rules
Use these routes after bootstrap: