agentsclimarketplace

Bundie yield developer

Skill bundie-fi/skills/skills/bundie-yield-developer

Integrate Bundie yield routing into applications and agents. API reference, code examples, and integration patterns for developers building on Bundie. Use when a developer asks about Bundie API, SDK, or integration.From its SKILL.md

Install
npx -y skills add bundie-fi/skills --skill bundie-yield-developer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.8 KB, 270 tokens by cl100k_base, as published. Nobody here has run it

Bundie Developer Integration

Bundie exposes DeFi yield routing as MCP tools that any AI agent can call. This skill helps developers integrate Bundie into their own agents and applications.

Intent Routing

Developer IntentReferenceExample
Understand the APIapi-reference.md"What tools does Bundie expose?"
See integration examplesexamples.md"Show me how to build a yield agent"
Set up MCP connectionapi-reference.md"How do I connect to Bundie MCP?"
Build a custom agentexamples.md"Build a trading bot that sweeps to yield"

Quick Start

Connect via MCP (Claude Desktop / Cursor)

Add to your MCP config (no API keys needed):

{
  "mcpServers": {
    "bundie": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.bundie.fi/evm"]
    }
  }
}

Install as Agent Skill

npx skills add bundie-fi/mcp

What ships with it: 2 files

9.5 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.