skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiyst1982/skill-tracker-aiystWhat This Skill Does
Skill Tracker is a powerful, privacy-first diagnostic tool designed for the OpenClaw ecosystem. It acts as a comprehensive usage analytics engine that monitors the performance and frequency of your installed agents and skills. By integrating directly into your Python and Node.js-based skills, it provides granular telemetry on call frequency, success/failure rates, and historical usage patterns. Because it operates entirely locally, Skill Tracker ensures that your operational data stays on your machine, preventing privacy leaks while providing the insights needed to optimize your AI workflow.
Installation
To install the Skill Tracker, open your terminal and run the command: clawhub install openclaw/skills/skills/aiyst1982/skill-tracker-aiyst. Once installed, the skill automatically registers its telemetry hooks. For custom skills, you simply import the tracker library and wrap your calls with the track() function. Python developers can utilize the provided module, while Node.js developers can leverage the provided commonJS/ES module to start logging performance metrics immediately without complex configuration.
Use Cases
Skill Tracker is essential for power users who want to move from manual management to data-driven agent optimization. Key use cases include:
- Pruning Idle Skills: Identify which agents have not been used in weeks to reclaim system resources.
- Reliability Auditing: Pinpoint specific skills that frequently fail during execution, allowing you to prioritize debugging efforts.
- Usage Pattern Analysis: Determine which skills you rely on most heavily to streamline your workflow.
- Trend Monitoring: Analyze if a particular skill's performance degrades over time due to external API updates or environmental changes.
Example Prompts
- "技能统计,查看我本周最常用的三个技能是什么?"
- "调用统计,分析一下百度搜索技能最近的成功率表现如何?"
- "查看技能使用情况,帮我找出最近调用失败次数最多的技能。"
Tips & Limitations
Tips:
- Regularly check the
usage-log.jsonlfile if you want to perform custom data processing outside of the dashboard. - Use the
config.yamlfile to adjust theretentionDayssetting to manage your storage footprint effectively. - Integrate the tracker early in your development cycle to establish a baseline for your custom skills.
Limitations:
- The tracker introduces a negligible latency (less than 1ms per call), which is generally undetectable, but high-frequency loops (millions of calls) should be avoided.
- The tool currently does not provide complex visual graphing, focusing instead on text-based reports for faster command-line accessibility.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiyst1982-skill-tracker-aiyst": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read
Related Skills
Thesaurus
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
less-token
Save 40-65% tokens on summarization tasks. Compress verbose summary prompts into structured one-line instructions. Text-to-text translator only — no CLI, no API key, no install, no external dependencies. Works on ChatGPT, Claude, Gemini, DeepSeek, Kimi. Instruction-only, zero dependencies.
etl
Build ETL pipelines with data ingestion, cleaning, and validation steps. Use when ingesting sources, transforming formats, validating data, or scheduling loads.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
screenshot-to-task
把截图里的待办或灵感整理成任务、备注和优先级。;use for screenshots, tasks, capture workflows;do not use for 伪造截图内容, 替代 OCR 系统.