← Back to Skills Marketplace
Skill usage tracker
by
SASAMITTRRR
· GitHub ↗
· v1.0.0
392
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install skill-usage-tracker
Description
Automatically tracks and audits skill usage, enforces rules from SKILL_USAGE_RULES.md, logs violations, and generates daily reports.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-usage-tracker - After installation, invoke the skill by name or use
/skill-usage-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Skill Usage Tracker 1.0.0 — initial release.
- 自动追踪和审计 skill 使用情况
- 读取 SKILL_USAGE_RULES.md 获取强制规则
- 检查每次回复是否符合规范,并记录违规到 skill_violations.log
- 生成每日使用报告
- 全自动运行,无需手动调用
Metadata
Frequently Asked Questions
What is Skill usage tracker?
Automatically tracks and audits skill usage, enforces rules from SKILL_USAGE_RULES.md, logs violations, and generates daily reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 392 downloads so far.
How do I install Skill usage tracker?
Run "/install skill-usage-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill usage tracker free?
Yes, Skill usage tracker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skill usage tracker support?
Skill usage tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill usage tracker?
It is built and maintained by SASAMITTRRR (@sasamittrrr); the current version is v1.0.0.
More Skills