LaunchKit · 2026
Back to Skills

cacheforge-setup

Set up CacheForge — register, configure upstream, get your API key in 30 seconds.

0
0 downloads
by @tkuehnl

Setup & Installation

openclaw skills install @tkuehnl/cacheforge-setup

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install cacheforge-setup

What This Skill Does

Registers a CacheForge account, connects an upstream LLM provider, and returns a tenant API key. All OpenAI-compatible tools route through the CacheForge proxy after a single config change.

Auto-detects the upstream provider from the API key prefix and provisions the full proxy config in one command, replacing manual account setup and config editing.

When to use it

  • Routing Claude Code requests through CacheForge to reduce token spend
  • Connecting OpenRouter or Fireworks AI as an upstream behind a single endpoint
  • Onboarding a new workspace to a shared CacheForge tenant
  • Validating proxy connectivity before running production agent workloads
  • Switching upstream providers without changing tool configurations

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Set up CacheForge with my OpenAI key

AGENT
  1. 1Checks environment for OPENAI_API_KEY and detects 'sk-' prefix as an OpenAI-compatible upstream
  2. 2Collects user email and password for CacheForge registration
  3. 3Runs python3 setup.py provision to register the account and mint a tenant API key
  4. 4Runs python3 setup.py validate to confirm a test request routes successfully through the proxy
  5. 5Prints the OpenClaw provider snippet and applies it to ~/.openclaw/openclaw.json with user approval
OUTPUT

CacheForge tenant API key (cf_...) issued and OpenClaw configured to route requests through https://app.anvil-ai.io

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Upstream LLM API key — one of OPENAI_API_KEY, ANTHROPIC_API_KEY, OPENROUTER_API_KEY, or FIREWORKS_API_KEYMinimum $10 credit top-up via Stripe or crypto before first proxy trafficCACHEFORGE_INVITE_CODE if registering on an invite-only deployment