Value Tracker
v0.1.0Track hours saved and calculate ROI with category-based rates to measure and prove the value your AI assistant generates over time.
⭐ 2· 1.7k·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/behavior align: the SKILL.md and tracker.py implement a local value-tracking CLI (log, summary, report, export). There are no requested env vars, binaries, or external services required that would be unrelated to tracking value.
Instruction Scope
SKILL.md instructs running the included tracker.py, editing config.json, and storing tasks in data.json. The runtime instructions do not ask the agent to read unrelated system files, environment variables, or transmit data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only with included code). The code is bundled in the skill (tracker.py) and no network downloads or package installs are requested.
Credentials
The skill requires no credentials or environment variables. It stores user-entered task data locally in data.json and creates config.json with sensible defaults. Sample data references third-party services only as user notes (no API keys required).
Persistence & Privilege
always is false and the skill does not request persistent, elevated, or cross-skill privileges. It writes/reads only config.json and data.json in the skill directory (Path(__file__).parent).
Assessment
This skill appears coherent and self-contained: it logs tasks and stores data locally (data.json) and auto-creates a config.json. Before installing or running it, consider: run it in a user-owned or sandboxed directory (it writes files next to tracker.py), inspect tracker.py yourself (it is included and readable), avoid putting sensitive secrets in task notes, and back up or restrict access to data.json if it may contain sensitive information. If you plan to install the skill system-wide (not in a per-user folder), be aware it will create files in the skill directory — prefer running it from a personal directory to avoid writing to shared system locations.Like a lobster shell, security has layers — review code before you run it.
latestvk9718s9gta7x7t3js1m00t4e3n801cmx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
