← Back to Skills Marketplace
sergirostoll-coder

Value Tracker

by sergirostoll-coder · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
1789
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install value-tracker
Description
Track hours saved and calculate ROI with category-based rates to measure and prove the value your AI assistant generates over time.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: value-tracker Version: 0.1.0 The OpenClaw AgentSkills skill bundle 'value-tracker' is benign. The `tracker.py` script performs local file operations (reading/writing `data.json` and `config.json`) strictly within its own directory, which is expected for data persistence and configuration. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` files contain clear, non-manipulative instructions for the AI agent, focused solely on the skill's stated purpose of tracking value and hours.
Capability Assessment
Purpose & 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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install value-tracker
  3. After installation, invoke the skill by name or use /value-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Value Tracker—track and quantify the impact of your AI assistant. - Log tasks and track hours saved, value generated, and ROI over time. - Differentiate value with customizable hourly rates by category (e.g., strategy, tech, ops). - Auto-detect task categories via keywords for faster logging. - View value summaries by day, week, or month; generate markdown or JSON reports for dashboards. - Tasks saved in `data.json`; rates and settings configurable in `config.json`.
Metadata
Slug value-tracker
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Value Tracker?

Track hours saved and calculate ROI with category-based rates to measure and prove the value your AI assistant generates over time. It is an AI Agent Skill for Claude Code / OpenClaw, with 1789 downloads so far.

How do I install Value Tracker?

Run "/install value-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Value Tracker free?

Yes, Value Tracker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Value Tracker support?

Value Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Value Tracker?

It is built and maintained by sergirostoll-coder (@sergirostoll-coder); the current version is v0.1.0.

💬 Comments