跳至主要内容
小龙虾小龙虾AI
🤖

Task Manager

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

下载119
星标0
版本1.1.0
效率工具
安全通过
💬Prompt

技能说明


name: task-manager description: SQLite-based task management with priority, tags, and stats. Database stored in skill directory for natural isolation. version: 1.1.0 type: component metadata: clawdbot: emoji: "📋" requires: bins: [python3] files: [task-manager.py]

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

# Direct call
python3 <skill-dir>/task-manager.py <command>

# Or set alias
alias task="python3 <skill-dir>/task-manager.py"

Commands

CommandDescription
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 statsShow 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

LevelMeaningIcon
P0Urgent🔴
P1High🟠
P2Normal🟡
P3Low🟢

Status

StatusIconDescription
pendingTodo
in_progress🔄In progress
completedDone
archived📁Archived

如何使用「Task Manager」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Task Manager」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能