← Back to Skills Marketplace
技能使用记录与统计(Nicki)
by
Superuser-fank
· GitHub ↗
· v1.1.0
· MIT-0
114
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-usage-tracker-nicki
Description
技能调用记录与统计分析。自动追踪所有技能调用,无需用户操作。支持日/周/月/季/年维度的技能使用统计报告。安装后直接使用,无需配置。
Usage Guidance
This skill is inconsistent: it promises automatic background tracking and reply-injection but only ships two simple CLI scripts that manually log to and query a local JSON file. Before installing, decide whether you trust a skill that would need to access session histories or modify agent replies. If you only want manual logging/reporting, this bundle is harmless — it stores records locally and has no network calls. If you expect automatic behavior, ask the author for the missing integration code (heartbeat scheduler, session-history reader, and reply hook) and review any such code carefully for what session data it reads and whether it transmits data off the machine. Also: confirm how the agent is expected to invoke log.py automatically (agent hooks/permissions) and audit that integration path for privacy risks.
Capability Analysis
Type: OpenClaw Skill
Name: skill-usage-tracker-nicki
Version: 1.1.0
The skill bundle is a utility for tracking and reporting skill usage statistics. The Python scripts (log.py and query.py) perform standard file I/O on a local JSON file (usage.json) without any network activity, shell execution, or access to sensitive system data. The instructions in SKILL.md are consistent with the stated purpose and do not contain any malicious prompt injection or hidden commands.
Capability Assessment
Purpose & Capability
The description claims automatic tracking of all skill invocations (via a HEARTBEAT every 2 hours) and active insertion of notifications into replies. The shipped artifacts are only log.py (append a record) and query.py (generate reports) operating on a local usage.json. There is no code to scan session history, run periodic heartbeats, or hook into agent responses. That mismatch means the skill does not actually provide the advertised automatic capability.
Instruction Scope
SKILL.md instructs automatic session-history scanning and telling users 'just now you called XXX' at the end of replies — actions that would require agent hooks and access to session logs. The provided scripts neither inspect session state nor modify agent replies; they only accept explicit CLI arguments. The instructions are therefore overly broad and grant the skill capabilities it doesn't implement.
Install Mechanism
No install spec or external downloads; code is included in the skill bundle and performs only local file I/O. This is a low-risk installation mechanism.
Credentials
No environment variables, no credentials, and no network access in the code. The scripts only read/write a local usage.json in the skill directory — this is proportionate to a local usage-logging utility. Note: if the advertised heartbeat/session scanning were implemented, it would likely require access to session/history data (sensitive) and possibly additional privileges.
Persistence & Privilege
always is false; the skill does not request persistent system-wide privileges or modify other skills. It stores data in its own data/usage.json file only.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-usage-tracker-nicki - After installation, invoke the skill by name or use
/skill-usage-tracker-nicki - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
全面升级:改为自动记录+主动汇报模式;移除手动触发;输出改为列表格式(手机友好);更新描述说明
v1.0.0
首次发布 - 记录技能调用次数,支持日/周/月/季/年维度统计分析
Metadata
Frequently Asked Questions
What is 技能使用记录与统计(Nicki)?
技能调用记录与统计分析。自动追踪所有技能调用,无需用户操作。支持日/周/月/季/年维度的技能使用统计报告。安装后直接使用,无需配置。 It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install 技能使用记录与统计(Nicki)?
Run "/install skill-usage-tracker-nicki" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 技能使用记录与统计(Nicki) free?
Yes, 技能使用记录与统计(Nicki) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 技能使用记录与统计(Nicki) support?
技能使用记录与统计(Nicki) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 技能使用记录与统计(Nicki)?
It is built and maintained by Superuser-fank (@superuser-fank); the current version is v1.1.0.
More Skills