← 返回 Skills 市场
Value Tracker
作者
sergirostoll-coder
· GitHub ↗
· v0.1.0
1789
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install value-tracker
功能描述
Track hours saved and calculate ROI with category-based rates to measure and prove the value your AI assistant generates over time.
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install value-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/value-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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`.
元数据
常见问题
Value Tracker 是什么?
Track hours saved and calculate ROI with category-based rates to measure and prove the value your AI assistant generates over time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1789 次。
如何安装 Value Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install value-tracker」即可一键安装,无需额外配置。
Value Tracker 是免费的吗?
是的,Value Tracker 完全免费(开源免费),可自由下载、安装和使用。
Value Tracker 支持哪些平台?
Value Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Value Tracker?
由 sergirostoll-coder(@sergirostoll-coder)开发并维护,当前版本 v0.1.0。
推荐 Skills