AgentHub for Openclaw

A unified API gateway that allows AI agents to access 32 real-world data sources with a gasless pay-per-call model using USDC on the Base network.

marcelo-rowship
v1.0.0
Mar 4, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install rwagenthub2

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install rwagenthub2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is AgentHub?

AgentHub provides a streamlined interface for Openclaw Skills to interact with the real world, from booking flights and checking weather to analyzing DeFi yields and executing code. It leverages the x402 protocol to handle micro-payments on the Base Mainnet, ensuring that developers only pay for what they use without the friction of monthly subscriptions or complex API keys for every individual service.

This skill emphasizes security by keeping private keys local, using them only to sign gasless authorizations. This makes it an essential tool for creating versatile agents capable of performing complex, multi-domain tasks within the Openclaw Skills ecosystem.

AgentHub Use Cases

  • Retrieving real-time flight statuses and searching for hotel availability across global markets.
  • Performing deep web searches and extracting structured data from URLs for research tasks.
  • Monitoring cryptocurrency prices, DeFi yields, and blockchain transaction history.
  • Checking stock quotes, market news, and earnings calendars for financial analysis.
  • Sending emails and executing sandboxed code snippets in Python, JavaScript, or Bash.

How AgentHub Works

  1. The user configures a dedicated Base wallet and provides the private key via the environment configuration.
  2. The Openclaw Skills runner installs the AgentHub SDK locally within the workspace.
  3. For each request, a temporary script is generated to initialize the hub and sign a payment authorization via the x402 protocol.
  4. The SDK sends the signed authorization and API request to the AgentHub gateway.
  5. The gateway validates the payment on the Base network and returns the requested real-world data.

AgentHub Setup

Install the SDK inside the skill's own folder to avoid global permission issues:

npm install --prefix ~/.openclaw/workspace/skills/rwagenthub rwagenthub-sdk

Configure your dedicated Base wallet private key:

openclaw config set env.MCP_WALLET_PRIVATE_KEY "0xYOUR_PRIVATE_KEY_HERE"

AgentHub Data Schema & Taxonomy

AgentHub returns structured JSON responses for every API call. The schema varies by endpoint:

Data Category Typical Output
Travel Arrays of flight offers, airport codes, or hotel listings with pricing
Markets Real-time objects containing asset prices, percentage changes, and volume
Search Lists of search results with titles, snippets, and source URLs
Security Reputation scores and transaction history objects

AgentHub Advanced Features

  • Local EIP-3009 gasless authorization signing ensures private keys never leave the device.
  • Multi-language code execution support for Python, R, JavaScript, and Bash.
  • AI-powered web scraping to extract specific data from URLs using natural language prompts.
  • Integration with the x402 protocol for frictionless micro-payments within the Openclaw Skills environment.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*