← Back to Skills Marketplace
244
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install work-tracker
Description
简单快速的工作日志系统,专为AI助手团队设计。解决助手忘记报告工作进展的问题,确保所有工作都有记录、可追踪、可报告。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install work-tracker - After installation, invoke the skill by name or use
/work-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is worktracker?
简单快速的工作日志系统,专为AI助手团队设计。解决助手忘记报告工作进展的问题,确保所有工作都有记录、可追踪、可报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 244 downloads so far.
How do I install worktracker?
Run "/install work-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is worktracker free?
Yes, worktracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does worktracker support?
worktracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created worktracker?
It is built and maintained by isenlink (@isenlink); the current version is v0.1.0.
More Skills