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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gekkoai001/gekko-strategistGekko Strategist — Strategy Development Agent
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
What This Skill Does
Gekko Strategist is an AI-powered DeFi strategy development agent that helps you:
- Create yield farming strategies tailored to market conditions
- Backtest strategies against historical data
- Adapt strategies to changing market conditions
- Evaluate and compare multiple strategies
Commands
develop_strategy
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|sidewaysriskTolerance(string, optional):low|medium|hightimeHorizon(string, optional): e.g.,7d,30d,90dcapital(string, optional): Capital amount to allocate
backtest_strategy
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 backteststartDate(string, optional): Start date (YYYY-MM-DD)endDate(string, optional): End date (YYYY-MM-DD)
adapt_strategy
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 adaptnewMarketCondition(string, optional):bull|bear|sideways
evaluate_strategies
Evaluate and compare multiple strategies side-by-side.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gekkoai001-gekko-strategist": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
gekko-yield
Earn yield on USDC by supplying to the Moonwell Flagship USDC vault on Base. Use when depositing USDC, withdrawing from the vault, checking position/APY, or generating yield reports.
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.