BB openclaw-x402-skill
Discover, browse, filter, and pay for x402-compatible API endpoints and MCP tools from the x402 Bazaar — the autonomous discovery layer for agentic payments. Browse all available services, filter by price or type, inspect payment requirements, and call any discovered endpoint using USDC micropayments on Base with no API keys or account setup. Use when the agent needs to find a payable API service, check what x402 services exist for a given task (web scraping, AI inference, weather data, market data), pay for a single API call via x402, or list services under a given price threshold. Requires EVM_PRIVATE_KEY in .env (Base wallet with USDC) for paid calls. Discovery browsing requires no keys at all.
As a process B 75/100 · Nearly there — weak spots: when it triggers, progress reporting
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 8
✓ No critical or high findings
Medium and low: 8
-
medium Risky intent
intent-wallet-secretsREADME.md:250Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target1. **Get a Base wallet private key:**
-
medium Risky intent
intent-wallet-secretsREADME.md:468Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetEVM_PRIVATE_KEY="0x..." # Your Base wallet private key
-
medium Risky intent
intent-wallet-secretsSKILL.md:40Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target1. Get a Base wallet private key (MetaMask → export, or Coinbase Wallet)
-
low Exfiltration
read-dotenvREADME.md:101Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvREADME.md:148Reads a .env filecp ~/.openclaw/skills/x402-bazaar/.env.example ~/.openclaw/skills/x402-bazaar/.env
-
low Secrets in code
secret-high-entropy-tokenREADME.md:235High-entropy token-like string (may be an id, hash or a credential)Recipient: 0x74…Eb1
-
low Risky intent
intent-wallet-secretsx402-MCP.md:86Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)"EVM_PRIVATE_KEY": "<private key of wallet with USDC on Base Sepolia>",
quoted -
low Exfiltration
read-dotenvx402-MCP.md:449Reads a .env filecp ~/.openclaw/skills/x402-bazaar/.env.example ~/.openclaw/skills/x402-bazaar/.env
Files scanned: 4. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 75/100
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Tools and files. No external tools needed
- 100Steps. 36 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1687 tokens
- 100Running it twice. No mutating operations
- low 11 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +1No license
- +2Single-language instructions
- +3Description length 706: enough signal without eating the budget
- +4Structure: 22 headings
- +3Step-by-step instructions: 36 items
- +3Output format is stated explicitly
- +4Has examples (14 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 87.