A specialized skill for interacting with Breeze payment-gated endpoints to manage Solana investment positions and execute x402 API calls.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install breeze-x402-payment-api
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 breeze-x402-payment-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables AI agents to interact with Breeze through its unique x402 payment-gated HTTP API. By leveraging Openclaw Skills, developers can automate Solana-based financial operations where each protected request is authorized via a small USDC micropayment. The skill handles the complexities of the x402 protocol, including challenge-response cycles and transaction serialization, ensuring seamless integration into automated trading or portfolio management workflows.
It provides a bridge between high-level agent instructions and low-level Solana blockchain interactions. By returning raw API data or unsigned transactions, it allows for local signing and broadcasting, maintaining a high level of security while enabling autonomous financial management. This is essential for developers looking to build sophisticated agents that can manage liquidity and yield-bearing positions without manual intervention.
Ensure you have Node.js installed and a Solana wallet funded with USDC and at least 0.01 SOL. Install the required dependencies using the following command:
npm install @faremeter/fetch @faremeter/payment-solana @faremeter/wallet-solana @faremeter/info @solana/web3.js bs58 --legacy-peer-deps
Set your environment variables in a .env file:
WALLET_PRIVATE_KEY=your_base58_encoded_private_key
STRATEGY_ID=43620ba3-354c-456b-aa3c-5bf7fa46a6d4
The skill processes data using specific metadata and token standards to ensure transaction accuracy.
| Data Type | Format | Description |
|---|---|---|
| Balance Data | JSON | Contains positions, deposited base units, and earned yield. |
| Transaction | Base64 String | An unsigned Solana transaction (Versioned or Legacy). |
| Strategy ID | UUID | The unique identifier for the Breeze vault strategy. |
| Token Amounts | BigInt/Base Units | Values scaled by token decimals (e.g., 6 for USDC, 9 for SOL). |
| Wallet Key | Base58 | The public address used for ownership verification and fund routing. |
Loading
A secure passthrough proxy that simplifies connecting AI agents to over 100 native third-party APIs using managed OAuth token injection.

A high-performance Rust-based headless browser CLI designed for AI agents to interact with web pages via structured commands.

A comprehensive design skill combining Apple Human Interface Guidelines and modern web patterns for creating exceptional, universal user experiences.

A comprehensive multi-agent swarm designed to automate and coordinate Kubernetes and OpenShift platform operations across seven specialized domains.

A payment-gated API skill for interacting with the Breeze Solana yield aggregator using x402 USDC micropayments.

An automated VK interaction skill that calculates hotel stay costs from Excel price lists and manages the full booking lifecycle.








































