Obul Proxy for Openclaw

Automates x402 payment negotiation for AI agents by proxying upstream requests through Obul.

notbdu
v1.0.0
Mar 4, 2026
0
802
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install obul-proxy

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 obul-proxy 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 Obul Proxy?

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.

Obul Proxy Use Cases

  • Calling x402-enabled endpoints for AI tools and services without manual payment handling.
  • Accessing premium APIs that require per-request micropayments.
  • Centralizing payment management for a fleet of autonomous agents.
  • Simplifying the development of applications that interact with the pay-per-use web.
  • Using Openclaw Skills to bridge legacy HTTP clients with the modern x402 payment protocol.

How Obul Proxy Works

  1. The user identifies an upstream x402-enabled API endpoint they wish to access.
  2. A request is structured using the Obul Proxy URL pattern, which embeds the scheme and host of the target service.
  3. The request includes the required Obul API key in the headers for authentication within the Openclaw Skills framework.
  4. Obul receives the request and automatically detects if the upstream service requires an x402 payment.
  5. Obul negotiates and fulfills the payment requirement using the user's account balance behind the scenes.
  6. The final response from the upstream service is returned to the user or agent transparently, as if it were a standard API call.

Obul Proxy Setup

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.

Obul Proxy Data Schema & Taxonomy

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.

Obul Proxy Advanced Features

  • Automatic discovery of x402 payment requirements for any proxied request.
  • Support for various upstream protocols via dynamic scheme and host injection.
  • Integrated health monitoring via the /healthz endpoint for high-availability workflows.
  • Unified authentication header for accessing multiple external vendors through a single balance.
  • Robust error handling specifically tuned for payment-related failures in autonomous agent workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*