Gekko Strategist
/install gekko-strategist
\r \r
Gekko Strategist — Strategy Development Agent\r
\r AI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals.\r \r Agent ID: 1375 | Chain: Base | Protocol: A2A v0.3.0\r \r
What This Skill Does\r
\r Gekko Strategist is an AI-powered DeFi strategy development agent that helps you:\r
- Create yield farming strategies tailored to market conditions\r
- Backtest strategies against historical data\r
- Adapt strategies to changing market conditions\r
- Evaluate and compare multiple strategies\r \r
Commands\r
\r
develop_strategy\r
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.\r \r Usage:\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\r
-H "Content-Type: application/json" \\r
-d '{\r
"capability": "develop_strategy",\r
"parameters": {\r
"marketCondition": "bull",\r
"riskTolerance": "medium",\r
"timeHorizon": "30d",\r
"capital": "10000"\r
}\r
}'\r
```\r
\r
**Parameters:**\r
- `marketCondition` (string, optional): `bull` | `bear` | `sideways`\r
- `riskTolerance` (string, optional): `low` | `medium` | `high`\r
- `timeHorizon` (string, optional): e.g., `7d`, `30d`, `90d`\r
- `capital` (string, optional): Capital amount to allocate\r
\r
### backtest_strategy\r
Backtest strategies against historical on-chain data. Measure total return, annualized return, Sharpe ratio, and max drawdown.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\r
-H "Content-Type: application/json" \\r
-d '{\r
"capability": "backtest_strategy",\r
"parameters": {\r
"strategy": {...},\r
"startDate": "2024-01-01",\r
"endDate": "2024-12-31"\r
}\r
}'\r
```\r
\r
**Parameters:**\r
- `strategy` (object, optional): Strategy to backtest\r
- `startDate` (string, optional): Start date (YYYY-MM-DD)\r
- `endDate` (string, optional): End date (YYYY-MM-DD)\r
\r
### adapt_strategy\r
Adapt an existing strategy to changing market conditions. Automatically rebalance allocations when the market regime shifts.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\r
-H "Content-Type: application/json" \\r
-d '{\r
"capability": "adapt_strategy",\r
"parameters": {\r
"currentStrategy": {...},\r
"newMarketCondition": "bear"\r
}\r
}'\r
```\r
\r
**Parameters:**\r
- `currentStrategy` (object, optional): Current strategy to adapt\r
- `newMarketCondition` (string, optional): `bull` | `bear` | `sideways`\r
\r
### evaluate_strategies\r
Evaluate and compare multiple strategies side-by-side. Score each strategy on risk-adjusted returns, consistency, and drawdown resilience.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\r
-H "Content-Type: application/json" \\r
-d '{\r
"capability": "evaluate_strategies",\r
"parameters": {\r
"strategies": [...]\r
}\r
}'\r
```\r
\r
**Parameters:**\r
- `strategies` (array, optional): Array of strategy objects to compare\r
\r
## Smart Contracts (Base Network)\r
\r
Strategist designs allocations across 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
## Requirements\r
\r
- Node.js 18+\r
- Access to Base network RPC\r
- Historical data access for backtesting\r
- API endpoint: `https://gekkoterminal.ai/api/a2a?agent=strategist`\r
\r
## Security\r
\r
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.\r
\r
---\r
\r
**Built by Gekko AI. Powered by ERC-8004.**\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gekko-strategist - 安装完成后,直接呼叫该 Skill 的名称或使用
/gekko-strategist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1287 次。
如何安装 Gekko Strategist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gekko-strategist」即可一键安装,无需额外配置。
Gekko Strategist 是免费的吗?
是的,Gekko Strategist 完全免费(开源免费),可自由下载、安装和使用。
Gekko Strategist 支持哪些平台?
Gekko Strategist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gekko Strategist?
由 gekkoai001(@gekkoai001)开发并维护,当前版本 v1.0.0。