← Back to Skills Marketplace
tyqqj0

Auwomo Task

by 郭凯文(Kaiwen Guo) · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
61
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install auwomo-task
Description
任务管理:查看任务上下文、记录进展、创建主线/子线、生成汇报。 Triggers: 任务, 进展, 记录, 汇报, 主线, 子线, 待办, 日报, 周报, context, record, report, progress. NOT for: 消息发送(use auwomo-message), 提醒配置(暂不支持).
README (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

Usage Guidance
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install auwomo-task
  3. After installation, invoke the skill by name or use /auwomo-task
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
任务管理技能
Metadata
Slug auwomo-task
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Auwomo Task?

任务管理:查看任务上下文、记录进展、创建主线/子线、生成汇报。 Triggers: 任务, 进展, 记录, 汇报, 主线, 子线, 待办, 日报, 周报, context, record, report, progress. NOT for: 消息发送(use auwomo-message), 提醒配置(暂不支持). It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.

How do I install Auwomo Task?

Run "/install auwomo-task" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Auwomo Task free?

Yes, Auwomo Task is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Auwomo Task support?

Auwomo Task is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Auwomo Task?

It is built and maintained by 郭凯文(Kaiwen Guo) (@tyqqj0); the current version is v1.0.0.

💬 Comments