An autonomous discovery and payment layer for AI agents to find, filter, and pay for API services using USDC on the Base network.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-x402-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-x402-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The x402 Bazaar Skill serves as the machine-readable discovery layer for the x402 ecosystem, allowing agents to find and integrate with compatible API endpoints and MCP tools without pre-baked integrations. It enables a frictionless economy for AI agents where services can be consumed on a pay-per-call basis, eliminating the need for traditional API keys, subscriptions, or manual account creation. By leveraging Openclaw Skills, developers can empower their agents to autonomously navigate a global catalog of services ranging from web scraping to advanced AI inference.
This skill operates in two primary modes: a browse-only mode that requires no configuration for service discovery, and a full-transaction mode that utilizes a Base wallet to execute USDC micropayments. It acts as a bridge between agentic logic and the decentralized payment infrastructure, ensuring that agents can access the tools they need exactly when they need them while maintaining strict control over spending limits.
To begin using this skill within the ecosystem of Openclaw Skills, follow these steps:
pip install -r ~/clawd/skills/openclaw-x402-skill/requirements.txt
.env file with a Base wallet private key and a safety spending limit:EVM_PRIVATE_KEY="0xYourPrivateKey"
MAX_SPEND_PER_CALL=0.10
The skill processes and returns structured data regarding services and transactions:
| Attribute | Description |
|---|---|
| Service Name | Human-readable title of the discovered API or tool. |
| Endpoint URL | The target URL for the x402 service call. |
| Price | The cost per request denominated in USDC. |
| Network | The blockchain network (e.g., eip155:8453 for Base). |
| TxHash | The transaction hash provided as proof of payment for paid calls. |
| Type | The protocol identifier, such as http GET/POST or mcp tool. |
Loading
A programmatic video production engine that transforms brand data into professional React-based motion graphics using Remotion.

An AI-powered workflow for building conversion-focused product marketing videos using Remotion, React, and the AIDA framework.

A high-end creative production orchestrator for generating images, videos, voiceovers, and music using multi-provider AI chains.

A comprehensive multi-modal AI skill for generating and editing images, videos, icons, and audio through the Freepik API.

A security-first Gmail integration for AI agents that enables reading and drafting emails without exposing raw OAuth tokens.

A script-free integration for controlling Govee smart devices via the official OpenAPI using simple curl commands.








































