ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

rhaios-staging

Interact with the Rhaios staging REST API for yield operations. Discover -> prepare -> setup-if-needed -> sign -> execute flow with pluggable signer backend. Triggers on requests involving DeFi yield, vault deposits, redeems, rebalancing, or Rhaios API.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xtimepunk/rhaios-staging
Or

What This Skill Does

The rhaios-staging skill is a specialized agent capability designed to facilitate end-to-end DeFi yield operations on the Rhaios staging environment. It streamlines the complex multi-step process of discovering, preparing, signing, and executing vault deposits, redeems, and rebalancing activities on the Base chain. By providing a unified interface, this skill abstracts the intricacies of staging API interactions, allowing agents to manage yield-generating strategies with minimal manual intervention while adhering to strict security protocols.

Installation

To integrate this skill, use the ClawHub install command: clawhub install openclaw/skills/skills/0xtimepunk/rhaios-staging. Once installed, you must navigate to the skill directory and ensure dependencies are met. Depending on your environment, run npm install, bun install, or pnpm install from the directory root. If you encounter "Cannot find module" errors, reinstalling the dependencies is the primary fix. Ensure the required environment variables, such as SIGNER_BACKEND and wallet identifiers, are correctly configured in your secure vault before runtime.

Use Cases

This skill is ideal for automated DeFi treasury management and yield optimization. Use it to: 1) Discover high-performing vaults by querying the Rhaios staging API for metrics like APY, TVL, and Sharpe ratio. 2) Automate recurring vault deposits or portfolio rebalancing strategies on the Base network. 3) Execute complex yield-bearing transactions without needing a human to manually sign every interaction, provided you have configured a secure signer backend like Privy or a local private key. 4) Run dry-run simulations to test transaction viability and gas costs before committing to chain.

Example Prompts

  1. "Find the best USDC vault on Rhaios staging with the highest Sharpe ratio and prepare a deposit of 500 USDC."
  2. "Execute a deposit of 1000 USDC into the vault with ID 'base-vault-001' using my configured Privy wallet."
  3. "Rebalance my portfolio by redeeming assets from my current vault and moving them to the vault with the highest APY currently available on Base."

Tips & Limitations

Security is paramount: never leak your SIGNER_PRIVATE_KEY, PRIVY_APP_ID, or PRIVY_APP_SECRET. This skill is strictly for the Rhaios staging environment; mainnet operations are not supported. Always use the dryRun control in your input contract when testing new strategies to avoid accidental loss. For Privy users, ensure the PRIVY_WALLET_ID corresponds to an ownerless wallet to maintain proper agent-only control. Finally, remember that this skill defaults to base, and the API URL is hardcoded, ensuring consistent communication with the staging infrastructure.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xtimepunk-rhaios-staging": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#yield#staging#blockchain#base
Safety Score: 3/5

Flags: network-access, file-read, external-api, code-execution