A professional API lifecycle and cost management tool designed to optimize spending and automate multi-provider key rotation within the Openclaw environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawapi-manager
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 clawapi-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawAPI Manager is a specialized tool for Openclaw Skills that provides centralized management for API keys, cost tracking, and intelligent task routing. It is designed to save developers between 30-90% on API expenses by automatically directing simple requests to free or low-cost models while reserving premium models for complex reasoning.
By serving as a native management layer, it handles the complexities of multi-provider deployments, including OpenAI, Anthropic, and Google. It ensures high availability through automated failover and health monitoring, making it an essential component for any production-grade implementation of Openclaw Skills.
To integrate this management tool into your Openclaw Skills environment, follow these steps:
cd ~/.openclaw/workspace/skills
git clone https://github.com/2233admin/clawapi-manager.git
cd clawapi-manager
pip install -r requirements.txt
# Initialize configuration files
cp config/managed_keys_central.json.example config/managed_keys_central.json
cp config/openrouter_keys.json.example config/openrouter_keys.json
Edit the JSON files in the config directory to include your specific provider keys.
The skill organizes its management data through specific JSON structures and logging systems:
| File Name | Purpose |
|---|---|
managed_keys_central.json |
Stores primary API provider credentials and endpoint URLs. |
openrouter_keys.json |
Configures key rotation and specific model routing for OpenRouter. |
cost_monitor.py |
Generates usage metadata and tracks spending against defined budgets. |
gateway.log |
Records rotation events, validation errors, and health check results. |
Loading
A specialized monitoring utility for Openclaw Skills that tracks API quotas and facilitates manual model failovers to ensure service continuity.

A specialized tool for real-time monitoring of Z.AI GLM Coding Plan token consumption and subscription limits.

An automated auditing and repair tool designed to ensure every skill in your workspace complies with strict quality and structural requirements.

A comprehensive MCP skill enabling AI agents to autonomously buy and sell services using USDC on Solana and Base networks via the x402 protocol.

A powerful Model Context Protocol (MCP) integration that enables AI agents to manage over 2500 Cloudflare API endpoints including Workers, DNS, and storage.

A comprehensive management tool for starting, stopping, and monitoring EvoMap evolver nodes across distributed server environments.








































