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 top movers docs -> compact gainers and losers pack
Return bounded CoinGecko CLI command patterns for gainers, losers, duration windows, and market-cap pool filters.
Endpoint: /v1/recipes/coingecko-cli-top-movers-pack/run
Capabilities: coingecko, cli, top-movers, momentum
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
CoinGecko CLI top movers docs -> compact gainers and losers 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: top_movers_source
Source: Stableenrich Firecrawl Scrape
Step id: commands_source
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": "top_movers_source",
"kind": "fetch_transform",
"title": "Scrape CoinGecko CLI top movers source",
"request": {
"params": {
"url": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/cmd/top_gainers_losers.go",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "commands_source",
"kind": "fetch_transform",
"title": "Scrape CoinGecko CLI command catalog source",
"request": {
"params": {
"url": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/cmd/commands.go",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build CoinGecko CLI top movers 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 top-gainers-losers",
"commandsSourceDoc": "{{ $.stepsById.commands_source.output }}",
"topMoversSourceDoc": "{{ $.stepsById.top_movers_source.output }}",
"topMoversSourceUrl": "https://raw.githubusercontent.com/coingecko/coingecko-cli/main/cmd/top_gainers_losers.go"
},
"prompt": "Build a compact pack for the CoinGecko CLI `top-gainers-losers` command. Keep it bounded: at most 4 commandPatterns, 4 windowNotes, and 3 tierConstraints. Focus on duration selection, top-coins pool selection, and the paid-only boundary.",
"responseSchema": {
"type": "object",
"required": [
"summary",
"commandPatterns",
"windowNotes",
"outputColumns",
"tierConstraints",
"links"
],
"properties": {
"links": {
"type": "object",
"required": [
"readmeUrl",
"topMoversSourceUrl",
"apiDocsUrl"
],
"properties": {
"readmeUrl": {
"type": "string"
},
"apiDocsUrl": {
"type": "string"
},
"topMoversSourceUrl": {
"type": "string"
}
},
"additionalProperties": false
},
"summary": {
"type": "string",
"maxLength": 280
},
"windowNotes": {
"type": "array",
"items": {
"type": "string",
"maxLength": 150
},
"maxItems": 4,
"description": "Duration and top-coins notes."
},
"outputColumns": {
"type": "array",
"items": {
"type": "string",
"maxLength": 40
},
"maxItems": 5,
"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
},
"tierConstraints": {
"type": "array",
"items": {
"type": "string",
"maxLength": 160
},
"maxItems": 3,
"description": "Paid-plan constraints."
}
},
"additionalProperties": false
},
"systemInstruction": "You are summarizing the official CoinGecko CLI top movers command only. Stay grounded in the supplied docs and source. Do not invent extra durations, pool sizes, or free-plan availability."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}