← 返回 Skills 市场
技能使用记录与统计(Nicki)
作者
Superuser-fank
· GitHub ↗
· v1.1.0
· MIT-0
114
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-usage-tracker-nicki
功能描述
技能调用记录与统计分析。自动追踪所有技能调用,无需用户操作。支持日/周/月/季/年维度的技能使用统计报告。安装后直接使用,无需配置。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-usage-tracker-nicki - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-usage-tracker-nicki触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
全面升级:改为自动记录+主动汇报模式;移除手动触发;输出改为列表格式(手机友好);更新描述说明
v1.0.0
首次发布 - 记录技能调用次数,支持日/周/月/季/年维度统计分析
元数据
常见问题
技能使用记录与统计(Nicki) 是什么?
技能调用记录与统计分析。自动追踪所有技能调用,无需用户操作。支持日/周/月/季/年维度的技能使用统计报告。安装后直接使用,无需配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 技能使用记录与统计(Nicki)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-usage-tracker-nicki」即可一键安装,无需额外配置。
技能使用记录与统计(Nicki) 是免费的吗?
是的,技能使用记录与统计(Nicki) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
技能使用记录与统计(Nicki) 支持哪些平台?
技能使用记录与统计(Nicki) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 技能使用记录与统计(Nicki)?
由 Superuser-fank(@superuser-fank)开发并维护,当前版本 v1.1.0。
推荐 Skills