Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
CoinGecko CLI markets docs -> compact ranked-market query pack
Return compact CoinGecko CLI command patterns for market-cap tables, category filters, pagination, and CSV exports.
Endpoint: /v1/recipes/coingecko-cli-markets-query-pack/run
Capabilities: coingecko, cli, markets, category-filter
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
CoinGecko CLI markets docs -> compact ranked-market query pack
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
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Stableenrich Firecrawl Scrape
Step id: readme
Source: Stableenrich Firecrawl Scrape
Step id: markets_source
Source: Stableenrich Firecrawl Scrape
Step id: claude_guide
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"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"
}
}
{
"id": "markets_source",
"kind": "fetch_transform",
"title": "Scrape CoinGecko CLI markets command source",
"request": {
"params": {
"url": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/cmd/markets.go",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"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"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build CoinGecko CLI markets query pack",
"request": {
"params": {
"input": {
"readmeDoc": "{{ $.stepsById.readme.output }}",
"readmeUrl": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/README.md",
"apiDocsUrl": "https://docs.coingecko.com",
"commandName": "cg markets",
"claudeGuideDoc": "{{ $.stepsById.claude_guide.output }}",
"marketsSourceDoc": "{{ $.stepsById.markets_source.output }}",
"marketsSourceUrl": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/cmd/markets.go"
},
"prompt": "Build a compact query pack for the CoinGecko CLI `markets` command. Keep it bounded: at most 4 commandPatterns, 4 filterNotes, and 3 exportNotes. Focus on total counts, category filters, sort order, output columns, and CSV behavior.",
"responseSchema": {
"type": "object",
"required": [
"summary",
"commandPatterns",
"filterNotes",
"outputColumns",
"exportNotes",
"links"
],
"properties": {
"links": {
"type": "object",
"required": [
"readmeUrl",
"marketsSourceUrl",
"apiDocsUrl"
],
"properties": {
"readmeUrl": {
"type": "string"
},
"apiDocsUrl": {
"type": "string"
},
"marketsSourceUrl": {
"type": "string"
}
},
"additionalProperties": false
},
"summary": {
"type": "string",
"maxLength": 280
},
"exportNotes": {
"type": "array",
"items": {
"type": "string",
"maxLength": 150
},
"maxItems": 3,
"description": "CSV export notes."
},
"filterNotes": {
"type": "array",
"items": {
"type": "string",
"maxLength": 150
},
"maxItems": 4,
"description": "Notes on category, order, and total filters."
},
"outputColumns": {
"type": "array",
"items": {
"type": "string",
"maxLength": 40
},
"maxItems": 7,
"description": "Primary output columns."
},
"commandPatterns": {
"type": "array",
"items": {
"type": "object",
"required": [
"goal",
"command",
"note"
],
"properties": {
"goal": {
"type": "string",
"maxLength": 60
},
"note": {
"type": "string",
"maxLength": 140
},
"command": {
"type": "string",
"maxLength": 180
}
},
"additionalProperties": false
},
"maxItems": 4
}
},
"additionalProperties": false
},
"systemInstruction": "You are summarizing the official CoinGecko CLI markets command only. Stay grounded in the supplied docs and source. Do not invent category IDs, pagination rules, or output columns."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}