โ† All skills
Tencent SkillHub ยท Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CLAUDE.md, README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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

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 | 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: 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_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 adapt newMarketCondition (string, optional): bull | bear | sideways

evaluate_strategies

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

Smart Contracts (Base Network)

Strategist designs allocations across audited smart contracts on Base (Chain ID: 8453).

Vault Contracts

VaultAddressSeamless USDC0x616a4E1db48e22028f6bbf20444Cd3b8e3273738Moonwell USDC0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2CaSpark USDC0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34AGauntlet USDC Prime0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61Yo USDC0x0000000f2eB9f69274678c76222B35eEc7588a65

Requirements

Node.js 18+ Access to Base network RPC Historical data access for backtesting API endpoint: https://gekkoterminal.ai/api/a2a?agent=strategist

Security

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • CLAUDE.md Docs
  • README.md Docs