运行时依赖
安装命令
点击复制技能文档
Task 管理器
SQLite-powered task management with CRUD, priorities, tags, and statistics.
Database Location <技能-dir>/data/tasks.db
Data Isolation: Each 代理 has their own copy of this 技能 → natural data isolation, no configuration needed.
Usage # Direct call python3 <技能-dir>/task-管理器.py
# Or 设置 alias alias task="python3 <技能-dir>/task-管理器.py"
Commands Command Description task 添加 "title" [options] 创建 task task 列出 [options] 列出 tasks task show Show task detAIls task 更新 [options] 更新 task task 启动 Mark as in 进度 task complete Mark as completed task 归档 归档 task task 删除 删除 task task stats Show statistics Options
添加:
--priority, -p P0/P1/P2/P3 (default: P2) --tags, -t Comma-separated tags --due Due date --desc, -d Description
列出:
--状态 过滤器 by 状态 --priority 过滤器 by priority (comma-separated) --排序 priority/due/创建d (default: 创建d) Priority Levels Level Meaning Icon P0 Urgent 🔴 P1 High 🟠 P2 Normal 🟡 P3 Low 🟢 状态 状态 Icon Description pending ⏳ Todo in_进度 🔄 In 进度 completed ✅ Done 归档d 📁 归档d