← Back to Skills Marketplace
0xtimepunk

Rhaios Staging

by João · GitHub ↗ · v0.1.4 · MIT-0
cross-platform ⚠ suspicious
267
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install rhaios-staging
Description
Interact with the Rhaios staging REST API for yield operations. Discover -> prepare -> setup-if-needed -> sign -> execute flow with pluggable signer backend....
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rhaios-staging
  3. After installation, invoke the skill by name or use /rhaios-staging
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug rhaios-staging
Version 0.1.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Rhaios Staging?

Interact with the Rhaios staging REST API for yield operations. Discover -> prepare -> setup-if-needed -> sign -> execute flow with pluggable signer backend.... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.

How do I install Rhaios Staging?

Run "/install rhaios-staging" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rhaios Staging free?

Yes, Rhaios Staging is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rhaios Staging support?

Rhaios Staging is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rhaios Staging?

It is built and maintained by João (@0xtimepunk); the current version is v0.1.4.

💬 Comments