Bundie yield manager
Manage DeFi yield through Bundie. Deposit into AI-optimized yield bundles, analyze wallets, get risk-scored recommendations, and monitor positions across EVM chains. Use when user asks about earning yield, DeFi returns, idle crypto, or managing investments.From its SKILL.md
npx -y skills add bundie-fi/skills --skill bundie-yield-managerAssembled 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
3.3 KB, 661 tokens by cl100k_base, as published. Nobody here has run it
Bundie Yield Manager
Bundie is a yield routing protocol that indexes yield across EVM chains, risk-scores every opportunity via an AI engine, and constructs diversified bundles matched to risk profiles.
Intent Routing
| User Intent | Reference | Example Phrases |
|---|---|---|
| Deposit or withdraw funds | deposit.md | "deposit 500 USDC", "withdraw my funds", "put my USDC to work" |
| Analyze a wallet | analyze.md | "analyze my wallet", "what's my risk profile", "check 0x..." |
| Get yield recommendations | optimize.md | "where should I put my USDC", "best yields for me", "recommend strategies" |
| Rebalance positions | optimize.md | "should I rebalance", "optimize my portfolio", "any better allocations" |
| Check positions or performance | monitor.md | "show my portfolio", "how are my yields doing", "what's my APY" |
| Find migration opportunities | optimize.md | "any better yields outside", "migration opportunities", "compare yields" |
| Set preferences or rules | optimize.md | "only audited protocols", "max 30% per protocol", "no risky vaults" |
| Browse available yields | monitor.md | "what yields are available", "show me yield options", "highest APY" |
| Bridge funds between chains | deposit.md | "bridge from Base to Arbitrum", "move USDC to Scroll", "send funds to Optimism" |
| Check wallet balance | monitor.md | "how much USDC do I have", "what's my balance on Base" |
| Buy crypto with card | deposit.md | "buy USDC", "purchase with credit card", "onramp" |
Key Rules
- Always confirm deposit/withdraw amounts with the user before executing
- Show risk scores alongside APY (never recommend on APY alone)
- When user asks "where to earn yield", call
wallet_recommend(not justyields_check) - Amounts are human-readable (e.g., "100 USDC", not "100000000")
- Always confirm the chain with the user. Bundie supports multiple EVM chains (Base, Arbitrum, Scroll, Optimism, etc.) and accounts live per chain.
- For first-time users, suggest
wallet_analyzebefore recommendations - Cross-chain operations take 5-15 minutes to settle via LayerZero, always inform the user
Quick Start Flow
For a new user asking about yield:
wallet_analyzeto understand their risk profilewallet_recommendfor an AI-optimized bundle- Confirm with user, then
vault_deposit+strategy_deposit
What ships with it: 4 files
9.7 KB alongside SKILL.md
references/
- analyze.md1.6 KB
- deposit.md2.8 KB
- monitor.md2.4 KB
- optimize.md3.0 KB