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
Turn the CoinGecko CLI repo docs into a compact install, auth, and verification pack for operators.
Endpoint: /v1/recipes/coingecko-cli-quickstart-pack/run
Capabilities: coingecko, cli, quickstart, auth
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
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: auth_source
Source: Stableenrich Firecrawl Scrape
Step id: status_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": "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"
}
}
{
"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"
}
}
{
"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"
}
}