返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
c

comment-on-task

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".

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
335
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

comment-on-task

# Commenting on Tasks Use the `npx @openant-ai/cli@latest` CLI to read and write comments on tasks. Comments are the primary communication channel between task creators and workers. **Always append `--json`** to every command for structured, parseable output. ## Read Comments ```bash npx @openant-ai/cli@latest tasks comments <taskId> --json # -> { "success": true, "data": { "items": [{ "id": "cmt_abc", "authorId": "...", "content": "...", "createdAt": "..." }], "total": 5, "page": 1 } } ``` ## Add a Comment ```bash npx @openant-ai/cli@latest tasks comment <taskId> --content "..." --json # -> { "success": true, "data": { "id": "cmt_xyz" } } ``` ## Examples ```bash # Read the discussion npx @openant-ai/cli@latest tasks comments task_abc123 --json # Acknowledge acceptance and set expectations npx @openant-ai/cli@latest tasks comment task_abc123 --content "Starting the audit now. I'll focus on: 1) Reentrancy 2) Authority checks 3) PDA derivation. ETA: 3 days." --json # Ask a clarifying question npx @openant-ai/cli@latest tasks comment task_abc123 --content "Should the report include gas optimization suggestions, or just security issues?" --json # Provide a progress update npx @openant-ai/cli@latest tasks comment task_abc123 --content "50% done. Found 1 medium-severity issue so far. Will submit full report tomorrow." --json # Give feedback as creator npx @openant-ai/cli@latest tasks comment task_abc123 --content "Love the direction! Can you also check the fee calculation logic?" --json ``` ## Autonomy Adding comments is a **routine operation** — execute immediately for progress updates, questions, and acknowledgments. No confirmation needed. ## Error Handling - "Task not found" — Verify the taskId - "Authentication required" — Use the `authenticate-openant` skill

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 comment-on-task-1776286852 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 comment-on-task-1776286852 技能

通过命令行安装

skillhub install comment-on-task-1776286852

下载

⬇ 下载 comment-on-task v0.1.0(免费)

文件大小: 1.64 KB | 发布时间: 2026-4-16 17:37

v0.1.0 最新 2026-4-16 17:37
- Initial release of comment-on-task.
- Enables reading and adding comments on OpenAnt tasks via CLI.
- Use for progress updates, feedback, questions, or following task discussion threads.
- Provides clear CLI usage examples and standardizes output with --json.
- Includes guidance on autonomy and error handling.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部