A robust integration for tracking AI agent execution costs and metered usage via the Drip SDK.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install drip-billing
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 drip-billing using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The drip-billing skill allows developers to implement metered billing and usage tracking for AI-driven applications. By integrating the Drip SDK, users can monitor LLM token consumption, tool invocation costs, and full agent execution traces in real-time. It provides a secure way to attribute costs to specific customers or workflows without exposing sensitive data like raw prompts or credentials. Incorporating this into your Openclaw Skills library ensures seamless financial management of autonomous agents and LLM-powered services while maintaining a strict security posture.
Install the Drip Node.js SDK via npm:
npm install @drip-sdk/node
Configure the environment with your public API key and base URL:
export DRIP_API_KEY=pk_live_your_key_here
export DRIP_BASE_URL=https://api.drip.com
The skill organizes usage data based on customer identifiers and event types. Metadata is sanitized to exclude PII.
| Field | Description | Type |
|---|---|---|
| customerId | Unique identifier for the billed user | String |
| meter | The name of the usage metric (e.g., llm_tokens) | String |
| quantity | Numerical value of the usage | Number |
| eventType | Category of event (llm.call, tool.call, agent.plan) | String |
| status | Success or failure state of the event | String |
| duration | Time taken for tool or run execution | Number (ms) |
Loading
A specialized automation skill for managing macOS Reminders through natural language processing and AppleScript.

A bridge for AI agents to create, read, and search Apple Notes using AppleScript and Python-based automation.

A specialized skill for managing Apple Calendar events and schedules on macOS using natural language commands and programmatic AppleScript execution.

Control and monitor your Snapmaker U1 3D printer through AI-driven automation using the Moonraker API.

A unified daily intelligence report that aggregates Apple Reminders and Notion tasks into a single, actionable morning briefing.

A powerful interface for AI agents to interact with Salesforce CRM via the official CLI and REST API for comprehensive data management.








































