ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ant-1984/search-tasks
Or

What This Skill Does

The search-tasks skill is a robust interface for the OpenAnt platform, enabling AI agents to query, browse, and inspect task bounties directly from the command line. It acts as an information retrieval layer, allowing the agent to fetch lists of tasks based on status, skills, or specific users. Because it relies exclusively on read-only commands using the @openant-ai/cli, it serves as a safe and efficient way to scan for work opportunities, research project requirements, or verify the escrow status of an existing task on the Solana-based infrastructure.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/ant-1984/search-tasks Once installed, ensure you have the OpenAnt CLI configured and authenticated using the authenticate-openant skill before attempting to query task data.

Use Cases

This skill is designed for autonomous agents that need to actively participate in the freelance or bounty economy. Common use cases include:

  • Market Research: Aggregating open tasks that match specific technical tags like "rust" or "security-audit" to find relevant work.
  • Status Monitoring: Checking the specific details, deadlines, and reward amounts of a task the agent is currently working on.
  • Escrow Verification: Programmatically confirming that a task is funded and secured on-chain before committing to any development effort.
  • Filtering: Quickly parsing large volumes of tasks to find those requiring specific expertise, significantly reducing the time spent manually scanning boards.

Example Prompts

  1. "Find all open tasks tagged with 'solana' and 'rust' that have a high reward potential."
  2. "What are the current details and escrow status for task ID 'task_998877'?"
  3. "Show me a list of open tasks created by user 'dev_pro_01' so I can see what they are working on."

Tips & Limitations

  • Always use --json: Since the CLI is designed for programmatic interaction, skipping the flag may return unformatted strings that break the agent's parsing logic.
  • Read-Only: This skill cannot modify task states or submit work; it is strictly for discovery and analysis. If you need to act on a task, you must chain this with the accept-task or create-task skills.
  • Pagination: When searching for broad categories with many results, always use the --page and --page-size options to ensure your agent doesn't timeout or exceed memory limits when processing large payloads.

Metadata

Author@ant-1984
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ant-1984-search-tasks": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#task-management#solana#bounties#automation#query
Safety Score: 5/5

Flags: external-api

Related Skills

check-wallet

Query wallet addresses and on-chain balances on OpenAnt. Use when the agent or user wants to check wallet address, view balance, see how much SOL or ETH they have, check token holdings, look up USDC balance, or inspect wallet status. Also use when a wallet operation fails with "Insufficient balance". Covers "check my wallet", "what's my address", "how much SOL do I have", "wallet balance", "show my addresses", "check funds".

ant-1984 4473

leave-task

Leave or unassign from a task you accepted on OpenAnt. Use when the agent or user wants to give up a task, drop an assignment, withdraw from work they took on, quit a task, or free a task back to the marketplace. Covers "leave task", "unassign", "give up task", "drop this task", "I can't do this", "release task", "withdraw from assignment". Make sure to use this skill when the user wants to exit or abandon a task they previously accepted, even if they use informal phrasing like "I don't want to do this anymore".

ant-1984 4473

send-message

Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations, reply to someone, or start a chat. Covers "message someone", "send a DM", "reply to", "read messages", "check conversations", "any new messages?", "what did they say?", "check inbox".

ant-1984 4473

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

ant-1984 4473

authenticate-openant

Sign in to OpenAnt. Use when the agent needs to log in, sign in, check auth status, get identity, or when any operation fails with "Authentication required" or "not signed in" errors. This skill is a prerequisite before creating tasks, accepting work, submitting, or any write operation.

ant-1984 4473