← 返回 Skills 市场
gekkoai001

Gekko

作者 gekkoai001 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1128
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gekko
功能描述
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.
使用说明 (SKILL.md)

\r \r

Gekko — Portfolio Manager\r

\r AI-powered DeFi portfolio manager for Base network. Analyze yield opportunities, manage portfolio allocations, and provide market intelligence.\r \r Agent ID: 13445 | Chain: Base | Protocol: A2A v0.3.0\r \r

What This Skill Does\r

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

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

Commands\r

\r

portfolio_management\r

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.\r \r Usage:\r

curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\r
  -H "Content-Type: application/json" \\r
  -d '{\r
    "capability": "portfolio_management",\r
    "parameters": {\r
      "action": "analyze",\r
      "tokens": ["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"]\r
    }\r
  }'\r
```\r
\r
**Parameters:**\r
- `action` (string, optional): `analyze` | `optimize` | `recommend`\r
- `tokens` (array, optional): List of token addresses to analyze\r
\r
### token_analysis\r
Retrieve live price, volume, and liquidity data from DexScreener for any token. Identify trends and provide actionable trading signals.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\r
  -H "Content-Type: application/json" \\r
  -d '{\r
    "capability": "token_analysis",\r
    "parameters": {\r
      "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",\r
      "metrics": ["price", "volume", "trend"]\r
    }\r
  }'\r
```\r
\r
**Parameters:**\r
- `token` (string, required): Token contract address\r
- `metrics` (array, optional): `price` | `volume` | `trend` | `liquidity`\r
\r
### yield_optimization\r
Find the best yields on Base. Compare APYs, TVL, and risk profiles across all monitored vaults. Filter by risk tolerance and asset type.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\r
  -H "Content-Type: application/json" \\r
  -d '{\r
    "capability": "yield_optimization",\r
    "parameters": {\r
      "chain": "base",\r
      "asset": "USDC",\r
      "risk_tolerance": "medium"\r
    }\r
  }'\r
```\r
\r
**Parameters:**\r
- `chain` (string, optional): Blockchain network (default: `base`)\r
- `asset` (string, optional): Asset to optimize (default: `USDC`)\r
- `risk_tolerance` (string, optional): `low` | `medium` | `high`\r
\r
### market_intelligence\r
Provide market insights, trend analysis, and trading signals. Analyze DeFi market conditions across timeframes.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\r
  -H "Content-Type: application/json" \\r
  -d '{\r
    "capability": "market_intelligence",\r
    "parameters": {\r
      "query": "USDC yield trends",\r
      "timeframe": "7d"\r
    }\r
  }'\r
```\r
\r
**Parameters:**\r
- `query` (string, required): Market query or topic\r
- `timeframe` (string, optional): `1h` | `24h` | `7d` | `30d`\r
\r
### chat\r
Open-ended conversation about markets, strategies, tokens, and yields. Answer any DeFi-related question.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\r
  -H "Content-Type: application/json" \\r
  -d '{\r
    "capability": "chat",\r
    "parameters": {\r
      "message": "What are the best yield opportunities on Base?"\r
    }\r
  }'\r
```\r
\r
**Parameters:**\r
- `message` (string, required): Your question or message\r
\r
## Smart Contracts (Base Network)\r
\r
All allocations are managed through transparent, audited smart contracts on Base (Chain ID: 8453).\r
\r
### Vault Contracts\r
| Vault | Address |\r
|-------|---------|\r
| Seamless USDC | `0x616a4E1db48e22028f6bbf20444Cd3b8e3273738` |\r
| Moonwell USDC | `0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca` |\r
| Spark USDC | `0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A` |\r
| Gauntlet USDC Prime | `0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61` |\r
| Yo USDC | `0x0000000f2eB9f69274678c76222B35eEc7588a65` |\r
\r
### Deposit Token\r
| Token | Address |\r
|-------|---------|\r
| USDC (Base) | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` |\r
\r
## Requirements\r
\r
- Node.js 18+\r
- Access to Base network RPC\r
- API endpoint: `https://gekkoterminal.ai/api/a2a?agent=gekko`\r
\r
## Security\r
\r
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.\r
\r
---\r
\r
**Built by Gekko AI. Powered by ERC-8004.**\r
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: gekko Version: 1.0.0 The skill bundle is classified as benign. All capabilities involve making explicit HTTP POST requests to a single, well-defined external API endpoint (https://gekkoterminal.ai/api/a2a?agent=gekko) for DeFi portfolio management. The instructions for the AI agent in SKILL.md and CLAUDE.md are focused on correctly utilizing this API and formatting responses, without any evidence of prompt injection attempts to subvert the agent, exfiltrate data, execute arbitrary code, or establish persistence. The skill explicitly states 'read-only operations' and 'no private keys required', aligning with a benign purpose.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gekko
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gekko 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of gekko-portfolio-manager. - Launches an AI-powered DeFi portfolio manager for the Base network. - Features real-time yield analysis, portfolio allocation tools, and market intelligence. - Integrates APY data from Morpho and Yearn, and token insights from DexScreener. - Includes commands for portfolio management, token analysis, yield optimization, market intelligence, and general chat. - Supports transparent, audited vault allocations via Base network smart contracts.
元数据
Slug gekko
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gekko 是什么?

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1128 次。

如何安装 Gekko?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gekko」即可一键安装,无需额外配置。

Gekko 是免费的吗?

是的,Gekko 完全免费(开源免费),可自由下载、安装和使用。

Gekko 支持哪些平台?

Gekko 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gekko?

由 gekkoai001(@gekkoai001)开发并维护,当前版本 v1.0.0。

💬 留言讨论