在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用mm-tasks
星标15
分支10
更新时间2026年6月26日 01:52
Lists and manages journey tasks
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Lists and manages journey tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Activates Builder Mode for a journey and loads project context/docs
Backs up the production memory database
Activates Builder Mode for a journey and loads project context/docs
Scans memories for recurring patterns and proposes consolidation (merge, identity update, or shadow candidate)
Asks other LLMs through OpenRouter with Mirror context
Lists recent conversations from the memory database
| name | mm:tasks |
| description | Lists and manages journey tasks |
| user-invocable | true |
When receiving /mm:tasks, run:
uv run python -m memory tasks [SUBCOMMAND] [ARGS]
list: list open tasks grouped by journey--journey SLUG: filter by journey--status STATUS: filter by status (todo, doing, done, blocked)--all: include completed tasksadd "TITLE" --journey SLUG [--due YYYY-MM-DD] [--stage STAGE]: create a taskdone TASK_ID: mark task as completeddoing TASK_ID: mark task as in progressblock TASK_ID: mark task as blockedimport [SLUG]: import pending tasks from journey pathssync [SLUG]: sync tasks from external reference filessync-config SLUG /path/to/file: configure a journey reference file for syncdelete TASK_ID: remove a taskIf $ARGUMENTS contains a journey slug, use it as --journey.
If it contains "all", use --all.
If it is a sentence like "I need to do X by Friday", create a task with add.
Present the result in a readable form.