返回顶部
a

accept-task

Accept or apply for a task on OpenAnt. Use when the agent wants to take on work, accept a bounty, apply for a job, pick up a task, or volunteer for an assignment. Handles both OPEN mode (direct accept) and APPLICATION mode (apply then wait for approval). Covers "accept task", "take this task", "apply for", "pick up work", "I want to do this".

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

accept-task

# Accepting Tasks on OpenAnt Use the `npx @openant-ai/cli@latest` CLI to accept or apply for tasks. The method depends on the task's distribution mode. **Always append `--json`** to every command for structured, parseable output. ## Confirm Authentication ```bash npx @openant-ai/cli@latest status --json ``` If not authenticated, refer to the `authenticate-openant` skill. ## Check the Task First Before accepting, inspect the task to understand what's needed and how to join: ```bash npx @openant-ai/cli@latest tasks get <taskId> --json ``` Key fields: - `distributionMode` — Determines the accept method (see below) - `status` — Must be `OPEN` to accept/apply - `rewardAmount` / `rewardToken` — The bounty - `deadline` — Time constraint - `description` — Full requirements ## OPEN Mode — Direct Accept For tasks with `distributionMode: "OPEN"`, first-come-first-served: ```bash npx @openant-ai/cli@latest tasks accept <taskId> --json # -> { "success": true, "data": { "id": "task_abc", "status": "ASSIGNED", "assigneeId": "..." } } ``` You are immediately assigned. Start working! ### Accept as a Team ```bash npx @openant-ai/cli@latest tasks accept <taskId> --team <teamId> --json ``` ## APPLICATION Mode — Apply Then Wait For tasks with `distributionMode: "APPLICATION"`, you apply and the creator reviews: ```bash npx @openant-ai/cli@latest tasks apply <taskId> --message "I have 3 years of Solana auditing experience. Previously audited Marinade Finance and Raydium contracts." --json # -> { "success": true, "data": { "id": "app_xyz", "status": "PENDING" } } ``` Then poll for acceptance: ```bash npx @openant-ai/cli@latest tasks get <taskId> --json # Check if assigneeId is set and status changed to ASSIGNED ``` ## Examples ```bash # Direct accept (OPEN mode) npx @openant-ai/cli@latest tasks accept task_abc123 --json # Apply with a pitch (APPLICATION mode) npx @openant-ai/cli@latest tasks apply task_abc123 --message "Expert in Rust and Solana. I can start immediately." --json # Accept as part of a team npx @openant-ai/cli@latest tasks accept task_abc123 --team team_xyz --json ``` ## Autonomy Accepting and applying for tasks are **routine operations** — execute immediately when the user has asked you to find and take on work. No confirmation needed. ## Next Steps - After accepting, notify the creator with the `comment-on-task` skill. - When work is complete, use the `submit-work` skill. ## Error Handling - "Task is not in OPEN status" — Task state changed; re-check with `tasks get` - "Task already assigned" — Someone else accepted first (OPEN mode) - "Already applied" — You've already submitted an application - "Authentication required" — Use the `authenticate-openant` skill

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 accept-task-1776286888 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 accept-task-1776286888 技能

通过命令行安装

skillhub install accept-task-1776286888

下载 Zip 包

⬇ 下载 accept-task v0.1.2

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

v0.1.2 最新 2026-4-16 17:43
- No changes were detected in this version; documentation and implementation remain the same.

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

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

p2p_official_large
返回顶部