OpenClaw Skill Usage Tracker: Monitor Which Skills You Actually Use

A developer has created a tool to track basic usage analytics for OpenClaw skills, addressing the challenge of monitoring which skills are actually being used when they're invoked implicitly through natural language.
Key Features
The tool tracks skill invocation counts and provides usage breakdowns. Example output shows compact data like:
skill: weather (37) - agent: elon 26 | main 10 | tim 1 - channel: disc/el 26 | wa 6 | tim 2 | unknown 3 ===================================== skill: skill-vetter (12) - agent: main 9 | tim 2 | elon 1 - channel: wa 7 | disc/el 3 | tim 1 | unknown 1 ===================================== skill: github (8) - agent: elon 6 | main 1 | unknown 1 - channel: disc/el 6 | wa 1 | unknown 1
Current features include:
- Track skill invocation counts
- Provide top skill rankings by period: 1d / 7d / 30d / all
- Break down where a skill is used by agent and by channel (Discord, Telegram, etc.)
- Join usage across different installations (for example MBP + Mac mini) if you run a distributed OpenClaw server setup
How It Works and Limitations
The current mechanism increments counts when SKILL.md is read, with some deduping to avoid over-counting. Because of this approach, certain backend-style skills are not counted perfectly, especially things like memory-related skills.
In some cases you may see unknown agent or channel if the routing metadata is incomplete.
Availability
The tool is available at https://github.com/lucifinil/openclaw-skill-usage. The developer is seeking feedback from other OpenClaw users or skill authors and is willing to iterate based on suggestions.
📖 Read the full source: r/openclaw
👀 See Also

Claude Code Architecture Analysis from Leaked Source Maps
Analysis of Claude Code's 512,000-line TypeScript codebase reveals a Bun-based runtime with React/Ink CLI, 100+ commands, 38+ tools, and multi-agent coordination. The system uses Zod for validation, OpenTelemetry for telemetry, and includes context compression mechanisms.

LiteParse: Fast Open-Source Document Parser for AI Agents
LiteParse is an open-source document parser that provides spatial text parsing with bounding boxes, runs locally without GPUs, and supports PDFs, Office documents, and images. It can be installed as a skill for 40+ AI agents including Claude Code, Cursor, and OpenClaw.

Equibles: Self-Hosted MCP Server for U.S. Financial Data – SEC Filings, 13F, Insider Trades, FRED
Equibles is an open-source MCP server that scrapes public U.S. financial data (SEC filings, 13F, insider/congressional trades, short data, FRED) and exposes it as MCP tools for any local LLM agent.

OpenMind adds visual mind map interface to OpenClaw installations
OpenMind is an open-source tool that transforms OpenClaw installations into interactive, live-editable mind maps with real-time memory visualization, hot-swappable logic, and full-text search across all nodes.