{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gekko-strategist",
    "name": "Gekko Strategist",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/gekkoai001/gekko-strategist",
    "canonicalUrl": "https://clawhub.ai/gekkoai001/gekko-strategist",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gekko-strategist",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gekko-strategist",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CLAUDE.md",
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gekko-strategist"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gekko-strategist",
    "agentPageUrl": "https://openagent3.xyz/skills/gekko-strategist/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gekko-strategist/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gekko-strategist/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Gekko Strategist — Strategy Development Agent",
        "body": "AI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals.\n\nAgent ID: 1375 | Chain: Base | Protocol: A2A v0.3.0"
      },
      {
        "title": "What This Skill Does",
        "body": "Gekko Strategist is an AI-powered DeFi strategy development agent that helps you:\n\nCreate yield farming strategies tailored to market conditions\nBacktest strategies against historical data\nAdapt strategies to changing market conditions\nEvaluate and compare multiple strategies"
      },
      {
        "title": "develop_strategy",
        "body": "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.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"develop_strategy\",\n    \"parameters\": {\n      \"marketCondition\": \"bull\",\n      \"riskTolerance\": \"medium\",\n      \"timeHorizon\": \"30d\",\n      \"capital\": \"10000\"\n    }\n  }'\n\nParameters:\n\nmarketCondition (string, optional): bull | bear | sideways\nriskTolerance (string, optional): low | medium | high\ntimeHorizon (string, optional): e.g., 7d, 30d, 90d\ncapital (string, optional): Capital amount to allocate"
      },
      {
        "title": "backtest_strategy",
        "body": "Backtest strategies against historical on-chain data. Measure total return, annualized return, Sharpe ratio, and max drawdown.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"backtest_strategy\",\n    \"parameters\": {\n      \"strategy\": {...},\n      \"startDate\": \"2024-01-01\",\n      \"endDate\": \"2024-12-31\"\n    }\n  }'\n\nParameters:\n\nstrategy (object, optional): Strategy to backtest\nstartDate (string, optional): Start date (YYYY-MM-DD)\nendDate (string, optional): End date (YYYY-MM-DD)"
      },
      {
        "title": "adapt_strategy",
        "body": "Adapt an existing strategy to changing market conditions. Automatically rebalance allocations when the market regime shifts.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"adapt_strategy\",\n    \"parameters\": {\n      \"currentStrategy\": {...},\n      \"newMarketCondition\": \"bear\"\n    }\n  }'\n\nParameters:\n\ncurrentStrategy (object, optional): Current strategy to adapt\nnewMarketCondition (string, optional): bull | bear | sideways"
      },
      {
        "title": "evaluate_strategies",
        "body": "Evaluate and compare multiple strategies side-by-side. Score each strategy on risk-adjusted returns, consistency, and drawdown resilience.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"evaluate_strategies\",\n    \"parameters\": {\n      \"strategies\": [...]\n    }\n  }'\n\nParameters:\n\nstrategies (array, optional): Array of strategy objects to compare"
      },
      {
        "title": "Smart Contracts (Base Network)",
        "body": "Strategist designs allocations across audited smart contracts on Base (Chain ID: 8453)."
      },
      {
        "title": "Vault Contracts",
        "body": "VaultAddressSeamless USDC0x616a4E1db48e22028f6bbf20444Cd3b8e3273738Moonwell USDC0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2CaSpark USDC0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34AGauntlet USDC Prime0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61Yo USDC0x0000000f2eB9f69274678c76222B35eEc7588a65"
      },
      {
        "title": "Requirements",
        "body": "Node.js 18+\nAccess to Base network RPC\nHistorical data access for backtesting\nAPI endpoint: https://gekkoterminal.ai/api/a2a?agent=strategist"
      },
      {
        "title": "Security",
        "body": "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.\n\nBuilt by Gekko AI. Powered by ERC-8004."
      }
    ],
    "body": "Gekko Strategist — Strategy Development Agent\n\nAI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals.\n\nAgent ID: 1375 | Chain: Base | Protocol: A2A v0.3.0\n\nWhat This Skill Does\n\nGekko Strategist is an AI-powered DeFi strategy development agent that helps you:\n\nCreate yield farming strategies tailored to market conditions\nBacktest strategies against historical data\nAdapt strategies to changing market conditions\nEvaluate and compare multiple strategies\nCommands\ndevelop_strategy\n\nCreate 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.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"develop_strategy\",\n    \"parameters\": {\n      \"marketCondition\": \"bull\",\n      \"riskTolerance\": \"medium\",\n      \"timeHorizon\": \"30d\",\n      \"capital\": \"10000\"\n    }\n  }'\n\n\nParameters:\n\nmarketCondition (string, optional): bull | bear | sideways\nriskTolerance (string, optional): low | medium | high\ntimeHorizon (string, optional): e.g., 7d, 30d, 90d\ncapital (string, optional): Capital amount to allocate\nbacktest_strategy\n\nBacktest strategies against historical on-chain data. Measure total return, annualized return, Sharpe ratio, and max drawdown.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"backtest_strategy\",\n    \"parameters\": {\n      \"strategy\": {...},\n      \"startDate\": \"2024-01-01\",\n      \"endDate\": \"2024-12-31\"\n    }\n  }'\n\n\nParameters:\n\nstrategy (object, optional): Strategy to backtest\nstartDate (string, optional): Start date (YYYY-MM-DD)\nendDate (string, optional): End date (YYYY-MM-DD)\nadapt_strategy\n\nAdapt an existing strategy to changing market conditions. Automatically rebalance allocations when the market regime shifts.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"adapt_strategy\",\n    \"parameters\": {\n      \"currentStrategy\": {...},\n      \"newMarketCondition\": \"bear\"\n    }\n  }'\n\n\nParameters:\n\ncurrentStrategy (object, optional): Current strategy to adapt\nnewMarketCondition (string, optional): bull | bear | sideways\nevaluate_strategies\n\nEvaluate and compare multiple strategies side-by-side. Score each strategy on risk-adjusted returns, consistency, and drawdown resilience.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"evaluate_strategies\",\n    \"parameters\": {\n      \"strategies\": [...]\n    }\n  }'\n\n\nParameters:\n\nstrategies (array, optional): Array of strategy objects to compare\nSmart Contracts (Base Network)\n\nStrategist designs allocations across audited smart contracts on Base (Chain ID: 8453).\n\nVault Contracts\nVault\tAddress\nSeamless USDC\t0x616a4E1db48e22028f6bbf20444Cd3b8e3273738\nMoonwell USDC\t0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca\nSpark USDC\t0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A\nGauntlet USDC Prime\t0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61\nYo USDC\t0x0000000f2eB9f69274678c76222B35eEc7588a65\nRequirements\nNode.js 18+\nAccess to Base network RPC\nHistorical data access for backtesting\nAPI endpoint: https://gekkoterminal.ai/api/a2a?agent=strategist\nSecurity\n\nAll 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.\n\nBuilt by Gekko AI. Powered by ERC-8004."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gekkoai001/gekko-strategist",
    "publisherUrl": "https://clawhub.ai/gekkoai001/gekko-strategist",
    "owner": "gekkoai001",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gekko-strategist",
    "downloadUrl": "https://openagent3.xyz/downloads/gekko-strategist",
    "agentUrl": "https://openagent3.xyz/skills/gekko-strategist/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gekko-strategist/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gekko-strategist/agent.md"
  }
}