Automates x402 payment negotiation for AI agents by proxying upstream requests through Obul.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install obul-proxy
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 obul-proxy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Obul Proxy is a specialized utility designed for developers using Openclaw Skills to simplify interactions with APIs that require x402 payment headers. It abstracts the complexity of micropayment negotiation, allowing agents to access premium services without manual intervention.
By routing requests through the Obul gateway, developers can utilize a single API key to manage access across a variety of distributed, paid resources. This skill is essential for building autonomous systems that need to consume paid data or compute resources on the fly without building custom payment logic for every vendor.
To integrate this skill into your environment, you must provide your API credentials.
# Export your Obul API Key to your environment
export OBUL_API_KEY='your_api_key_here'
Ensure your Openclaw Skills configuration includes the OBUL_API_KEY environment variable to authenticate requests to the proxy gateway at https://proxy.obul.ai.
The skill follows a specific URL structure for proxying and handles standard HTTP status codes.
| Component | Description |
|---|---|
| Base URL | https://proxy.obul.ai/proxy/{scheme}/{host} |
| Auth Header | x-obul-api-key |
| Healthz | Returns {"status":"ok"} |
The proxy maps errors from upstream providers into standard HTTP error codes, such as 402 for payment issues and 429 for rate limiting, allowing Openclaw Skills to react programmatically to service state.
Loading
Perform high-speed web and X (Twitter) searches with structured JSON output and verified citations using the xAI Grok API.

A privacy-focused, decentralized search skill that provides uncensored web results for AI agents via a distributed node network.

A production-ready decentralized search API for AI agents that provides privacy-first, uncensored web results via a distributed node network.

A secure, multi-user web interface for OpenClaw featuring zero-knowledge encryption and local network accessibility.

A specialized skill for seamless file interaction with the Stratos Decentralized Storage (SDS) network.

A data-driven intelligence hub for tracking AI model capabilities and costs to ensure optimal compute routing.








































