{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gecko-terminal",
    "name": "Gecko Terminal API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/BRS999/gecko-terminal",
    "canonicalUrl": "https://clawhub.ai/BRS999/gecko-terminal",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gecko-terminal",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gecko-terminal",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/geckoterminal-cli.mjs"
    ],
    "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. 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. 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/gecko-terminal"
    },
    "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/gecko-terminal",
    "agentPageUrl": "https://openagent3.xyz/skills/gecko-terminal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gecko-terminal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gecko-terminal/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GeckoTerminal",
        "body": "Query GeckoTerminal via the local CLI script."
      },
      {
        "title": "Quick Start",
        "body": "# List networks\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_networks\n\n# Solana trending pools\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_network_trending_pools --network solana --duration 1h --page 1\n\n# Search pools\nnode {baseDir}/scripts/geckoterminal-cli.mjs search_pools --query \"SOL USDC\" --network solana --page 1"
      },
      {
        "title": "1. Daily discovery scan",
        "body": "Use in your daily brief:\n\ngecko trending pools + new pools + top pools"
      },
      {
        "title": "2. Track a token across pools",
        "body": "node {baseDir}/scripts/geckoterminal-cli.mjs get_token_pools --network solana --token \"<token_address>\" --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_simple_token_prices --network solana --token-addresses \"<token1>,<token2>\""
      },
      {
        "title": "3. Analyze a candidate pool",
        "body": "node {baseDir}/scripts/geckoterminal-cli.mjs get_pool_info --network solana --pool \"<pool_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool_trades --network solana --pool \"<pool_address>\" --page 1"
      },
      {
        "title": "Networks and DEXes",
        "body": "node {baseDir}/scripts/geckoterminal-cli.mjs get_networks\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_dexes --network solana\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_top_pools --network solana --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_dex_pools --network solana --dex \"raydium\" --page 1"
      },
      {
        "title": "Trending / New Pools",
        "body": "node {baseDir}/scripts/geckoterminal-cli.mjs get_global_trending_pools --duration 1h --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_network_trending_pools --network solana --duration 24h --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_global_new_pools --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_network_new_pools --network base --page 1"
      },
      {
        "title": "Pools and Search",
        "body": "node {baseDir}/scripts/geckoterminal-cli.mjs search_pools --query \"SOL USDC\" --network solana --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool --network solana --pool \"<pool_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_multi_pools --network solana --pool-addresses \"<pool1>,<pool2>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool_info --network solana --pool \"<pool_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool_trades --network solana --pool \"<pool_address>\" --page 1"
      },
      {
        "title": "Tokens",
        "body": "node {baseDir}/scripts/geckoterminal-cli.mjs get_token --network solana --token \"<token_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_multi_tokens --network solana --token-addresses \"<token1>,<token2>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_token_info --network solana --token \"<token_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_token_pools --network solana --token \"<token_address>\" --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_simple_token_prices --network solana --token-addresses \"<token1>,<token2>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_recently_updated_token_info --page 1"
      },
      {
        "title": "OHLCV",
        "body": "node {baseDir}/scripts/geckoterminal-cli.mjs get_pool_ohlcv --network solana --pool \"<pool_address>\" --timeframe hour --limit 100 --currency usd --token base"
      },
      {
        "title": "Raw API fallback",
        "body": "node {baseDir}/scripts/geckoterminal-cli.mjs api_get --path /networks/trending_pools --query-json '{\"duration\":\"5m\",\"page\":1}'"
      },
      {
        "title": "Optional Query Params",
        "body": "Common optional flags supported by the CLI:\n\n# Include related resources where supported\n--include \"base_token,quote_token,dex\"\n\n# Include extra pool/token breakdowns where supported\n--include-volume-breakdown true\n--include-composition true\n\n# Include inactive-source rows where supported\n--include-inactive-source true\n\n# Sort/page where supported\n--sort \"h24_volume_usd_desc\"\n--page 1\n\n# Community data toggle (trending/new/top/dex pools endpoints)\n--include-gt-community-data false\n\n# Simple token price extras\n--include-market-cap true\n--mcap-fdv-fallback true\n--include-24hr-vol true\n--include-24hr-price-change true\n--include-total-reserve-in-usd true"
      },
      {
        "title": "Output Features",
        "body": "Typical payloads include:\n\nPool attributes (network, dex, addresses, links)\nPrice, liquidity, volume, and transaction summaries\nToken metadata and linked pools\nOHLCV candles and recent trades\n\nDefault output is JSON for easy piping and automation."
      },
      {
        "title": "API",
        "body": "Uses GeckoTerminal public API v2 (read-only):\n\nBase URL: https://api.geckoterminal.com/api/v2\napi_get --path accepts API-relative paths only (absolute URLs are blocked)"
      },
      {
        "title": "Security and Permissions",
        "body": "No API key required.\n\nWhat this skill does:\n\nMakes HTTPS GET requests to GeckoTerminal API\nReads public network/DEX/pool/token/market data\n\nWhat this skill does not do:\n\nNo wallet connections\nNo transactions or trading\nNo credential handling\nNo autonomous invocation (disable-model-invocation: true)"
      }
    ],
    "body": "GeckoTerminal\n\nQuery GeckoTerminal via the local CLI script.\n\nQuick Start\n# List networks\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_networks\n\n# Solana trending pools\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_network_trending_pools --network solana --duration 1h --page 1\n\n# Search pools\nnode {baseDir}/scripts/geckoterminal-cli.mjs search_pools --query \"SOL USDC\" --network solana --page 1\n\nAfter Install - Suggested Setup\n1. Daily discovery scan\n\nUse in your daily brief:\n\ngecko trending pools + new pools + top pools\n\n2. Track a token across pools\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_token_pools --network solana --token \"<token_address>\" --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_simple_token_prices --network solana --token-addresses \"<token1>,<token2>\"\n\n3. Analyze a candidate pool\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool_info --network solana --pool \"<pool_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool_trades --network solana --pool \"<pool_address>\" --page 1\n\nCommands\nNetworks and DEXes\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_networks\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_dexes --network solana\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_top_pools --network solana --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_dex_pools --network solana --dex \"raydium\" --page 1\n\nTrending / New Pools\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_global_trending_pools --duration 1h --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_network_trending_pools --network solana --duration 24h --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_global_new_pools --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_network_new_pools --network base --page 1\n\nPools and Search\nnode {baseDir}/scripts/geckoterminal-cli.mjs search_pools --query \"SOL USDC\" --network solana --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool --network solana --pool \"<pool_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_multi_pools --network solana --pool-addresses \"<pool1>,<pool2>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool_info --network solana --pool \"<pool_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool_trades --network solana --pool \"<pool_address>\" --page 1\n\nTokens\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_token --network solana --token \"<token_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_multi_tokens --network solana --token-addresses \"<token1>,<token2>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_token_info --network solana --token \"<token_address>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_token_pools --network solana --token \"<token_address>\" --page 1\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_simple_token_prices --network solana --token-addresses \"<token1>,<token2>\"\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_recently_updated_token_info --page 1\n\nOHLCV\nnode {baseDir}/scripts/geckoterminal-cli.mjs get_pool_ohlcv --network solana --pool \"<pool_address>\" --timeframe hour --limit 100 --currency usd --token base\n\nRaw API fallback\nnode {baseDir}/scripts/geckoterminal-cli.mjs api_get --path /networks/trending_pools --query-json '{\"duration\":\"5m\",\"page\":1}'\n\nOptional Query Params\n\nCommon optional flags supported by the CLI:\n\n# Include related resources where supported\n--include \"base_token,quote_token,dex\"\n\n# Include extra pool/token breakdowns where supported\n--include-volume-breakdown true\n--include-composition true\n\n# Include inactive-source rows where supported\n--include-inactive-source true\n\n# Sort/page where supported\n--sort \"h24_volume_usd_desc\"\n--page 1\n\n# Community data toggle (trending/new/top/dex pools endpoints)\n--include-gt-community-data false\n\n# Simple token price extras\n--include-market-cap true\n--mcap-fdv-fallback true\n--include-24hr-vol true\n--include-24hr-price-change true\n--include-total-reserve-in-usd true\n\nOutput Features\n\nTypical payloads include:\n\nPool attributes (network, dex, addresses, links)\nPrice, liquidity, volume, and transaction summaries\nToken metadata and linked pools\nOHLCV candles and recent trades\n\nDefault output is JSON for easy piping and automation.\n\nAPI\n\nUses GeckoTerminal public API v2 (read-only):\n\nBase URL: https://api.geckoterminal.com/api/v2\napi_get --path accepts API-relative paths only (absolute URLs are blocked)\nSecurity and Permissions\n\nNo API key required.\n\nWhat this skill does:\n\nMakes HTTPS GET requests to GeckoTerminal API\nReads public network/DEX/pool/token/market data\n\nWhat this skill does not do:\n\nNo wallet connections\nNo transactions or trading\nNo credential handling\nNo autonomous invocation (disable-model-invocation: true)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/BRS999/gecko-terminal",
    "publisherUrl": "https://clawhub.ai/BRS999/gecko-terminal",
    "owner": "BRS999",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gecko-terminal",
    "downloadUrl": "https://openagent3.xyz/downloads/gecko-terminal",
    "agentUrl": "https://openagent3.xyz/skills/gecko-terminal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gecko-terminal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gecko-terminal/agent.md"
  }
}