← 返回 Skills 市场
945
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install search-for-service
功能描述
Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar".
安全使用建议
This skill uses 'npx awal@latest' to run an external npm CLI at runtime — npx will fetch and execute code from the npm registry, and the skill metadata does not provide the package source or a pinned version. Before installing or invoking: (1) review the 'awal' package source and releases (or use a pinned, audited version) so you know what code will run; (2) avoid pointing the 'details' command at internal or sensitive endpoints — the tool may try POST/PUT/DELETE to discover payment requirements and could cause side effects; (3) run the CLI in a restricted or sandboxed environment if possible (network-restricted container or VM); (4) be aware the tool caches results under ~/.config/awal/bazaar/ and may write files there; (5) if you need purely read-only discovery, ask whether the CLI has a safe/read-only mode or consider contacting the package author for clarification. If you cannot audit the 'awal' package or cannot isolate its execution, treat this skill as risky.
功能分析
Type: OpenClaw Skill
Name: search-for-service
Version: 0.1.0
The skill is classified as suspicious due to the broad `Bash` execution permissions granted in `SKILL.md` via `allowed-tools`. Specifically, `Bash(npx awal@latest x402 bazaar *)` and `Bash(npx awal@latest x402 details *)` allow the agent to execute `npx awal@latest` commands with arbitrary arguments. This introduces a potential vulnerability for shell injection if the `awal` tool itself is not robust against malicious input, or for Server-Side Request Forgery (SSRF) via the `details <url>` command if the agent can be prompted to query internal or sensitive URLs. While the stated purpose is benign, the wide scope of execution with `*` and the use of `npx` (which downloads and executes code) present meaningful high-risk behaviors without clear malicious intent within this skill bundle itself.
能力评估
Purpose & Capability
The name/description (searching the x402 bazaar) matches the runtime instructions: the skill tells the agent to run the 'awal' CLI (npx awal@latest x402 ...) to search, list, and inspect marketplace resources. No unrelated credentials or binaries are requested. However, the skill relies on executing a remote npm package (awal@latest), and the package provenance is not provided in the metadata (homepage/source unknown).
Instruction Scope
The SKILL.md explicitly instructs probing target endpoints by auto-detecting HTTP methods 'by trying each until it gets a 402 response'. That means the tool may issue GET/POST/PUT/DELETE/PATCH requests to arbitrary URLs — potentially performing destructive or state-changing operations on user-provided endpoints. The skill also writes cache files to ~/.config/awal/bazaar/, and will access network resources; both are reasonable for a marketplace client but widen the blast radius if misused or pointed at internal/sensitive services.
Install Mechanism
There is no install spec in the skill bundle (instruction-only), but allowed-tools and examples rely on 'npx awal@latest', which executes code fetched from the npm registry at runtime. Running npx@latest will execute remote code each time; the package 'awal' and its versions are not pinned nor is its source/release provenance provided in the skill metadata, so you can't verify what code will run without separately auditing the package.
Credentials
The skill requests no environment variables, no credentials, and no special config paths beyond a local cache (~/.config/awal/bazaar/). This is proportional to a read/browse/search capability. There is no request for extraneous secrets.
Persistence & Privilege
always:false and disable-model-invocation:false (normal). The only persistence mentioned is a local cache directory (~/.config/awal/bazaar/) created/used by the CLI. The skill does not request system-wide or cross-skill configuration changes, but the CLI it runs may create files on disk and store data there.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-for-service - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-for-service触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the "search-for-service" skill.
- Enables searching and browsing the x402 bazaar marketplace for paid API services.
- Supports keyword search, resource browsing, and inspection of endpoint payment requirements.
- Uses `npx awal@latest x402 bazaar` commands—no authentication or balance required for searching.
- Results are cached locally and auto-refresh every 12 hours.
- Serves as a fallback skill when no specific skill matches a user’s request for external services or APIs.
元数据
常见问题
Search For Service 是什么?
Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 945 次。
如何安装 Search For Service?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-for-service」即可一键安装,无需额外配置。
Search For Service 是免费的吗?
是的,Search For Service 完全免费(开源免费),可自由下载、安装和使用。
Search For Service 支持哪些平台?
Search For Service 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Search For Service?
由 0xRAG(@0xrag)开发并维护,当前版本 v0.1.0。
推荐 Skills