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

ClaudyBro: Native macOS Terminal for Claude Code Workflows
ClaudyBro is a 3.5 MB native Swift terminal app built specifically for Claude Code users, featuring image paste, process inspection, orphan cleanup, and smart MCP management. It uses 68 MB memory idle and 82 MB with Claude running.

Pangolin: Open-Source Identity-Based VPN as a ZTNA Alternative
Pangolin is an open-source VPN focused on identity-based remote access, offering an alternative to Cloudflare ZTNA, Zscaler, and Twingate.

TradesMCP: Open Source MCP Server for Contractor License Verification and Construction Data
TradesMCP is an open source Model Context Protocol server that provides Claude with access to real contractor license data, building permits, material pricing, and labor rates. The tool correctly verified an active California contractor license where ChatGPT returned incorrect information.

MAGELLAN: A 15-Agent Autonomous Scientific Discovery System Built on Claude Code
MAGELLAN is a 15-agent autonomous scientific discovery system built entirely on Claude Code. It uses Opus for deep reasoning and Sonnet for structured tasks, generating cross-disciplinary hypotheses without human direction, with 260 hypotheses proposed and 60% killed by adversarial validation in 19 sessions.