A Python-based CLI tool to aggregate LLM execution logs, distinguish internal/external users, and compute detailed multi-dimensional costs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install llm-usage-aggregator
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 llm-usage-aggregator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The LLM Usage Aggregator is a robust utility designed to consolidate scattered LLM call logs from raw CSV files into structured, multi-dimensional Excel reports. By mapping model identifiers against a unified configuration schema (pricing_config.json), it accurately computes execution costs across diverse modalities including text, image, and video models.
This utility is a vital component of the Openclaw Skills ecosystem, offering teams transparent visibility into token consumption, image counts, and video generation times. It enables precise accounting of internal development versus external client usage to optimize API spend.
pricing_config.json to map raw model names to simplified aliases and identify their pricing type (per-million tokens, per-image, or per-second video rates).Ensure you have Python 3.x and pandas/openpyxl installed. Execute the command below using Openclaw Skills environment pathways:
python scripts/aggregate_llm_usage.py <csv_path> [output_path] [pricing_config_path]
| Field Name | Status | Description |
|---|---|---|
email or phone |
Required | Unique user identifier |
llm_provider |
Required | Hosting provider of the model |
llm_model |
Required | Raw model identifier (e.g., z-ai/glm-5v-turbo) |
prompt_tokens |
Optional | Number of input tokens |
completion_tokens |
Optional | Number of output tokens |
generated_image_count |
Optional | Number of images generated |
duration_seconds |
Optional | Duration of video generation in seconds |
generation_type |
Optional | Class of output (image, video, or empty) |
generate_audio |
Optional | Boolean flag for video audio generation |
The resulting Excel sheet contains four distinct tables structured sequentially:
llm_provider.llm_model alias.email/phone index.Loading
A high-performance real-time search tool for fetching articles, videos, and media from the WeChat ecosystem without requiring a personal WeChat account.

A read-only, keyless CLI-driven AI agent skill providing real-time football and basketball scores, sharp betting lines, and de-vigged fair probabilities.

OpenClaw Traffic Guardian is a baseline runtime security monitoring tool that provides opt-in HTTP/HTTPS proxy inspection, egress tracking, and policy review for AI agents.

A high-performance web crawling and scraping skill designed for AI agents to retrieve structured Amazon product, search, and general public web page data instantly.

A highly secure, read-only SQL query and data analysis capability for shell-capable AI agents connecting to AnalyticDB PostgreSQL databases via psql.

The JisuAPI Agent skill enables AI assistants to search and execute over 500 rich data services using simple natural language query matching.








































