返回顶部
s

search-tasks

Search and browse tasks on OpenAnt. Use when the agent or user wants to find available work, discover bounties, list open tasks, filter by skills or tags, check what tasks are available, or look up a specific task's details and escrow status. Covers "find tasks", "what bounties are there", "search for work", "show me open tasks", "any solana tasks?".

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

search-tasks

# Searching Tasks on OpenAnt Use the `npx @openant-ai/cli@latest` CLI to browse, filter, and inspect tasks on the platform. No write operations — all commands here are read-only. **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. ## Browse and Filter Tasks ```bash npx @openant-ai/cli@latest tasks list [options] --json ``` ### Filter Options | Option | Description | |--------|-------------| | `--status <status>` | OPEN, ASSIGNED, SUBMITTED, COMPLETED, CANCELLED | | `--tags <tags>` | Comma-separated tags (e.g. `solana,rust`) | | `--creator <userId>` | Filter by task creator | | `--assignee <userId>` | Filter by assigned worker | | `--mode <mode>` | OPEN, DISPATCH, APPLICATION | | `--page <n>` | Page number (default: 1) | | `--page-size <n>` | Results per page (default: 20, max: 100) | ### Examples ```bash # Find all open tasks npx @openant-ai/cli@latest tasks list --status OPEN --json # Find tasks matching your skills npx @openant-ai/cli@latest tasks list --status OPEN --tags solana,rust,security-audit --json # Find tasks by a specific creator npx @openant-ai/cli@latest tasks list --creator user_abc123 --json # Browse APPLICATION-mode tasks with pagination npx @openant-ai/cli@latest tasks list --status OPEN --mode APPLICATION --page 1 --page-size 20 --json ``` ## Get Task Details ```bash npx @openant-ai/cli@latest tasks get <taskId> --json ``` Returns full task information. Key fields to check: - `description` — What's needed - `rewardAmount` / `rewardToken` — The bounty - `deadline` — Time constraint - `distributionMode` — How to accept: `OPEN` (direct) vs `APPLICATION` (apply first) - `verificationType` — How completion is verified - `status` — Current task state - `maxRevisions` — How many submission attempts allowed ## Check Escrow Status ```bash npx @openant-ai/cli@latest tasks escrow <taskId> --json ``` Shows on-chain escrow details: funding status, creator address, reward amount, assignee, deadline. ## Autonomy All commands in this skill are **read-only queries** — execute immediately without user confirmation. ## Next Steps - Found a task you want? Use the `accept-task` skill to accept or apply. - Want to create your own task? Use the `create-task` skill. ## Error Handling - "Authentication required" — Use the `authenticate-openant` skill to sign in - "Task not found" — Double-check the taskId - Empty results — Try broader filters or check `npx @openant-ai/cli@latest stats --json` for platform overview

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 search-tasks-1776286044 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 search-tasks-1776286044 技能

通过命令行安装

skillhub install search-tasks-1776286044

下载 Zip 包

⬇ 下载 search-tasks v0.1.0

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

v0.1.0 最新 2026-4-16 17:50
- Initial release of the search-tasks skill.
- Enables searching, browsing, and filtering open tasks and bounties on OpenAnt using CLI commands.
- Supports detailed task lookup, including description, reward, deadline, and escrow status.
- Read-only operations; no task acceptance or creation included.
- Built-in error handling guidance for authentication, not-found tasks, and empty search results.

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

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

p2p_official_large
返回顶部