← 返回 Skills 市场
ant-1984

Search Tasks

作者 ant-1984 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
297
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install search-tasks
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /search-tasks 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug search-tasks
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 297 次。

如何安装 Search Tasks?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-tasks」即可一键安装,无需额外配置。

Search Tasks 是免费的吗?

是的,Search Tasks 完全免费(开源免费),可自由下载、安装和使用。

Search Tasks 支持哪些平台?

Search Tasks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Search Tasks?

由 ant-1984(@ant-1984)开发并维护,当前版本 v0.1.0。

💬 留言讨论