A streamlined onboarding tool to register, configure, and integrate CacheForge as an LLM proxy for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cacheforge-setup
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-setup using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CacheForge Setup is a specialized utility designed to simplify the initial configuration of the CacheForge proxy environment. It allows developers to register accounts, link upstream providers like OpenAI or Anthropic, and generate API keys in under 30 seconds. By using this tool within the Openclaw Skills ecosystem, users can achieve zero-code-change integration for their AI agents, ensuring token optimization and better cost management through a single centralized gateway.
The skill eliminates the friction of manual configuration by auto-detecting existing environment variables and providing a one-line setup for OpenAI-compatible tools. Whether you are using Claude Code, Cursor, or custom agent frameworks, this skill ensures your traffic is correctly routed through the CacheForge infrastructure for enhanced performance and observability.
To begin the setup, ensure you have python3 installed on your system. Run the provisioning command to register your account and link your provider:
python3 skills/cacheforge-setup/setup.py provision \
--email [email protected] \
--password "your_password" \
--upstream-kind custom \
--upstream-key fw_...
Once provisioned, you can apply the configuration directly to your Openclaw Skills environment:
python3 skills/cacheforge-setup/setup.py openclaw-apply --set-default
The skill manages configuration via environment variables and local JSON files to ensure seamless integration with Openclaw Skills.
| Variable | Description |
|---|---|
| CACHEFORGE_API_KEY | The generated tenant key used for proxy authentication (prefixed with cf_). |
| CACHEFORGE_BASE_URL | The API endpoint for the CacheForge service (defaults to https://app.anvil-ai.io). |
| CACHEFORGE_INVITE_CODE | Optional code required for registration on invite-only deployments. |
| UPSTREAM_BASE_URL | The base URL for the LLM provider being proxied. |
Local configuration is typically stored or updated in ~/.openclaw/openclaw.json for persistence across agent sessions.
Loading
A comprehensive operational toolkit for managing CacheForge account billing, credits, and upstream provider configurations.

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 terminal-based dashboard for monitoring CacheForge LLM usage, token savings, and performance metrics.

An automated auditing tool that identifies unreviewed AI-generated code patterns and produces a scored quality report card.








































