A comprehensive resource management skill for tracking API token usage, credit balances, and cloud infrastructure costs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install resources
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 resources using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Resources Management skill is a vital utility for developers using Openclaw Skills to maintain financial and operational oversight of their AI agents. It provides a structured framework to monitor API credit consumption across major providers like Anthropic and OpenAI, ensuring that autonomous tasks remain within predefined budget constraints. By integrating with infrastructure like Cloudflare AI Gateway, Workers, and R2 storage, this skill offers a centralized dashboard for resource allocation and cost optimization.
To initialize resource tracking within your Openclaw Skills environment, configure your gateway and budget parameters in your configuration file.
# Set your Cloudflare AI Gateway endpoint
export AI_GATEWAY_URL="https://gateway.ai.cloudflare.com/v1/your-account/"
# Initialize the resource tracking log
openclaw resources init --budget 100
The skill organizes resource data into a clear taxonomy for financial auditing and reporting.
| Attribute | Description | Data Type |
|---|---|---|
| service | The provider name (e.g., Claude, OpenAI, R2) | String |
| usage_purpose | Allocation category (SNS, Dev, Research) | Enum |
| cost_estimate | Calculated cost in USD based on tokens | Float |
| alert_level | Current status based on remaining credits | String |
| model_tier | The specific LLM version utilized | String |
Loading
A comprehensive developer tool for transforming natural language descriptions into tested and explained regular expressions.

An intelligent posting skill that leverages Reddit algorithm insights to deliver high-engagement, value-driven content across global and local subreddits.

A robust automated validation system that enforces coding standards, tests, and security protocols throughout the development lifecycle.

A comprehensive QR code generation utility for Openclaw Skills that converts URLs, contact info, and WiFi credentials into scannable images.

An autonomous business intelligence skill that enables AI agents to identify, score, and propose new revenue-generating opportunities.

A professional developer toolkit for packaging, documenting, and publishing AI agent skills to the ClawHub marketplace for passive income.








































