← Back to Skills Marketplace
297
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install search-tasks
Description
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, ch...
Usage Guidance
This skill is coherent for finding OpenAnt tasks, but it executes npx @openant-ai/cli@latest at runtime which fetches and runs code from the public npm registry. Before installing or enabling: 1) Verify the @openant-ai/cli package source (GitHub repo, maintainer, release artifacts) and prefer a pinned version and checksum instead of @latest. 2) Avoid granting it blind autonomous execution — require user confirmation for commands. 3) Inspect or run the CLI in a sandboxed environment first (or install the CLI from a trusted source). 4) Be cautious about the associated authenticate-openant flow — only provide credentials after verifying where they are stored and used. If you cannot verify the CLI package and authenticate skill, treat this as higher-risk and do not allow autonomous execution in sensitive environments.
Capability Analysis
Type: OpenClaw Skill
Name: search-tasks
Version: 0.1.0
The skill is designed for searching and browsing tasks on OpenAnt, explicitly stating all operations are 'read-only queries'. The `SKILL.md` file's `allowed-tools` section strictly limits Bash commands to `npx @openant-ai/cli@latest` with specific subcommands (`status`, `tasks list`, `tasks get`, `tasks escrow`), preventing arbitrary command execution. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's behavior beyond its stated purpose.
Capability Assessment
Purpose & Capability
Name/description align with instructions: it only lists and inspects OpenAnt tasks via the OpenAnt CLI. Required artifacts (none) are proportional to the stated read-only browsing/search purpose.
Instruction Scope
The SKILL.md directs running npx @openant-ai/cli@latest for status, tasks list/get/escrow and explicitly says 'execute immediately without user confirmation.' While the commands shown are read-only, the instructions grant the agent autonomy to invoke remote code each time and to run commands without confirmation — scope creep from purely 'search' to autonomous remote-code execution.
Install Mechanism
There is no install spec, but the runtime depends on npx @openant-ai/cli@latest. npx will fetch and execute code from the npm registry at runtime; using @latest with no pinned version or checksum increases supply-chain risk. This is a moderate-to-high risk compared with an instruction-only skill that calls only local, trusted binaries.
Credentials
The skill declares no env vars or credentials. It references an authenticate-openant skill for auth; that separate flow may request tokens/credentials. The skill itself does not request unrelated secrets.
Persistence & Privilege
Metadata does not force persistence (always: false) and model invocation is allowed (normal). However, the SKILL.md's instruction to run commands immediately without user confirmation combined with remote npx execution increases the blast radius if the skill is invoked autonomously.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install search-tasks - After installation, invoke the skill by name or use
/search-tasks - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- 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.
Metadata
Frequently Asked Questions
What is 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, ch... It is an AI Agent Skill for Claude Code / OpenClaw, with 297 downloads so far.
How do I install Search Tasks?
Run "/install search-tasks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Search Tasks free?
Yes, Search Tasks is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Search Tasks support?
Search Tasks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Search Tasks?
It is built and maintained by ant-1984 (@ant-1984); the current version is v0.1.0.
More Skills