renzo
Query Renzo crypto liquid restaking protocol — DeFi vault yields, TVL, ezETH exchange rates, EigenLayer operators, supported blockchain networks, user token balances, and withdrawal status.
Why use this skill?
Query Renzo protocol data, ezETH metrics, vault APRs, and user balances with the Renzo OpenClaw skill. Real-time DeFi insights for liquid restaking.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pooleja/renzoWhat This Skill Does
The Renzo skill provides a robust interface for interacting with the Renzo protocol, a leading liquid restaking platform. By utilizing the renzo-mcp.sh helper script, this skill enables OpenClaw to query live, on-chain data regarding ezETH, pzETH, and various specialized vault tokens. It bridges the gap between complex DeFi data and actionable insights, allowing users to track protocol TVL, individual vault performance, EigenLayer operator allocations, and personal account status, including balances and pending withdrawal requests.
Installation
To integrate the Renzo skill into your OpenClaw environment, use the command line to pull the skill directly from the repository:
clawhub install openclaw/skills/skills/pooleja/renzo
Ensure that your OpenClaw environment has permissions to execute the renzo-mcp.sh script, which is responsible for communicating with the Renzo MCP server.
Use Cases
This skill is designed for DeFi power users, liquidity providers, and developers building on top of the EigenLayer ecosystem. Primary use cases include:
- Yield Monitoring: Instantly check current APRs for ezETH and various liquid restaking vaults to inform capital allocation decisions.
- Portfolio Management: Retrieve your current holdings across different Renzo assets and track the status of unstaking requests.
- Risk Assessment: Analyze vault-specific parameters, such as LTV (Loan-to-Value) ratios, for reserve vaults like ezCompETH1, or examine the underlying AVS strategies of a specific vault.
- Protocol Research: Gain transparency into protocol-wide statistics, supported blockchain networks, and the specific operators delegated to in the EigenLayer ecosystem.
Example Prompts
- "What is the current APR for ezETH and what is the total TVL of the Renzo protocol right now?"
- "Check my wallet 0x71C7656EC7ab88b098defB751B7401B5f6d8976F. Do I have any pending ezETH withdrawals, and how long until they are claimable?"
- "Show me the AVS allocations and staking strategy currently deployed for the ezREZ vault."
Tips & Limitations
- Live Data: The skill relies on the Renzo MCP server for real-time information; ensure your network connection is stable during queries.
- Argument Precision: Many tools require specific
vaultIdarguments. Use theget_vaultstool first if you are unsure of the correct ticker or address for a vault. - Security: While the skill reads public chain data and user portfolio info, always verify transaction details before approving any automated actions that might require signing, should you expand its functionality in the future.
- Scope: This skill is strictly for read-only protocol analysis. It does not execute trades or staking transactions directly.
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-pooleja-renzo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution