TopRank Skills

Home / Claw Skills / 其他 / gekko-strategist
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
gekkoai001/gekko-strategist
Author
gekkoai001
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/gekkoai001/gekko-strategist
Latest Commit SHA
266e40742b24edcd6b61ed0a35f48935d51b79f5

Extracted Content

SKILL.md excerpt

# Gekko 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:**
```bash
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_strategy
Backtest strategies against historical on-chain data. Measure total return, annualized return, Sharpe ratio, and max drawdown.

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

README excerpt

# 📊 Gekko 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.

## � Quick Start

```bash
# Develop a strategy
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"
    }
  }'
```

## 📋 Capabilities

### Develop Strategy
Create yield farming strategies tailored to current market conditions. Optimize allocations for risk tolerance and time horizon.

### Backtest Strategy
Backtest strategies against historical on-chain data. Measure performance metrics including Sharpe ratio and max drawdown.

### Adapt Strategy
Adapt an existing strategy to changing market conditions. Automatically rebalance allocations.

### Evaluate Strategies
Evaluate and compare multiple strategies side-by-side. Score on risk-adjusted returns and consistency.

## 🔧 API Endpoint

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

## 📈 Strategy Development Flow

1. **Develop** — Create strategy based on market conditions
2. **Backtest** — Test against historical data
3. **Evaluate** — Measure performance metrics
4. **Adapt** — Adjust for market changes
5. **Compare** — Evaluate multiple strategies

## Requirements

- API access to Strategist endpoint
- Base network for vault data
- Historical data for backtesting
- No wallet required (strategy generation only)

## Security

All strategy allocations target audited, open-source vault contracts. Strategist generates recommendations only — actual execution requires explicit wallet signing through the Executor agent.

---

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

Related Claw Skills