A payment-gated API skill for interacting with the Breeze Solana yield aggregator using x402 USDC micropayments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install breeze
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The breeze-x402-payment-api is a specialized integration within Openclaw Skills that allows developers and AI agents to interact with Breeze, a leading Solana yield aggregator. Unlike traditional APIs, this tool utilizes the x402 payment protocol, which gates HTTP requests behind USDC micropayments, ensuring a pay-per-use model for DeFi interactions.
This skill provides a robust framework for managing decentralized finance positions directly through code or agentic workflows. By utilizing payment-wrapped fetch requests, Openclaw Skills users can automate complex financial operations on Solana while maintaining precise control over transaction signing and payment authorization.
To deploy this skill within your Openclaw Skills environment, configure your environment variables and install the necessary dependencies:
export WALLET_PRIVATE_KEY='your_base58_encoded_private_key'
export STRATEGY_ID='your_breeze_strategy_id'
export SOLANA_RPC_URL='https://api.mainnet-beta.solana.com'
Install the core libraries:
npm install @faremeter/fetch @faremeter/payment-solana @faremeter/wallet-solana @solana/web3.js
The skill manages asset amounts in base units (integers) to ensure precision. Metadata is structured as follows:
| Token | Mint Address | Decimals |
|---|---|---|
| USDC | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | 6 |
| SOL | So11111111111111111111111111111111111111112 | 9 |
| JLP | 27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4 | 6 |
Transaction data is returned as base64-encoded strings, compatible with both Versioned and Legacy Solana transaction formats.
Loading
A specialized skill for interacting with Breeze payment-gated endpoints to manage Solana investment positions and execute x402 API calls.

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.

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

A comprehensive automation tool for managing Zhihu Ring interactions, including content publishing, commenting, and engagement metrics.








































