← Back to Skills Marketplace
687
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install renzo
Description
Query Renzo crypto liquid restaking protocol — DeFi vault yields, TVL, ezETH exchange rates, EigenLayer operators, supported blockchain networks, user token...
Usage Guidance
This skill is internally consistent and appears to do what it says: it runs a bundled shell script that POSTs JSON-RPC requests to https://mcp.renzoprotocol.com/mcp and returns JSON. Before installing, consider: (1) privacy — any Ethereum addresses you pass (for balance/withdrawal queries) are sent to that external server; do not send private keys or secrets. (2) trust — verify the Renzo domain and project reputation if you care about endpoint integrity. (3) runtime requirements — the agent must have curl and jq available. If you want stronger guarantees, inspect the MCP server endpoint independently or run similar queries against on-chain data sources you control.
Capability Analysis
Type: OpenClaw Skill
Name: renzo
Version: 1.3.0
The skill is well-designed with strong security practices. The `SKILL.md` clearly documents the skill's purpose, required binaries (`curl`, `jq`), and the single external endpoint (`https://mcp.renzoprotocol.com/mcp`). It explicitly details security and privacy aspects, including input validation and data sharing (Ethereum addresses for user-specific queries). The `renzo-mcp.sh` script implements these security claims by using a hardcoded allowlist for tool names and `jq --arg` and `--argjson` to safely construct JSON payloads, preventing shell injection vulnerabilities. There is no evidence of undeclared data exfiltration, persistence mechanisms, or malicious prompt injection attempts against the agent. All actions are transparent and aligned with the stated purpose of querying the Renzo Protocol.
Capability Assessment
Purpose & Capability
Name/description match the included helper script and SKILL.md. Required binaries (curl, jq) and the single helper script are appropriate for fetching and parsing remote protocol data.
Instruction Scope
Runtime instructions only run the provided script which issues JSON-RPC calls to the Renzo MCP server. This is within the stated scope, but any user-supplied arguments (notably Ethereum addresses) are transmitted to the remote endpoint — a privacy consideration.
Install Mechanism
No install spec; skill is instruction-only plus a small shell script bundled with the skill. Nothing is downloaded or written to disk at install time.
Credentials
The skill requests no environment variables or credentials. All network calls originate from the included script and do not require user secrets. Required permissions are proportional to the task.
Persistence & Privilege
always:false and no config or credential persistence. The skill does not modify other skills or system settings and does not request elevated, permanent presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install renzo - After installation, invoke the skill by name or use
/renzo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
Add get_vault_strategy tool (AVS allocations for EigenLayer vaults) and document live LTV enrichment for reserve vaults (ezCompETH1, ezUSCC1)
v1.2.0
Fix ClawHub security scan compliance: correct metadata namespace, add security manifest, add External Endpoints / Security & Privacy / Trust Statement sections
v1.1.0
Add get_token_balances and get_withdrawal_requests tools for user-specific portfolio and withdrawal status queries
v1.0.1
Improve description for discoverability (crypto, DeFi, blockchain, Ethereum, Solana keywords)
v1.0.0
Renzo v1.0.0 — Initial release
- Query live metrics for Renzo Protocol, including ezETH stats, vault yields, TVL, supported chains, and EigenLayer operators.
- Provides Bash commands for accessing Renzo MCP server data using a helper script.
- Includes clear guidelines for formatting and presenting results (percentages, USD values, token amounts, markdown tables).
- Detailed instructions on tool selection based on user queries.
- Robust error handling and plain-language troubleshooting tips for common issues.
Metadata
Frequently Asked Questions
What is Renzo Protocol?
Query Renzo crypto liquid restaking protocol — DeFi vault yields, TVL, ezETH exchange rates, EigenLayer operators, supported blockchain networks, user token... It is an AI Agent Skill for Claude Code / OpenClaw, with 687 downloads so far.
How do I install Renzo Protocol?
Run "/install renzo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Renzo Protocol free?
Yes, Renzo Protocol is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Renzo Protocol support?
Renzo Protocol is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Renzo Protocol?
It is built and maintained by James (@pooleja); the current version is v1.3.0.
More Skills