Agentkit banner
stakekit stakekit

Agentkit

Development community

Description

The official tooling for Yield.xyz AgentKit — a Claude Code plugin, standalone skills, and connection guides for the Yield.xyz AgentKit MCP Server.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![Yield.xyz AgentKit Banner](./assets/yield-xyz-agentkit-banner.png)

Yield.xyz AgentKit — Claude Plugin & Skills

[![Claude Code](https://img.shields.io/badge/Claude%20Code-Skill-orange)](https://claude.ai/code) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-orange)](https://claude.ai/code) [![Version](https://img.shields.io/badge/version-1.0.0-blue)](https://github.com/stakekit/agentkit)

The official tooling for Yield.xyz AgentKit — a Claude Code plugin, standalone skills, and connection guides for the Yield.xyz AgentKit MCP Server.


What's in this repo

Yield.xyz AgentKit Claude Plugins

Five composable plugins in one marketplace. Each installs its skill; the base and builder auto-register the Yield.xyz MCP, and the connectors inherit it from the base (MoonPay additionally needs the MoonPay MCP via guided setup). Start with the base plugin, then add a connector for your wallet/execution provider.

/plugin marketplace add stakekit/agentkit
Plugin Install What it adds
yield-xyz-agentkit (base) /plugin install yield-xyz-agentkit@agentkit Discover yields + build transactions, bring your own signer
yield-xyz-agentkit-builder /plugin install yield-xyz-agentkit-builder@agentkit Generate Yield.xyz integration code
yield-xyz-agentkit-privy /plugin install yield-xyz-agentkit-privy@agentkit Sign + broadcast via Privy agentic wallets
yield-xyz-agentkit-moonpay /plugin install yield-xyz-agentkit-moonpay@agentkit Sign + broadcast via MoonPay
yield-xyz-agentkit-robinhood /plugin install yield-xyz-agentkit-robinhood@agentkit Discover + act on yields on Robinhood Chain (mainnet, chain ID 4663) — chain config + wallet funding

The Privy, MoonPay, and Robinhood Chain connectors **depend on** the base:

/plugin install yield-xyz-agentkit-privy@agentkit   # also installs yield-xyz-agentkit

Yield.xyz AgentKit Claude Skills

Prefer per-s