Agent Skills
Agent skills for managing DeFi yield through Bundie directly from your AI coding assistant.
Agent skills for managing DeFi yield through Bundie directly from your AI coding assistant.
What are Agent Skills?
Agent Skills are an open format for extending AI coding assistants with specialized knowledge and capabilities. They follow the Agent Skills specification.
Skills are markdown files (SKILL.md) that contain:
- Metadata in YAML frontmatter
- Instructions with step-by-step guidance for the AI agent
- Examples showing expected behavior
When you ask your AI assistant "deposit my USDC into yield" or "what's the best yield for my risk profile?", the agent automatically selects the appropriate skill and follows its instructions.
Supported Tools
Installation
npx skills add bundie-fi/mcpRe-run to update to the latest version.
Available Skills
yield-manager
For users who want to manage DeFi yield through conversation. Covers:
- Deposit and withdraw — move funds in/out of Bundie vaults and cross-chain strategies
- Wallet analysis — AI-powered risk profiling across 8 EVM chains
- AI recommendations — personalized yield bundles via bull/bear/moderator debate
- Portfolio monitoring — check positions, APY, allocation breakdown
- Rebalancing — compare current vs optimal allocation
- Migration — find better yield vs external DeFi positions
- Preferences — set rules like "only audited protocols" or "max 30% per protocol"
yield-developer
For developers integrating Bundie into their own agents and applications. Includes:
- Full API reference for all 11 MCP tools
- Integration examples (yield agent, trading bot + sweep, DAO treasury, migration agent)
- Setup instructions for hosted and self-hosted modes
Example Conversations
"What are the best yields right now?"
→ Agent calls yields.check and shows a table of opportunities with APY, risk scores, and TVL
"Analyze my wallet 0xABC...DEF"
→ Agent calls wallet.analyze, returns risk profile, idle assets, and DeFi positions
"Deposit 500 USDC into the best yield for me"
→ Agent calls wallet.recommend, shows the AI bundle, confirms with you, then executes deposit + strategy_deposit
"Only use audited protocols, max 30% in one place"
→ Agent calls portfolio.preferences and applies these rules to all future recommendations