Gekko

v1.0.0

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.

0· 1.1k·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill claims to be a DeFi portfolio manager but is instruction-only and simply instructs agents to POST requests to https://gekkoterminal.ai/api/a2a?agent=gekko. The metadata lists Node.js and 'Access to Base network RPC' as requirements even though no code files or local Node usage exist. Requiring node and an RPC endpoint is disproportionate for an instruction-only API client and suggests metadata/packaging mistakes or mismatched expectations.
!
Instruction Scope
Runtime instructions direct the agent to send user-supplied queries and token addresses to a third‑party API (gekkoterminal.ai). The SKILL.md does not ask for private keys, but it also does not explicitly forbid sending any sensitive context; an agent could inadvertently forward user/account details or session context to that external endpoint. The instructions otherwise stay within the described DeFi capabilities and reference no local files or unexpected env vars.
Install Mechanism
There is no install spec and no code files — lowest surface area. Nothing is downloaded or written to disk as part of an install step.
Credentials
The skill declares no required environment variables or primary credential (good), but metadata embeds an api_endpoint and lists bins:["node"], while the SKILL.md examples use curl. The mention of 'Access to Base network RPC' in Requirements is not reflected in the runtime instructions or declared env vars. These mismatches are unexplained and reduce confidence.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or to modify other skills. It runs via external API calls only, so it does not gain local persistent privileges.
What to consider before installing
This skill is an instruction-only wrapper around a single external API (https://gekkoterminal.ai). Before installing or using it: (1) Verify the API owner and domain (look for a homepage, company, or repository); (2) Do not send private keys, wallet seed phrases, or other secrets—test first with non-sensitive token addresses or dummy data; (3) Confirm why Node.js and Base RPC are listed as requirements despite no code being included—ask the publisher; (4) Independently verify the listed smart contract addresses on a block explorer (Base) and check for audits; (5) Prefer skills from known/trusted authors and require a published homepage or source. If the publisher cannot justify the metadata mismatches or the centralized endpoint, treat the skill cautiously or avoid installing it.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🤖 Clawdis
Binsnode
latestvk97f0bwxm6gpn8ywtd5d0fvxnx80s0s0
1.1kdownloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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.

Comments

Loading comments...