← 返回 Skills 市场
pooleja

Renzo Protocol

作者 James · GitHub ↗ · v1.3.0
cross-platform ✓ 安全检测通过
687
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install renzo
功能描述
Query Renzo crypto liquid restaking protocol — DeFi vault yields, TVL, ezETH exchange rates, EigenLayer operators, supported blockchain networks, user token...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install renzo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /renzo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug renzo
版本 1.3.0
许可证
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Renzo Protocol 是什么?

Query Renzo crypto liquid restaking protocol — DeFi vault yields, TVL, ezETH exchange rates, EigenLayer operators, supported blockchain networks, user token... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 687 次。

如何安装 Renzo Protocol?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install renzo」即可一键安装,无需额外配置。

Renzo Protocol 是免费的吗?

是的,Renzo Protocol 完全免费(开源免费),可自由下载、安装和使用。

Renzo Protocol 支持哪些平台?

Renzo Protocol 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Renzo Protocol?

由 James(@pooleja)开发并维护,当前版本 v1.3.0。

💬 留言讨论