402.bot
Recipe
live $0.0075 medium Market & Prediction

CoinGecko CLI History Export Pack

Return compact CoinGecko CLI patterns for date snapshots, rolling windows, range queries, OHLC modes, and CSV export.

$0.0075price
4steps
5sources
10ktokens saved
5tool calls compressed
median latency
CoinGeckoGitHubGeminiStableenrich Firecrawl ScrapeGoogle Gemini Flash Structured

Endpoint: /v1/recipes/coingecko-cli-history-export-pack/run
Capabilities: coingecko, cli, history, csv-export

Why pay for this?

This recipe turns roughly 5 separate tool operations into one paid endpoint call and saves about ~10k tokens saved.

CoinGecko CLI history docs + batching guide -> compact history and export pack

Creator

Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 21

Usage and trust

Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs

Pipeline

Stage 1

Scrape CoinGecko CLI README

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: readme

Stage 2

Scrape CoinGecko CLI history command source

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: history_source

Stage 3

Scrape CoinGecko CLI CLAUDE guide

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: claude_guide

Stage 4

Build CoinGecko CLI history export pack

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
No recent runs recorded yet. Runs appear here after the first paid execution.
View raw step spec

Scrape CoinGecko CLI README

{
  "id": "readme",
  "kind": "fetch_transform",
  "title": "Scrape CoinGecko CLI README",
  "request": {
    "params": {
      "url": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/README.md",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Scrape CoinGecko CLI history command source

{
  "id": "history_source",
  "kind": "fetch_transform",
  "title": "Scrape CoinGecko CLI history command source",
  "request": {
    "params": {
      "url": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/cmd/history.go",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Scrape CoinGecko CLI CLAUDE guide

{
  "id": "claude_guide",
  "kind": "fetch_transform",
  "title": "Scrape CoinGecko CLI CLAUDE guide",
  "request": {
    "params": {
      "url": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/CLAUDE.md",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Build CoinGecko CLI history export pack

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Build CoinGecko CLI history export pack",
  "request": {
    "params": {
      "input": {
        "readmeDoc": "{{ $.stepsById.readme.output }}",
        "readmeUrl": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/README.md",
        "commandName": "cg history",
        "claudeGuideDoc": "{{ $.stepsById.claude_guide.output }}",
        "claudeGuideUrl": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/CLAUDE.md",
        "historySourceDoc": "{{ $.stepsById.history_source.output }}",
        "historySourceUrl": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/cmd/history.go"
      },
      "prompt": "Build a compact pack for the CoinGecko CLI `history` command. Keep it bounded: at most 4 modeRows, 4 intervalRules, 3 exportNotes, and 4 tierConstraints. Focus on choosing among date, days, and range modes plus OHLC and export behavior.",
      "responseSchema": {
        "type": "object",
        "required": [
          "summary",
          "modeRows",
          "intervalRules",
          "exportNotes",
          "tierConstraints",
          "links"
        ],
        "properties": {
          "links": {
            "type": "object",
            "required": [
              "readmeUrl",
              "historySourceUrl",
              "claudeGuideUrl"
            ],
            "properties": {
              "readmeUrl": {
                "type": "string"
              },
              "claudeGuideUrl": {
                "type": "string"
              },
              "historySourceUrl": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "summary": {
            "type": "string",
            "maxLength": 280
          },
          "modeRows": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "mode",
                "command",
                "note"
              ],
              "properties": {
                "mode": {
                  "type": "string",
                  "maxLength": 40
                },
                "note": {
                  "type": "string",
                  "maxLength": 140
                },
                "command": {
                  "type": "string",
                  "maxLength": 180
                }
              },
              "additionalProperties": false
            },
            "maxItems": 4
          },
          "exportNotes": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 150
            },
            "maxItems": 3,
            "description": "CSV export notes."
          },
          "intervalRules": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 160
            },
            "maxItems": 4,
            "description": "Interval and batching rules."
          },
          "tierConstraints": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 160
            },
            "maxItems": 4,
            "description": "Plan and endpoint constraints."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are summarizing the official CoinGecko CLI history command only. Stay grounded in the supplied docs and source. Do not invent intervals, date formats, or plan allowances."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}