CacheForge Ops for Openclaw

A comprehensive operational toolkit for managing CacheForge account billing, credits, and upstream provider configurations.

tkuehnl
v1.0.0
Feb 19, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install cacheforge-ops

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is CacheForge Ops?

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.

CacheForge Ops Use Cases

  • Resolving 402 Payment Required errors automatically during agent execution.
  • Monitoring real-time credit balances to prevent service interruptions.
  • Automating account top-ups using Stripe or cryptocurrency payment links.
  • Configuring and switching between different upstream LLM providers like OpenRouter.
  • Managing lifecycle operations for API keys, including creation and revocation.

How CacheForge Ops Works

  1. The skill utilizes a secure CACHEFORGE_API_KEY to authenticate with the CacheForge backend via REST API endpoints.
  2. When an agent detects a billing-related error, it triggers the internal Autonomous Billing Protocol to assess the current credit balance.
  3. Based on the balance status, the skill can generate a secure payment URL for the user to replenish funds.
  4. For configuration tasks, the skill sends PATCH or POST requests to modify upstream provider settings or API key metadata.
  5. The skill provides immediate feedback to the agent or terminal, allowing for logic-based retries of failed tasks once billing is resolved.

CacheForge Ops Setup

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

CacheForge Ops Data Schema & Taxonomy

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.

CacheForge Ops Advanced Features

  • Autonomous error recovery: Automatically detects 402 errors and guides the user through the payment process.
  • Threshold-based auto-topup: Configure the system to initiate top-up requests when balance falls below a specific USD cent threshold.
  • Multi-provider support: Easily rotate upstream API keys for services like OpenRouter without redeploying agent code.
  • Programmatic Key Revocation: Enhance security by programmatically revoking compromised or temporary API keys directly through the skill.

SKILL.md


Loading

METADATA

Requires
Bins python3
Github Stars: 0
forks: 0

Featured*