Add or read comments on an OpenAnt task. Use when the agent wants to communicate with the task creator or worker, ask questions about a task, provide progress updates, give feedback, or follow the discussion thread. Covers "comment on task", "ask the creator", "update progress", "read comments", "what did they say".
使用 npx @openant-ai/cli@latest CLI 读取和撰写任务评论。评论是任务创建者与执行者之间的主要沟通渠道。
始终在每个命令后添加 --json,以获得结构化、可解析的输出。
bash
npx @openant-ai/cli@latest tasks comments
-> { success: true, data: { items: [{ id: cmt_abc, authorId: ..., content: ..., createdAt: ... }], total: 5, page: 1 } }
bash
npx @openant-ai/cli@latest tasks comment
-> { success: true, data: { id: cmt_xyz } }
bash
添加评论属于常规操作——可直接执行,用于进度更新、提问和确认。无需确认。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 comment-on-task-1776286852 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 comment-on-task-1776286852 技能
skillhub install comment-on-task-1776286852
文件大小: 1.64 KB | 发布时间: 2026-4-16 17:37