gekko-portfolio-manager

1
1
Source

AI-powered DeFi portfolio manager for Base network. Analyze yield opportunities, manage portfolio allocations, and provide market intelligence across DeFi protocols. Real-time vault APY analysis from Morpho and Yearn.

Install

mkdir -p .claude/skills/gekko-portfolio-manager && curl -L -o skill.zip "https://mcp.directory/api/skills/download/4257" && unzip -o skill.zip -d .claude/skills/gekko-portfolio-manager && rm skill.zip

Installs to .claude/skills/gekko-portfolio-manager

About this skill

Gekko — Portfolio Manager

AI-powered DeFi portfolio manager for Base network. Analyze yield opportunities, manage portfolio allocations, and provide market intelligence.

Agent ID: 13445 | Chain: Base | Protocol: A2A v0.3.0

What This Skill Does

Gekko is an AI-powered DeFi portfolio manager that helps you:

  • Analyze yield opportunities across Base DeFi protocols
  • Manage portfolio allocations across multiple vaults
  • Get real-time market intelligence and trading insights
  • Optimize yield strategies based on risk profiles

Commands

portfolio_management

Perform real-time vault APY analysis using data from Morpho and Yearn protocols. Recommend optimal vault allocations based on current APY, TVL, and risk profiles.

Usage:

curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
  -H "Content-Type: application/json" \
  -d '{
    "capability": "portfolio_management",
    "parameters": {
      "action": "analyze",
      "tokens": ["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"]
    }
  }'

Parameters:

  • action (string, optional): analyze | optimize | recommend
  • tokens (array, optional): List of token addresses to analyze

token_analysis

Retrieve live price, volume, and liquidity data from DexScreener for any token. Identify trends and provide actionable trading signals.

Usage:

curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
  -H "Content-Type: application/json" \
  -d '{
    "capability": "token_analysis",
    "parameters": {
      "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "metrics": ["price", "volume", "trend"]
    }
  }'

Parameters:

  • token (string, required): Token contract address
  • metrics (array, optional): price | volume | trend | liquidity

yield_optimization

Find the best yields on Base. Compare APYs, TVL, and risk profiles across all monitored vaults. Filter by risk tolerance and asset type.

Usage:

curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
  -H "Content-Type: application/json" \
  -d '{
    "capability": "yield_optimization",
    "parameters": {
      "chain": "base",
      "asset": "USDC",
      "risk_tolerance": "medium"
    }
  }'

Parameters:

  • chain (string, optional): Blockchain network (default: base)
  • asset (string, optional): Asset to optimize (default: USDC)
  • risk_tolerance (string, optional): low | medium | high

market_intelligence

Provide market insights, trend analysis, and trading signals. Analyze DeFi market conditions across timeframes.

Usage:

curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
  -H "Content-Type: application/json" \
  -d '{
    "capability": "market_intelligence",
    "parameters": {
      "query": "USDC yield trends",
      "timeframe": "7d"
    }
  }'

Parameters:

  • query (string, required): Market query or topic
  • timeframe (string, optional): 1h | 24h | 7d | 30d

chat

Open-ended conversation about markets, strategies, tokens, and yields. Answer any DeFi-related question.

Usage:

curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
  -H "Content-Type: application/json" \
  -d '{
    "capability": "chat",
    "parameters": {
      "message": "What are the best yield opportunities on Base?"
    }
  }'

Parameters:

  • message (string, required): Your question or message

Smart Contracts (Base Network)

All allocations are managed through transparent, audited smart contracts on Base (Chain ID: 8453).

Vault Contracts

VaultAddress
Seamless USDC0x616a4E1db48e22028f6bbf20444Cd3b8e3273738
Moonwell USDC0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca
Spark USDC0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A
Gauntlet USDC Prime0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61
Yo USDC0x0000000f2eB9f69274678c76222B35eEc7588a65

Deposit Token

TokenAddress
USDC (Base)0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Requirements

  • Node.js 18+
  • Access to Base network RPC
  • API endpoint: https://gekkoterminal.ai/api/a2a?agent=gekko

Security

All vault contracts are open-source, verified on-chain, and subject to third-party audits, formal verification, and bug bounty programs. Real-time monitoring ensures transparency at every layer.


Built by Gekko AI. Powered by ERC-8004.

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

1,6771,424

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

1,2531,313

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

1,5231,142

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

1,345805

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

1,258725

pdf-to-markdown

aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

1,464673