← 返回 Skills 市场
sasamittrrr

Skill usage tracker

作者 SASAMITTRRR · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
392
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-usage-tracker
功能描述
Automatically tracks and audits skill usage, enforces rules from SKILL_USAGE_RULES.md, logs violations, and generates daily reports.
安全使用建议
Before installing, ask the skill author (or the registry) for: (1) the SKILL_USAGE_RULES.md file or where rules will come from; (2) exact logging behavior — what fields of replies are recorded, sample log lines, and whether sensitive content is redacted; (3) where daily reports are stored or sent, who can access them, and retention/rotation/encryption policies; (4) an option to disable automatic per-reply auditing or require explicit user consent; and (5) an explicit config path for logs/rules (don’t assume defaults). If you can’t get clear answers, avoid installing or enable in a restricted test environment only.
功能分析
Type: OpenClaw Skill Name: skill-usage-tracker Version: 1.0.0 The skill is described as an automatic usage tracker and auditor. Its instructions in SKILL.md outline reading configuration rules from `SKILL_USAGE_RULES.md`, checking agent replies for compliance, logging violations to `skill_violations.log`, and generating daily usage reports. These actions align with a legitimate administrative or security monitoring function. There is no evidence of malicious intent such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent for harmful purposes.
能力评估
Purpose & Capability
The name and description match the instructions: it audits replies, enforces rules, logs violations, and produces reports. However, the instructions require reading SKILL_USAGE_RULES.md even though that file is not present in the package or declared as a required config path — this is a missing dependency and reduces coherence.
Instruction Scope
SKILL.md tells the agent to check every reply, read SKILL_USAGE_RULES.md, write violations to skill_violations.log, and generate daily reports. It does not specify what parts of replies are logged, how rules are sourced if SKILL_USAGE_RULES.md is absent, or whether logs/reports are stored, rotated, or transmitted. Automatic checking of all replies could cause broad access to potentially sensitive user content; the instructions are too vague about scope and data handling.
Install Mechanism
Instruction-only skill with no install steps or external downloads — low risk from installation. No code files were included for static analysis.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local usage-tracker, but the skill still implies access to the agent's reply stream and the ability to write logs — both of which should be explicitly documented.
Persistence & Privilege
The instructions create persistent artifacts (skill_violations.log and daily reports) and state the checks run automatically after each reply. There is no guidance on log contents, retention, encryption, or access controls. Persistent logging of conversation content raises privacy and data-leakage risks if sensitive data are recorded or reports are exported.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-usage-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-usage-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skill Usage Tracker 1.0.0 — initial release. - 自动追踪和审计 skill 使用情况 - 读取 SKILL_USAGE_RULES.md 获取强制规则 - 检查每次回复是否符合规范,并记录违规到 skill_violations.log - 生成每日使用报告 - 全自动运行,无需手动调用
元数据
Slug skill-usage-tracker
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Skill usage tracker 是什么?

Automatically tracks and audits skill usage, enforces rules from SKILL_USAGE_RULES.md, logs violations, and generates daily reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 392 次。

如何安装 Skill usage tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-usage-tracker」即可一键安装,无需额外配置。

Skill usage tracker 是免费的吗?

是的,Skill usage tracker 完全免费(开源免费),可自由下载、安装和使用。

Skill usage tracker 支持哪些平台?

Skill usage tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill usage tracker?

由 SASAMITTRRR(@sasamittrrr)开发并维护,当前版本 v1.0.0。

💬 留言讨论