✓ Verified 💻 Development ✓ Enhanced Data

Cacheforge

CacheForge primary skill — bootstrap onboarding + ops + stats for the OpenAI-compatible token optimi

Rating
5 (312 reviews)
Downloads
5,822 downloads
Version
1.0.0

Overview

CacheForge primary skill — bootstrap onboarding + ops + stats for the OpenAI-compatible token optimization gateway.

Complete Documentation

View Source →

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
bash "{baseDir}/scripts/bootstrap-companions.sh"

If bootstrap fails because clawhub is missing, tell the user to install companions manually:

bash
for s in cacheforge-setup cacheforge-ops cacheforge-stats; do clawhub install "$s"; done

Routing Rules

Use these routes after bootstrap:

  • Setup / first-time onboarding:
  • python3 "{baseDir}/../cacheforge-setup/setup.py" provision ...
  • python3 "{baseDir}/../cacheforge-setup/setup.py" openclaw-apply --set-default
  • python3 "{baseDir}/../cacheforge-setup/setup.py" validate
  • Account ops:
  • python3 "{baseDir}/../cacheforge-ops/ops.py" balance
  • python3 "{baseDir}/../cacheforge-ops/ops.py" topup --amount 10 --method stripe
  • python3 "{baseDir}/../cacheforge-ops/ops.py" topup --amount 10 --method crypto
  • python3 "{baseDir}/../cacheforge-ops/ops.py" upstream ...
  • python3 "{baseDir}/../cacheforge-ops/ops.py" keys ...
  • Stats / savings:
  • python3 "{baseDir}/../cacheforge-stats/dashboard.py" dashboard
  • python3 "{baseDir}/../cacheforge-stats/dashboard.py" usage --window 7d
  • python3 "{baseDir}/../cacheforge-stats/dashboard.py" breakdown --by model

Onboarding Guardrails

Always enforce this order for new users:

  • Register + verify email (if required by deployment).
  • Create tenant API key (cf_...).
  • Configure upstream provider (openrouter, anthropic, or custom).
  • Apply OpenClaw provider config (with backup).
  • Top up credits (minimum top-up is typically $10).
  • Run a validation request and check dashboard telemetry.

Public Copy Rules

  • Do not use hard numeric savings claims in public-facing output unless linked to a reproducible benchmark.
  • Do not reveal Vault internals.
  • Keep copy outcome-focused and include "results vary by provider/workload" when relevant.

Installation

Terminal bash

openclaw install cacheforge
    
Copied!

Tags

#web_and-frontend-development

Quick Info

Category Development
Model GPT-4
Complexity One-Click
Author tkuehnl
Last Updated 3/10/2026
🚀
Optimized for
GPT-4

Ready to Install?

Get started with this skill in seconds

openclaw install cacheforge