← ClaudeAtlas

yield-xyz-agentkit-robinhoodlisted

The Robinhood Chain connector for the Yield.xyz AgentKit — adds Robinhood Chain (mainnet, chain ID 4663) configuration, wallet setup, and supported capabilities. Extends the yield-xyz-agentkit skill — that skill discovers yields and builds the unsigned transactions; signing and broadcasting on Robinhood Chain are identical to any other EVM chain. Use when the user wants to set up Robinhood Chain or act on Yield.xyz yields there. Requires the yield-xyz-agentkit skill + Yield.xyz MCP.
stakekit/agentkit · ★ 3 · AI & Automation · score 72
Install: claude install-skill stakekit/agentkit
# Yield.xyz AgentKit × Robinhood Chain The **Robinhood Chain connector** for the Yield.xyz AgentKit: it adds the Robinhood Chain (mainnet) configuration the rest of the kit needs, and points your existing EVM signer at the chain. Robinhood Chain is an Arbitrum Orbit L2 (chain ID `4663`) with ETH as its gas token. `yield-xyz-agentkit` (this skill's base) owns all yield logic — discovery, schemas, validator selection, balances, building `unsignedTransaction` (`actions_enter` / `actions_exit` / `actions_manage`), output formatting, and the MCP tool reference. Use it for all of that; this skill only adds Robinhood Chain configuration and funding guidance. **Robinhood Chain is an EVM network, so signing and broadcasting are identical to any other EVM chain** — this skill does not hold keys, sign, or broadcast. Bring your own EVM signer (a user's wallet, your agent's custody, or a connector like Privy). ``` Robinhood Chain → configure chain (RPC + chainId) + fund wallet (bridge ETH + deposit token) yield-xyz-agentkit → discover yield + build unsignedTransaction Your EVM signer → sign + broadcast (same as any EVM chain) yield-xyz-agentkit → submit_hash + poll get_transaction ``` --- ## CRITICAL - **Never modify `unsignedTransaction`** before signing — not addresses, amounts, fees, or encoding. If anything looks wrong, have `yield-xyz-agentkit` build a NEW action. Modifying it **will result in permanent loss of funds**. - **Never call the Yield.xyz API directly**