← Back to Skills Marketplace
0xrag

Search For Service

by 0xRAG · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
945
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install search-for-service
Description
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".
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install search-for-service
  3. After installation, invoke the skill by name or use /search-for-service
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug search-for-service
Version 0.1.0
License
All-time Installs 6
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is 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". It is an AI Agent Skill for Claude Code / OpenClaw, with 945 downloads so far.

How do I install Search For Service?

Run "/install search-for-service" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Search For Service free?

Yes, Search For Service is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Search For Service support?

Search For Service is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Search For Service?

It is built and maintained by 0xRAG (@0xrag); the current version is v0.1.0.

💬 Comments