agentsclimarketplace

Bundie yield manager

Skill bundie-fi/skills/skills/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

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

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

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 IntentReferenceExample Phrases
Deposit or withdraw fundsdeposit.md"deposit 500 USDC", "withdraw my funds", "put my USDC to work"
Analyze a walletanalyze.md"analyze my wallet", "what's my risk profile", "check 0x..."
Get yield recommendationsoptimize.md"where should I put my USDC", "best yields for me", "recommend strategies"
Rebalance positionsoptimize.md"should I rebalance", "optimize my portfolio", "any better allocations"
Check positions or performancemonitor.md"show my portfolio", "how are my yields doing", "what's my APY"
Find migration opportunitiesoptimize.md"any better yields outside", "migration opportunities", "compare yields"
Set preferences or rulesoptimize.md"only audited protocols", "max 30% per protocol", "no risky vaults"
Browse available yieldsmonitor.md"what yields are available", "show me yield options", "highest APY"
Bridge funds between chainsdeposit.md"bridge from Base to Arbitrum", "move USDC to Scroll", "send funds to Optimism"
Check wallet balancemonitor.md"how much USDC do I have", "what's my balance on Base"
Buy crypto with carddeposit.md"buy USDC", "purchase with credit card", "onramp"

Key Rules

  1. Always confirm deposit/withdraw amounts with the user before executing
  2. Show risk scores alongside APY (never recommend on APY alone)
  3. When user asks "where to earn yield", call wallet_recommend (not just yields_check)
  4. Amounts are human-readable (e.g., "100 USDC", not "100000000")
  5. Always confirm the chain with the user. Bundie supports multiple EVM chains (Base, Arbitrum, Scroll, Optimism, etc.) and accounts live per chain.
  6. For first-time users, suggest wallet_analyze before recommendations
  7. 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:

  1. wallet_analyze to understand their risk profile
  2. wallet_recommend for an AI-optimized bundle
  3. Confirm with user, then vault_deposit + strategy_deposit

What ships with it: 4 files

9.7 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.