A privacy-first suite of web tools allowing AI agents to search, scrape, and capture the web using USDC micropayments on the Base network.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install x402-private-web-tools
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 x402-private-web-tools using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
x402 Private Web Tools is a sophisticated utility suite designed for AI agents that require real-time web access without compromising privacy or dealing with complex API subscriptions. By utilizing the x402 payment protocol on the Base mainnet, this skill enables agents to pay for search, scraping, and screenshot services on a per-request basis using USDC. There are no accounts to manage and no API keys to store, providing a streamlined experience for developers building with Openclaw Skills.
The service emphasizes privacy with a strict zero-logging policy, ensuring that agent activities remain confidential. Whether you are building an autonomous researcher or a data extraction pipeline, these tools provide high-quality data in developer-friendly formats like Markdown and JSON. This integration is a powerful addition to any agentic workflow within the Openclaw Skills ecosystem.
To get started with this skill, follow these installation steps:
# Install dependencies and x402 client
bash <skill-dir>/scripts/setup.sh
# Generate a new wallet key
node <skill-dir>/scripts/wallet-gen.mjs --out ~/.x402-client/wallet.key
# Fund the address with USDC and a small amount of ETH on Base mainnet
# Export the key for session use
export X402_PRIVATE_KEY=$(cat ~/.x402-client/wallet.key)
The skill returns structured data optimized for AI consumption. Below is the schema for the core services:
| Service | Output Format | Key Metadata Fields |
|---|---|---|
| Web Search | JSON | query, results (title, url, description) |
| Web Scrape | Markdown/JSON | title, content, url, timestamp, format |
| Screenshot | Binary (PNG/JPG) | Configurable width, height, and quality |
All interactions are handled via the x402-fetch.mjs utility which manages the payment handshake and data retrieval.
Loading
Automate USDC micro-payments for HTTP API requests on the Base Sepolia network.

A comprehensive launchpad and identity marketplace designed for AI agents to deploy tokens, verify social presence, and interact in a shared playground.

Cabin enables AI agents to search over 500 airlines and complete flight bookings using USDC on the Base network.

A comprehensive Openclaw Skills integration for searching, analyzing, and tracking Wojak Farmers Plot NFTs on the Chia blockchain.

A professional orchestration system for coordinating multiple AI agents using the Otter Camp methodology within the Openclaw Skills ecosystem.

A specialized tool for extracting and displaying the full content of merged and forwarded messages within the Feishu platform.








































