Skip to content

stakekit/agentkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yield.xyz AgentKit Banner

Yield.xyz AgentKit — Claude Plugin & Skills

Claude Code Claude Code Version

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 Plugin

A Claude Code plugin that installs the Yield.xyz skill and auto-registers the MCP server in one command.

/plugin marketplace add stakekit/agentkit
/plugin install yield_agentkit_agent@agentkit

Yield.xyz AgentKit Claude Skills

Standalone skills, can be installed independently.

npx skills add https://github.com/stakekit/agentkit
Skill Description
yield-agentkit Yield discovery and transaction building via the Yield.xyz MCP
yield-agentkit-moonpay End-to-end yield flow — Yield.xyz discover yields and builds transactions, MoonPay signs and broadcasts

Yield.xyz AgentKit MCP Server

The Yield.xyz AgentKit MCP Server exposes 7 tools that give Claude live access to on-chain yield data, transaction building, and portfolio management across 80+ networks.

Endpoint: https://mcp.yield.xyz/mcp

Option 1: Connect via Claude Code

claude mcp add --transport http yield-agentkit https://mcp.yield.xyz/mcp

Option 2: Connect via Claude Desktop

Add to claude_desktop_config.json (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "yield-agentkit": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.yield.xyz/mcp"]
    }
  }
}

Full connection guide and all methods


Risk Disclosure

Yield.xyz AgentKit is a software tool for discovering yield opportunities and constructing transactions via the Yield.xyz infrastructure. It is not a financial advisor. Nothing in this repository constitutes investment advice or a recommendation to transact in any digital asset.

All actions are initiated at your sole discretion. Digital assets and DeFi involve substantial risk, including potential total loss of funds. Only use funds you can afford to lose.

By using these tools, you acknowledge and accept these risks.

Resources

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors