{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gekko",
    "name": "Gekko",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/gekkoai001/gekko",
    "canonicalUrl": "https://clawhub.ai/gekkoai001/gekko",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gekko",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gekko",
    "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"
    },
    "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",
    "agentPageUrl": "https://openagent3.xyz/skills/gekko/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gekko/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gekko/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 — Portfolio Manager",
        "body": "AI-powered DeFi portfolio manager for Base network. Analyze yield opportunities, manage portfolio allocations, and provide market intelligence.\n\nAgent ID: 13445 | Chain: Base | Protocol: A2A v0.3.0"
      },
      {
        "title": "What This Skill Does",
        "body": "Gekko is an AI-powered DeFi portfolio manager that helps you:\n\nAnalyze yield opportunities across Base DeFi protocols\nManage portfolio allocations across multiple vaults\nGet real-time market intelligence and trading insights\nOptimize yield strategies based on risk profiles"
      },
      {
        "title": "portfolio_management",
        "body": "Perform real-time vault APY analysis using data from Morpho and Yearn protocols. Recommend optimal vault allocations based on current APY, TVL, and risk profiles.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"portfolio_management\",\n    \"parameters\": {\n      \"action\": \"analyze\",\n      \"tokens\": [\"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\"]\n    }\n  }'\n\nParameters:\n\naction (string, optional): analyze | optimize | recommend\ntokens (array, optional): List of token addresses to analyze"
      },
      {
        "title": "token_analysis",
        "body": "Retrieve live price, volume, and liquidity data from DexScreener for any token. Identify trends and provide actionable trading signals.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"token_analysis\",\n    \"parameters\": {\n      \"token\": \"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\",\n      \"metrics\": [\"price\", \"volume\", \"trend\"]\n    }\n  }'\n\nParameters:\n\ntoken (string, required): Token contract address\nmetrics (array, optional): price | volume | trend | liquidity"
      },
      {
        "title": "yield_optimization",
        "body": "Find the best yields on Base. Compare APYs, TVL, and risk profiles across all monitored vaults. Filter by risk tolerance and asset type.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"yield_optimization\",\n    \"parameters\": {\n      \"chain\": \"base\",\n      \"asset\": \"USDC\",\n      \"risk_tolerance\": \"medium\"\n    }\n  }'\n\nParameters:\n\nchain (string, optional): Blockchain network (default: base)\nasset (string, optional): Asset to optimize (default: USDC)\nrisk_tolerance (string, optional): low | medium | high"
      },
      {
        "title": "market_intelligence",
        "body": "Provide market insights, trend analysis, and trading signals. Analyze DeFi market conditions across timeframes.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"market_intelligence\",\n    \"parameters\": {\n      \"query\": \"USDC yield trends\",\n      \"timeframe\": \"7d\"\n    }\n  }'\n\nParameters:\n\nquery (string, required): Market query or topic\ntimeframe (string, optional): 1h | 24h | 7d | 30d"
      },
      {
        "title": "chat",
        "body": "Open-ended conversation about markets, strategies, tokens, and yields. Answer any DeFi-related question.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"chat\",\n    \"parameters\": {\n      \"message\": \"What are the best yield opportunities on Base?\"\n    }\n  }'\n\nParameters:\n\nmessage (string, required): Your question or message"
      },
      {
        "title": "Smart Contracts (Base Network)",
        "body": "All allocations are managed through transparent, audited smart contracts on Base (Chain ID: 8453)."
      },
      {
        "title": "Vault Contracts",
        "body": "VaultAddressSeamless USDC0x616a4E1db48e22028f6bbf20444Cd3b8e3273738Moonwell USDC0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2CaSpark USDC0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34AGauntlet USDC Prime0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61Yo USDC0x0000000f2eB9f69274678c76222B35eEc7588a65"
      },
      {
        "title": "Deposit Token",
        "body": "TokenAddressUSDC (Base)0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
      },
      {
        "title": "Requirements",
        "body": "Node.js 18+\nAccess to Base network RPC\nAPI endpoint: https://gekkoterminal.ai/api/a2a?agent=gekko"
      },
      {
        "title": "Security",
        "body": "All vault contracts are open-source, verified on-chain, and subject to third-party audits, formal verification, and bug bounty programs. Real-time monitoring ensures transparency at every layer.\n\nBuilt by Gekko AI. Powered by ERC-8004."
      }
    ],
    "body": "Gekko — Portfolio Manager\n\nAI-powered DeFi portfolio manager for Base network. Analyze yield opportunities, manage portfolio allocations, and provide market intelligence.\n\nAgent ID: 13445 | Chain: Base | Protocol: A2A v0.3.0\n\nWhat This Skill Does\n\nGekko is an AI-powered DeFi portfolio manager that helps you:\n\nAnalyze yield opportunities across Base DeFi protocols\nManage portfolio allocations across multiple vaults\nGet real-time market intelligence and trading insights\nOptimize yield strategies based on risk profiles\nCommands\nportfolio_management\n\nPerform real-time vault APY analysis using data from Morpho and Yearn protocols. Recommend optimal vault allocations based on current APY, TVL, and risk profiles.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"portfolio_management\",\n    \"parameters\": {\n      \"action\": \"analyze\",\n      \"tokens\": [\"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\"]\n    }\n  }'\n\n\nParameters:\n\naction (string, optional): analyze | optimize | recommend\ntokens (array, optional): List of token addresses to analyze\ntoken_analysis\n\nRetrieve live price, volume, and liquidity data from DexScreener for any token. Identify trends and provide actionable trading signals.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"token_analysis\",\n    \"parameters\": {\n      \"token\": \"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\",\n      \"metrics\": [\"price\", \"volume\", \"trend\"]\n    }\n  }'\n\n\nParameters:\n\ntoken (string, required): Token contract address\nmetrics (array, optional): price | volume | trend | liquidity\nyield_optimization\n\nFind the best yields on Base. Compare APYs, TVL, and risk profiles across all monitored vaults. Filter by risk tolerance and asset type.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"yield_optimization\",\n    \"parameters\": {\n      \"chain\": \"base\",\n      \"asset\": \"USDC\",\n      \"risk_tolerance\": \"medium\"\n    }\n  }'\n\n\nParameters:\n\nchain (string, optional): Blockchain network (default: base)\nasset (string, optional): Asset to optimize (default: USDC)\nrisk_tolerance (string, optional): low | medium | high\nmarket_intelligence\n\nProvide market insights, trend analysis, and trading signals. Analyze DeFi market conditions across timeframes.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"market_intelligence\",\n    \"parameters\": {\n      \"query\": \"USDC yield trends\",\n      \"timeframe\": \"7d\"\n    }\n  }'\n\n\nParameters:\n\nquery (string, required): Market query or topic\ntimeframe (string, optional): 1h | 24h | 7d | 30d\nchat\n\nOpen-ended conversation about markets, strategies, tokens, and yields. Answer any DeFi-related question.\n\nUsage:\n\ncurl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"capability\": \"chat\",\n    \"parameters\": {\n      \"message\": \"What are the best yield opportunities on Base?\"\n    }\n  }'\n\n\nParameters:\n\nmessage (string, required): Your question or message\nSmart Contracts (Base Network)\n\nAll allocations are managed through transparent, 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\nDeposit Token\nToken\tAddress\nUSDC (Base)\t0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\nRequirements\nNode.js 18+\nAccess to Base network RPC\nAPI endpoint: https://gekkoterminal.ai/api/a2a?agent=gekko\nSecurity\n\nAll vault contracts are open-source, verified on-chain, and subject to third-party audits, formal verification, and bug bounty programs. Real-time monitoring ensures transparency at every layer.\n\nBuilt by Gekko AI. Powered by ERC-8004."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gekkoai001/gekko",
    "publisherUrl": "https://clawhub.ai/gekkoai001/gekko",
    "owner": "gekkoai001",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gekko",
    "downloadUrl": "https://openagent3.xyz/downloads/gekko",
    "agentUrl": "https://openagent3.xyz/skills/gekko/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gekko/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gekko/agent.md"
  }
}