← 返回 Skills 市场
267
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install rhaios-staging
功能描述
Interact with the Rhaios staging REST API for yield operations. Discover -> prepare -> setup-if-needed -> sign -> execute flow with pluggable signer backend....
安全使用建议
This skill appears to do exactly what it says: interact with the Rhaios staging API and sign transactions using Privy or a local private key. Before installing, confirm you want code to run that can sign and (when not in dryRun) broadcast transactions. Do not paste your private key or Privy master secrets into chat — keep them in your environment or secret manager. If you plan to use Privy, ensure PRIVY_APP_ID/PRIVY_APP_SECRET come from a trusted Privy skill/provider and that PRIVY_WALLET_ID is ownerless as required. Because this runs against a staging URL, prefer running in a controlled/test environment and review the code if you need higher assurance.
功能分析
Type: OpenClaw Skill
Name: rhaios-staging
Version: 0.1.4
The rhaios-staging skill bundle is a legitimate DeFi integration for interacting with the Rhaios yield API. It facilitates vault discovery, transaction preparation, and signing using either local private keys or the Privy SDK. The code follows security best practices by hardcoding the API endpoint (api.staging.rhaios.com) to prevent redirection, implementing robust preflight checks (gas caps, max deposit amounts), and providing explicit instructions in SKILL.md to prevent the AI agent from leaking sensitive credentials. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match implementation: the code calls the hardcoded staging API endpoints, implements prepare/setup/execute flows, and integrates with Privy or a local private key for signing. Required packages (viem, @privy-io/node) and declared envs align with that purpose.
Instruction Scope
SKILL.md and scripts restrict behavior to staging API calls, preflight checks, signing, and optional broadcast via RPC. Instructions only reference the declared env vars (Privy creds or private key) and stdin payloads; they do not attempt to read unrelated system files or send data to unexpected endpoints.
Install Mechanism
Install is a normal Node package (@rhaios/toolkit) with dependencies from npm (viem, @privy-io/node, tsx). No arbitrary URL downloads or extract-from-unknown-host steps were used. This is a moderate-trust but expected mechanism for a JS toolkit.
Credentials
Environment variables are proportional to functionality: PRIVY_* vars are needed only for the Privy signer backend; SIGNER_PRIVATE_KEY is required only if the private-key backend is chosen. The declared primaryEnv (PRIVY_WALLET_ADDRESS) is reasonable. Secrets are used for signing only and are not sent to unexpected third parties in the code paths shown.
Persistence & Privilege
The skill does not request permanent/global inclusion (always is false), does not modify other skills or system-wide agent configs, and limits its actions to its own runtime behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rhaios-staging - 安装完成后,直接呼叫该 Skill 的名称或使用
/rhaios-staging触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
Remove undeclared env reads (CHAIN_RPC_URL, X402_PAYMENT_HEADER) — staging uses managed forks and x402 is disabled
v0.1.3
Self-contained skill bundle — all code inside skill directory, no path traversal
v0.1.2
Security hardening: hardcode staging API URL, fork-only mode, remove auto-wrap, declare all env vars with sensitivity
v0.1.1
Fix paymentHeader bug, require vaultId, add marketplace.json for Claude Code, runtime-agnostic install
v1.0.0
Initial release — yield operations (deposit/redeem/rebalance) via Rhaios staging API
元数据
常见问题
Rhaios Staging 是什么?
Interact with the Rhaios staging REST API for yield operations. Discover -> prepare -> setup-if-needed -> sign -> execute flow with pluggable signer backend.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 267 次。
如何安装 Rhaios Staging?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rhaios-staging」即可一键安装,无需额外配置。
Rhaios Staging 是免费的吗?
是的,Rhaios Staging 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rhaios Staging 支持哪些平台?
Rhaios Staging 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rhaios Staging?
由 João(@0xtimepunk)开发并维护,当前版本 v0.1.4。
推荐 Skills