AI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals. The brain of the Gekko system.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gekko-strategist或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gekko-strategist⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gekko-strategist/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gekko-strategist description: AI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals. The brain of the Gekko system. version: 1.0.0 metadata: {"clawdbot":{"emoji":"📊","category":"strategy","requires":{"bins":["node"],"api_endpoint":"https://gekkoterminal.ai/api/a2a?agent=strategist"}}} ---
AI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals.
Agent ID: 1375 | Chain: Base | Protocol: A2A v0.3.0
Gekko Strategist is an AI-powered DeFi strategy development agent that helps you:
Create yield farming strategies tailored to current market conditions. Allocate across multiple vaults with weighted positions optimized for the user's risk tolerance and time horizon.
Usage:
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \
-H "Content-Type: application/json" \
-d '{
"capability": "develop_strategy",
"parameters": {
"marketCondition": "bull",
"riskTolerance": "medium",
"timeHorizon": "30d",
"capital": "10000"
}
}'
Parameters:
marketCondition (string, optional): bull | bear | sideways
riskTolerance (string, optional): low | medium | high
timeHorizon (string, optional): e.g., 7d, 30d, 90d
capital (string, optional): Capital amount to allocate
Backtest strategies against historical on-chain data. Measure total return, annualized return, Sharpe ratio, and max drawdown.
Usage:
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \
-H "Content-Type: application/json" \
-d '{
"capability": "backtest_strategy",
"parameters": {
"strategy": {...},
"startDate": "2024-01-01",
"endDate": "2024-12-31"
}
}'
Parameters:
strategy (object, optional): Strategy to backtest
startDate (string, optional): Start date (YYYY-MM-DD)
endDate (string, optional): End date (YYYY-MM-DD)
Adapt an existing strategy to changing market conditions. Automatically rebalance allocations when the market regime shifts.
Usage:
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \
-H "Content-Type: application/json" \
-d '{
"capability": "adapt_strategy",
"parameters": {
"currentStrategy": {...},
"newMarketCondition": "bear"
}
}'
Parameters:
currentStrategy (object, optional): Current strategy to adapt
newMarketCondition (string, optional): bull | bear | sideways
Evaluate and compare multiple strategies side-by-side. Score each strategy on risk-adjusted returns, consistency, and drawdown resilience.
Usage:
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \
-H "Content-Type: application/json" \
-d '{
"capability": "evaluate_strategies",
"parameters": {
"strategies": [...]
}
}'
Parameters:
strategies (array, optional): Array of strategy objects to compare
Strategist designs allocations across audited smart contracts on Base (Chain ID: 8453).
| Vault | Address |
|-------|---------|
| Seamless USDC | 0x616a4E1db48e22028f6bbf20444Cd3b8e3273738 |
| Moonwell USDC | 0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca |
| Spark USDC | 0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A |
| Gauntlet USDC Prime | 0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61 |
| Yo USDC | 0x0000000f2eB9f69274678c76222B35eEc7588a65 |
https://gekkoterminal.ai/api/a2a?agent=strategist
All strategy allocations target audited, open-source vault contracts. Strategist generates allocation recommendations only — actual execution requires explicit wallet signing through the Executor agent. Smart contracts are subject to third-party audits, formal verification, and bug bounty programs.
---
Built by Gekko AI. Powered by ERC-8004.
安装 Gekko Strategist 后,可以对 AI 说这些话来触发它
Help me get started with Gekko Strategist
Explains what Gekko Strategist does, walks through the setup, and runs a quick demo based on your current project
Use Gekko Strategist to aI-powered DeFi strategy development agent
Invokes Gekko Strategist with the right parameters and returns the result directly in the conversation
What can I do with Gekko Strategist in my finance & investment workflow?
Lists the top use cases for Gekko Strategist, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gekko-strategist/ 目录(个人级,所有项目可用),或 .claude/skills/gekko-strategist/(项目级)。重启 AI 客户端后,用 /gekko-strategist 主动调用,或让 AI 根据上下文自动发现并使用。
Gekko Strategist 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Gekko Strategist 可免费安装使用。请查阅仓库了解许可证信息。
AI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals. The brain of the Gekko system.
Gekko Strategist 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Gekko Strategist
Identifies repetitive steps in your workflow and sets up Gekko Strategist to handle them automatically