← 返回 Skills 市场
Auwomo Task
作者
郭凯文(Kaiwen Guo)
· GitHub ↗
· v1.0.0
· MIT-0
61
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install auwomo-task
功能描述
任务管理:查看任务上下文、记录进展、创建主线/子线、生成汇报。 Triggers: 任务, 进展, 记录, 汇报, 主线, 子线, 待办, 日报, 周报, context, record, report, progress. NOT for: 消息发送(use auwomo-message), 提醒配置(暂不支持).
使用说明 (SKILL.md)
auwomo-task
围绕飞书任务的长期任务结构、进展记录、汇报能力。所有操作通过 auwomo CLI 执行。
触发条件
当用户提到以下内容时激活本技能:
- 查看任务、任务进展、任务上下文
- 记录工作、写进展、"帮我记一下"
- 生成日报、周报、汇报
- 创建主线、子线任务
- "看看我的任务"、"check 一下"
排除场景
- 只是闲聊、不涉及飞书任务系统 → 不激活
- 发消息给某人 → 转到
auwomo-message - agent→agent 通信 → 暂不支持
前置依赖
执行任何操作前,确认身份可用:
auwomo identity whoami
如果返回错误,先解决身份问题再继续。
标题前缀契约
| 前缀 | 含义 | 创建方式 |
|---|---|---|
[主线] |
顶层长期工作主线 | task create |
[子线] |
主线下的结构子任务(支持多级) | task create --parent |
[记录] |
已完成工作的记录 | task record |
CLI 命令速查表
| 场景 | 命令 | 说明 |
|---|---|---|
| 查看任务上下文 | auwomo task context --duration 7d |
轻量模式 |
| 查看详细上下文 | auwomo task context --duration 7d -d |
含 description |
| 查看团队上下文 | auwomo task context --duration 7d --team |
含下属 |
| 检查是否已初始化 | auwomo task check init |
有无可挂载主线 |
| 检查可挂载候选 | auwomo task check attachable |
找记录挂点 |
| 检查昨日记录 | auwomo task check yesterday-record |
昨天有无进展 |
| 列出任务 | auwomo task list |
扁平列表 |
| 查看任务树 | auwomo task tree |
完整树状结构 |
| 查看单个任务 | auwomo task show \x3Cguid> |
详细信息 |
| 记录进展 | auwomo task record --work \x3Cguid> --summary "..." |
创建记录 |
| 创建任务 | auwomo task create --title "[主线] ..." |
尚未实现 |
所有命令支持 --format json 切换为机器可读输出。
参考文档路由
| 场景 | 文档 |
|---|---|
| 需要了解当前任务状态 | task-context.md |
| 需要记录一段工作 | task-record.md |
| 需要创建主线/子线 | task-create.md |
| 需要生成汇报 | task-report.md |
| 需要做前置检查 | task-check.md |
| 定时任务模板 | cron-templates.md |
数据源:Cotrace
当用户说"帮我记录"但未提供具体内容时,优先使用 Cotrace 获取工作数据。
详见 skills/cotrace/SKILL.md。
安全使用建议
Install only if you want an agent to manage Feishu tasks through auwomo. Before enabling any scheduled workflows, confirm who controls the cron deployment, how to disable it, whether Cotrace work-data access is acceptable, and require explicit approval before creating task records or sending team reminder messages.
能力标签
能力评估
Purpose & Capability
Viewing task context, recording progress, creating task lines, and generating reports fit the stated purpose. However, the included cron templates cover reminder deployment and an admin message-send path despite the skill description excluding reminder configuration and message sending.
Instruction Scope
Most task creation and recording flows require showing a draft and getting user confirmation, which is good. The scheduled admin workflow is less clear because it says reminders can be sent to team members without an explicit per-message confirmation requirement.
Install Mechanism
This is instruction-only with no code or install script. It requires auwomo and lark-cli, and the references also rely on external Cotrace/MCP and ops cron trigger infrastructure that is not included in the reviewed package.
Credentials
The skill can read and modify Feishu task data, use team context, and query Cotrace work records. These are sensitive but mostly purpose-aligned for task reporting and progress recording.
Persistence & Privilege
The cron reference describes persistent system-level scheduled prompts to the user's agent. That persistence is not installed by this package, but the opt-in, disable, and ownership boundaries are not documented in the skill metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auwomo-task - 安装完成后,直接呼叫该 Skill 的名称或使用
/auwomo-task触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
任务管理技能
元数据
常见问题
Auwomo Task 是什么?
任务管理:查看任务上下文、记录进展、创建主线/子线、生成汇报。 Triggers: 任务, 进展, 记录, 汇报, 主线, 子线, 待办, 日报, 周报, context, record, report, progress. NOT for: 消息发送(use auwomo-message), 提醒配置(暂不支持). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。
如何安装 Auwomo Task?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auwomo-task」即可一键安装,无需额外配置。
Auwomo Task 是免费的吗?
是的,Auwomo Task 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Auwomo Task 支持哪些平台?
Auwomo Task 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auwomo Task?
由 郭凯文(Kaiwen Guo)(@tyqqj0)开发并维护,当前版本 v1.0.0。
推荐 Skills