← 返回 Skills 市场
244
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install work-tracker
功能描述
简单快速的工作日志系统,专为AI助手团队设计。解决助手忘记报告工作进展的问题,确保所有工作都有记录、可追踪、可报告。
安全使用建议
This skill appears to do what it claims: a local Python-based CLI that stores logs and status under ~/.openclaw/workspace/.worktracker and does not request secrets or perform network calls in the visible code. Before installing, consider: 1) verify the full scripts (the provided worktracker.py was partially shown) to ensure there are no hidden network calls or code paths that collect host information; 2) if you expect the env-var overrides documented in SKILL.md, confirm the script actually reads WORK_LOG_PATH/WORK_STATUS_PATH (the docs and code may be out of sync); 3) note minor metadata mismatches (Node engine in config.json and a GitHub repo URL despite 'Source: unknown') — they may indicate copied boilerplate rather than malice; 4) if you want stronger isolation, run the skill in a constrained environment or sandbox before granting it access to production data. Overall the package looks coherent and local-only, but inspect the full script for any late-added network or credential usage if you require maximum assurance.
功能分析
Type: OpenClaw Skill
Name: work-tracker
Version: 0.1.0
The WorkTracker skill is a local utility designed for AI agents to log and track their work progress. The core logic in `scripts/worktracker.py` manages task statuses and logs using local JSON and Markdown files within the agent's workspace, with no network access or external dependencies. While `SKILL.md` and the training manual in `docs/` include 'mandatory' instructions for the agent to record its actions, these are strictly functional and aligned with the tool's stated purpose of productivity tracking, showing no evidence of malicious prompt injection or data exfiltration intent.
能力评估
Purpose & Capability
The skill declares Python3 and manages local work status/log files under ~/.openclaw/workspace/.worktracker, which matches a local work-log tool. Minor inconsistencies: config.json lists Node engine and repository/homepage fields (GitHub URL) even though the implementation is Python-only and the package source was listed as unknown; these metadata items are unnecessary but not directly harmful.
Instruction Scope
SKILL.md instructs only CLI usage (start/update/complete/status/log/export/backup/restore) and references local file paths. Instructions do not ask the agent to read unrelated system files or external credentials. The doc mentions optional env vars (WORK_LOG_PATH, WORK_STATUS_PATH) and including IP addresses in audit logs 'if available'; the visible script does not show obvious network/host-info collection, so the scope remains local.
Install Mechanism
There is no remote download/install spec (instruction-only install). The package contains a Python CLI script and examples; config.json includes an install script that simply sets executable permission. No external archives or downloads are invoked by the skill metadata.
Credentials
The skill does not require any credentials or environment variables. SKILL.md documents optional env vars for log/status paths, but the visible portion of the Python script uses fixed paths under the OpenClaw workspace; if the script does not actually read those env vars, the documentation is misleading. No secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill writes only to its own directory (~/.openclaw/workspace/.worktracker) and backup subdirectory; it does not request system-wide configuration changes or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install work-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/work-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of WorkTracker, a simple and fast work log system for AI assistant teams.
- Track work progress for team assistants with start, update, complete, and status commands.
- Enforces mandatory logging, regular updates, and result reporting for work tasks.
- Supports team collaboration, assistant configuration, and local data storage (JSON + Markdown with automatic backups).
- Provides tools for data export, cleaning, and backup/restore.
- Includes permission control, audit log, error codes, and troubleshooting guidance.
- Ready for production use; supports individual use and multi-assistant/team scenarios.
元数据
常见问题
worktracker 是什么?
简单快速的工作日志系统,专为AI助手团队设计。解决助手忘记报告工作进展的问题,确保所有工作都有记录、可追踪、可报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 244 次。
如何安装 worktracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install work-tracker」即可一键安装,无需额外配置。
worktracker 是免费的吗?
是的,worktracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
worktracker 支持哪些平台?
worktracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 worktracker?
由 isenlink(@isenlink)开发并维护,当前版本 v0.1.0。
推荐 Skills