Productivity Tracker

轻量级本地任务管理与时间追踪工具,支持任务管理、番茄钟、时间记录、每日统计和习惯打卡功能。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 44 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included files: a Python CLI that manages tasks, pomodoro timer, habits and writes JSON under ~/.task-tracker. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md commands align with the script's capabilities. Runtime instructions only reference local commands and the data directory; there are no instructions to read unrelated system files, environment variables, or to transmit data externally.
Install Mechanism
There is no install spec that downloads or executes remote code. The skill is instruction-only with an included Python script (no external downloads or package installs).
Credentials
No environment variables, credentials, or config paths are requested. The script reads/writes only JSON files under ~/.task-tracker, consistent with its stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide settings. It will create a local data directory (~/.task-tracker) and files, which is expected for this tool.
Assessment
This appears to be a simple local task tracker with no network calls or credential requests, and it stores plain JSON under ~/.task-tracker. Before installing: (1) note the source is unknown and there's no homepage—consider reviewing the included script (scripts/task-tracker.py) yourself; (2) data is stored unencrypted in your home directory—avoid storing secrets in task/habit names; (3) run it in a limited environment or sandbox if you want extra safety; (4) if you plan to run the script automatically, inspect it for any changes first—there are no immediate red flags, but always exercise caution with code from unknown authors.

Like a lobster shell, security has layers — review code before you run it.

Current versionv2.0.0
Download zip
latestvk972pqkwsqn8b1ay2n319y5h9d831vzb

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Task Tracker - 任务管理与时间追踪

轻量级本地任务追踪工具,支持 TODO 管理、番茄钟、习惯追踪

功能列表

核心功能

  • 任务管理 - 创建、编辑、删除、标记完成的任务
  • 番茄钟 - 25分钟专注计时 + 5分钟休息
  • 时间追踪 - 记录任务耗时
  • 每日统计 - 查看今日完成的任务和时间
  • 习惯打卡 - 追踪每日习惯完成情况

使用场景

  • 知识工作者日常任务管理
  • 学生课程/作业追踪
  • 自由职业者工作时间记录
  • 习惯养成追踪

使用方法

创建任务

添加任务: "项目报告撰写"

列出任务

查看任务 / 任务列表

完成任务

完成任务 1

开始番茄钟

开始番茄钟 / 专注 25分钟

查看统计

今日统计

习惯打卡

打卡 早起

注意事项

  • 数据存储在 ~/.task-tracker/ 目录
  • 番茄钟计时基于系统时间,关闭终端后停止

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…