{"id":47869645,"url":"https://github.com/stakekit/agentkit","last_synced_at":"2026-04-04T00:46:17.348Z","repository":{"id":345255118,"uuid":"1180628112","full_name":"stakekit/agentkit","owner":"stakekit","description":"The official tooling for Yield.xyz AgentKit — a Claude Code plugin, standalone skills, and connection guides for the Yield.xyz AgentKit MCP Server.","archived":false,"fork":false,"pushed_at":"2026-04-03T15:41:08.000Z","size":2213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T00:46:15.722Z","etag":null,"topics":["claude","claude-code-plugin","claude-skills","mcp","skills"],"latest_commit_sha":null,"homepage":"https://agent.yield.xyz/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stakekit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-13T08:36:50.000Z","updated_at":"2026-04-03T15:41:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stakekit/agentkit","commit_stats":null,"previous_names":["stakekit/agentkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stakekit/agentkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakekit%2Fagentkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakekit%2Fagentkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakekit%2Fagentkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakekit%2Fagentkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stakekit","download_url":"https://codeload.github.com/stakekit/agentkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakekit%2Fagentkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31383635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T23:20:52.058Z","status":"ssl_error","status_checked_at":"2026-04-03T23:20:51.675Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","claude-code-plugin","claude-skills","mcp","skills"],"created_at":"2026-04-04T00:46:14.380Z","updated_at":"2026-04-04T00:46:17.337Z","avatar_url":"https://github.com/stakekit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Yield.xyz AgentKit Banner](./assets/yield-agentkit-banner.png)\n\n# Yield.xyz AgentKit — Claude Plugin \u0026 Skills\n[![Claude Code](https://img.shields.io/badge/Claude%20Code-Skill-orange)](https://claude.ai/code)\n[![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-orange)](https://claude.ai/code)\n[![Version](https://img.shields.io/badge/version-1.0.0-blue)](https://github.com/stakekit/agentkit)\n\nThe official tooling for Yield.xyz AgentKit — a Claude Code plugin, standalone skills, and connection guides for the Yield.xyz AgentKit MCP Server.\n\n---\n\n## What's in this repo\n\n### Yield.xyz AgentKit Claude Plugin\n\nA Claude Code plugin that installs the Yield.xyz skill and auto-registers the MCP server in one command.\n\n```bash\n/plugin marketplace add stakekit/agentkit\n/plugin install yield_agentkit_agent@agentkit\n```\n\n### Yield.xyz AgentKit Claude Skills\n\nStandalone skills, can be installed independently.\n\n\n```bash\nnpx skills add https://github.com/stakekit/agentkit\n```\n\n| Skill | Description |\n|---|---|\n| [`yield-agentkit`](./yield-agentkit-skills/skills/yield-agentkit/) | Yield discovery and transaction building via the Yield.xyz MCP |\n| [`yield-agentkit-privy`](./yield-agentkit-skills/skills/yield-agentkit-privy/) | Policy-aware yield execution. Yield.xyz discovers yields and builds transactions, Privy enforces policy-guarded signing and broadcasting with autonomous and semi-autonomous workflows |\n| [`yield-agentkit-moonpay`](./yield-agentkit-skills/skills/yield-agentkit-moonpay/) | End-to-end yield flow. Yield.xyz discover yields and builds transactions, MoonPay signs and broadcasts |\n\n---\n\n### Yield.xyz AgentKit MCP Server\n\nThe 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.\n\n**Endpoint:** `https://mcp.yield.xyz/mcp`\n\n### Option 1: Connect via Claude Code\n\n```bash\nclaude mcp add --transport http yield-agentkit https://mcp.yield.xyz/mcp\n```\n\n### Option 2: Connect via Claude Desktop\n\nAdd to `claude_desktop_config.json` (**Settings → Developer → Edit Config**):\n\n```json\n{\n  \"mcpServers\": {\n    \"yield-agentkit\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://mcp.yield.xyz/mcp\"]\n    }\n  }\n}\n```\n\n→ [Full connection guide and all methods](https://docs.yield.xyz/docs/mcp-server)\n\n---\n\n## Risk Disclosure\n\nYield.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.\n\nAll 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.\n\nBy using these tools, you acknowledge and accept these risks.\n\n## Resources\n\n- [Yield.xyz AgentKit Docs](https://docs.yield.xyz/docs/agents-overview)\n- [MCP Tool Reference](https://docs.yield.xyz/docs/tool-reference)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstakekit%2Fagentkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstakekit%2Fagentkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstakekit%2Fagentkit/lists"}