返回顶部
t

task-manager

SQLite-based task management with priority, tags, and stats. Database stored in skill directory for natural isolation.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
1,318
下载量
0
收藏
概述
安装方式
版本历史

task-manager

# Task Manager > SQLite-powered task management with CRUD, priorities, tags, and statistics. ## Database Location ``` <skill-dir>/data/tasks.db ``` **Data Isolation**: Each agent has their own copy of this skill → natural data isolation, no configuration needed. ## Usage ```bash # Direct call python3 <skill-dir>/task-manager.py <command> # Or set alias alias task="python3 <skill-dir>/task-manager.py" ``` ## Commands | Command | Description | |---------|-------------| | `task add "title" [options]` | Create task | | `task list [options]` | List tasks | | `task show <id>` | Show task details | | `task update <id> [options]` | Update task | | `task start <id>` | Mark as in progress | | `task complete <id>` | Mark as completed | | `task archive <id>` | Archive task | | `task delete <id>` | Delete task | | `task stats` | Show statistics | ## Options **add**: - `--priority, -p` P0/P1/P2/P3 (default: P2) - `--tags, -t` Comma-separated tags - `--due` Due date - `--desc, -d` Description **list**: - `--status` Filter by status - `--priority` Filter by priority (comma-separated) - `--sort` priority/due/created (default: created) ## Priority Levels | Level | Meaning | Icon | |-------|---------|------| | P0 | Urgent | 🔴 | | P1 | High | 🟠 | | P2 | Normal | 🟡 | | P3 | Low | 🟢 | ## Status | Status | Icon | Description | |--------|------|-------------| | pending | ⏳ | Todo | | in_progress | 🔄 | In progress | | completed | ✅ | Done | | archived | 📁 | Archived |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 task-manager-1775941317 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 task-manager-1775941317 技能

通过命令行安装

skillhub install task-manager-1775941317

下载 Zip 包

⬇ 下载 task-manager v1.1.0

文件大小: 5.45 KB | 发布时间: 2026-4-12 11:36

v1.1.0 最新 2026-4-12 11:36
Fix: database path now uses skill directory for proper workspace isolation

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部