yield-agent
On-chain yield discovery, transaction building, and portfolio management via the Yield.xyz API. Use when the user wants to find yields, stake, lend, deposit into vaults, check balances, claim rewards, exit positions, compare APYs, or manage any on-chain yield across 80+ networks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/apurvmishra/yield-agentWhat This Skill Does
The yield-agent is a powerful OpenClaw skill designed to bridge the gap between complex on-chain yield protocols and user-friendly interaction. Leveraging the Yield.xyz API, this agent provides comprehensive access to over 2600+ yield-generating opportunities, including staking, lending, liquidity pools, and vault strategies across more than 80 blockchain networks.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/apurvmishra/yield-agent
Use Cases
This agent is built for users looking to maximize their digital asset returns without needing deep technical knowledge of individual protocols. Primary use cases include:
- Yield Discovery: Scanning and comparing APYs across chains to identify the most lucrative opportunities.
- Portfolio Management: Checking balances, claiming rewards, and monitoring active positions across disparate chains in a unified dashboard.
- Automated Transaction Building: Constructing complex staking or vault deposit transactions safely.
- Cross-Chain Optimization: Seamlessly managing assets across 80+ networks, removing the friction of switching between multiple dApps.
Example Prompts
- "Find me the best APY for staking ETH on Arbitrum and show me the top 3 options."
- "Check my balance for the USDC vault on Optimism and claim any pending rewards."
- "I have 500 USDT, find a stablecoin lending protocol on Polygon with the lowest lock-up period and help me deposit it."
Tips & Limitations
- Safety First: The agent is built with strict safety guidelines. Never attempt to modify an
unsignedTransactionreturned by the API; doing so can lead to a total loss of funds. If a transaction seems incorrect, always re-request it from the API. - Data-Driven: The skill is self-documenting. It retrieves schemas dynamically, ensuring it always has the latest parameters (like validator addresses or minimum deposit requirements). Always follow the schema provided by the API's
YieldDtobefore proceeding with an action. - Human-Readable Inputs: The agent understands standard decimal amounts (e.g., '1' for 1 token), removing the need for manual wei/integer conversion.
- Pre-Action Checks: Always verify your specific portfolio balances via the API before attempting to exit or manage an existing position to avoid invalid transaction requests.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-apurvmishra-yield-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api