Five composable Claude Code plugins. Each ships one skill; the base and builder auto-register the Yield.xyz MCP, while the connectors (Privy, MoonPay, Robinhood Chain) depend on the base and inherit its MCP (MoonPay also needs the MoonPay MCP via guided setup).
/plugin marketplace add stakekit/agentkityield-xyz-agentkit — base
Yield discovery and transaction building via the Yield.xyz AgentKit MCP.
The base plugin. Finds yields, inspects schemas, builds enter/exit/manage transactions, checks balances, and guides the full position lifecycle across 80+ networks. Bring your own signer, or add one of the connectors below.
/plugin install yield-xyz-agentkit@agentkitBuild applications that integrate the Yield.xyz APIs.
Helps developers scaffold and build Yield.xyz integrations — generating code for DeFi yield (staking, lending, vaults, and real-world assets) across 80+ networks, and guiding architecture across REST integration, transaction signing, wallet connection, and fee monetization.
/plugin install yield-xyz-agentkit-builder@agentkityield-xyz-agentkit-privy — connector, depends on the base
The Privy connector — signing and execution via Privy agentic wallets.
Connects the kit to Privy: wallet creation, policy enforcement, signing, and broadcasting on top of the base plugin. Supports autonomous and semi-autonomous (enterprise approval) workflows.
/plugin install yield-xyz-agentkit-privy@agentkit # also installs yield-xyz-agentkitRequires: Privy API credentials.
yield-xyz-agentkit-moonpay — connector, depends on the base
The MoonPay connector — signing and broadcasting via MoonPay.
Connects the kit to MoonPay: wallet auth, signing, and broadcasting on top of the base plugin.
/plugin install yield-xyz-agentkit-moonpay@agentkit # also installs yield-xyz-agentkitRequires: MoonPay MCP (guided CLI setup included).
yield-xyz-agentkit-robinhood — connector, depends on the base
The Robinhood Chain connector — configuration and capabilities for Robinhood Chain (mainnet).
Adds Robinhood Chain (mainnet, chain ID 4663) configuration, wallet setup, and supported capabilities on top of the base plugin. Robinhood Chain is an EVM network — signing and broadcasting are identical to any other EVM chain, so bring your own EVM signer.
/plugin install yield-xyz-agentkit-robinhood@agentkit # also installs yield-xyz-agentkitRequires: an EVM signer for Robinhood Chain mainnet.
The same skills can be installed standalone (per-skill), without the plugin/MCP wiring — Claude will set up the MCP on request:
npx skills add https://github.com/stakekit/agentkityield-xyz-agentkit |
+ privy |
+ moonpay |
|
|---|---|---|---|
| Find yields | Yes | Yes | Yes |
| Build transactions | Yes | Yes | Yes |
| Sign + broadcast | No — bring your own signer | Yes — via Privy wallet | Yes — via MoonPay wallet |
| Check balances | Yes | Yes | Yes |
| Policy guarded | No | Yes | No |
yield-xyz-agentkit-builder is separate — it generates integration code rather than running yields.
- Yield.xyz AgentKit Docs — yield.xyz reference docs
- Privy Agentic Wallet Docs — privy reference docs
- MoonPay CLI Docs — moonpay reference docs