TopRank Skills

Home / Claw Skills / 金融 / 加密 / gekko-portfolio-manager
Official OpenClaw rules 54%

gekko-portfolio-manager

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gekko-portfolio-manager 技能。 若已安装,则直接安装 gekko-portfolio-manager 技能。

Overview

Skill Key
gekkoai001/gekko
Author
gekkoai001
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/gekkoai001/gekko
Latest Commit SHA
5e8d6cf23cf2e287d0bbe96f2f4be916b353eda3

Extracted Content

SKILL.md excerpt

# 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:**
```bash
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:**
```bash
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...

README excerpt

# 🤖 Gekko — AI-Powered DeFi Portfolio Manager

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

## � Quick Start

```bash
# Use via A2A API
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
  -H "Content-Type: application/json" \
  -d '{
    "capability": "yield_optimization",
    "parameters": {
      "asset": "USDC",
      "risk_tolerance": "medium"
    }
  }'
```

## 📋 Capabilities

### Portfolio Management
Analyze yield opportunities across Base DeFi protocols. Get real-time vault APY analysis from Morpho and Yearn.

### Token Analysis
Retrieve live price, volume, and liquidity data from DexScreener for any token.

### Yield Optimization
Find the best yields on Base. Compare APYs, TVL, and risk profiles across all monitored vaults.

### Market Intelligence
Get market insights, trend analysis, and trading signals. Analyze DeFi market conditions.

### Chat
Open-ended conversation about markets, strategies, tokens, and yields.

## 📊 Monitored Vaults

| Vault | Address |
|-------|---------|
| Seamless USDC | `0x616a4E1db48e22028f6bbf20444Cd3b8e3273738` |
| Moonwell USDC | `0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca` |
| Spark USDC | `0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A` |
| Gauntlet USDC Prime | `0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61` |
| Yo USDC | `0x0000000f2eB9f69274678c76222B35eEc7588a65` |

## 🔧 API Endpoint

```
https://gekkoterminal.ai/api/a2a?agent=gekko
```

## Requirements

- API access to Gekko endpoint
- Base network for vault data
- No wallet or private keys required (read-only)

## Security

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

---

**Built by Gekko AI. Powered by ERC-8004.**

Related Claw Skills