402.bot
Recipe
live $0.0075 medium General Research

CoinGecko CLI Quickstart Pack

Turn the CoinGecko CLI repo docs into a compact install, auth, and verification pack for operators.

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

Endpoint: /v1/recipes/coingecko-cli-quickstart-pack/run
Capabilities: coingecko, cli, quickstart, auth

Why pay for this?

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

CoinGecko CLI README + setup guidance -> bounded install and auth quickstart 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 auth command source

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: auth_source

Stage 3

Scrape CoinGecko CLI status command source

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: status_source

Stage 4

Build CoinGecko CLI quickstart 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 auth command source

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

Scrape CoinGecko CLI status command source

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

Build CoinGecko CLI quickstart pack

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Build CoinGecko CLI quickstart pack",
  "request": {
    "params": {
      "input": {
        "repoUrl": "https://github.com/coingecko/coingecko-cli",
        "readmeDoc": "{{ $.stepsById.readme.output }}",
        "readmeUrl": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/README.md",
        "apiDocsUrl": "https://docs.coingecko.com",
        "productName": "CoinGecko CLI",
        "authSourceDoc": "{{ $.stepsById.auth_source.output }}",
        "statusSourceDoc": "{{ $.stepsById.status_source.output }}",
        "installScriptUrl": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/install.sh"
      },
      "prompt": "Build a compact quickstart pack for the CoinGecko CLI. Keep it bounded: at most 4 installPaths, 3 authPaths, 4 verificationSteps, and 3 riskNotes. Focus on install, authentication, status verification, and the safest operator guidance.",
      "responseSchema": {
        "type": "object",
        "required": [
          "overview",
          "installPaths",
          "authPaths",
          "verificationSteps",
          "links",
          "riskNotes"
        ],
        "properties": {
          "links": {
            "type": "object",
            "required": [
              "repoUrl",
              "readmeUrl",
              "installScriptUrl",
              "apiDocsUrl"
            ],
            "properties": {
              "repoUrl": {
                "type": "string"
              },
              "readmeUrl": {
                "type": "string"
              },
              "apiDocsUrl": {
                "type": "string"
              },
              "installScriptUrl": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "overview": {
            "type": "string",
            "maxLength": 280
          },
          "authPaths": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "method",
                "command",
                "notes"
              ],
              "properties": {
                "notes": {
                  "type": "array",
                  "items": {
                    "type": "string",
                    "maxLength": 140
                  },
                  "maxItems": 3,
                  "description": "Auth-path notes."
                },
                "method": {
                  "type": "string",
                  "maxLength": 40
                },
                "command": {
                  "type": "string",
                  "maxLength": 180
                }
              },
              "additionalProperties": false
            },
            "maxItems": 3
          },
          "riskNotes": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 160
            },
            "maxItems": 3,
            "description": "Risk notes."
          },
          "installPaths": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "channel",
                "command",
                "notes"
              ],
              "properties": {
                "notes": {
                  "type": "array",
                  "items": {
                    "type": "string",
                    "maxLength": 140
                  },
                  "maxItems": 3,
                  "description": "Install-path notes."
                },
                "channel": {
                  "type": "string",
                  "maxLength": 40
                },
                "command": {
                  "type": "string",
                  "maxLength": 160
                }
              },
              "additionalProperties": false
            },
            "maxItems": 4
          },
          "verificationSteps": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 140
            },
            "maxItems": 4,
            "description": "Verification steps."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are writing a read-only operator quickstart from the supplied official CoinGecko CLI docs only. Do not claim that the recipe installs software, stores credentials, or runs commands."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}