Why pay for this?
This recipe turns roughly 6 separate tool operations into one paid endpoint call and saves about ~9k tokens saved.
Combines public page evidence, search context, and a grounded question into a compact Celo worker-payment dossier.
Turn public Celo worker-payment claims into a compact dossier for operators evaluating cUSD payout workflows.
Endpoint: /v1/recipes/celo-cusd-worker-payment-dossier/run
Capabilities: celo, cusd, worker-payments, operator-dossier
This recipe turns roughly 6 separate tool operations into one paid endpoint call and saves about ~9k tokens saved.
Combines public page evidence, search context, and a grounded question into a compact Celo worker-payment dossier.
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 Exa Search
Step id: search
Source: Stableenrich Firecrawl Scrape
Step id: page
Source: Stableenrich Exa Answer
Step id: answer
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": "search",
"kind": "fetch_transform",
"title": "Search worker-payment context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.researchQuery }}"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "page",
"kind": "fetch_transform",
"title": "Scrape project surface",
"request": {
"params": {
"url": "{{ $.input.projectUrl }}",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "answer",
"kind": "fetch_transform",
"title": "Ask grounded payment question",
"request": {
"params": {
"question": "{{ $.input.operatorQuestion }}"
},
"sourceId": "stableenrich_exa_answer",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build Celo cUSD worker payment dossier",
"request": {
"params": {
"input": {
"chainFocus": "Celo",
"projectUrl": "{{ $.input.projectUrl }}",
"projectName": "{{ $.input.projectName }}",
"searchContext": "{{ $.stepsById.search.output }}",
"groundedAnswer": "{{ $.stepsById.answer.output }}",
"projectSurface": "{{ $.stepsById.page.output }}"
},
"prompt": "Build a Celo cUSD worker-payment dossier. Keep it bounded: at most 4 workflowSections, 4 channelClaims, 4 riskFlags, and 4 nextActions. Focus on payout posture, worker-routing channels, evidence quality, and fallback risks.",
"responseSchema": {
"type": "object",
"required": [
"projectName",
"chainFocus",
"paymentReadiness",
"summary",
"workflowSections",
"channelClaims",
"riskFlags",
"nextActions"
],
"properties": {
"summary": {
"type": "string",
"maxLength": 280
},
"riskFlags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Main payment or workflow risks."
},
"chainFocus": {
"enum": [
"Celo"
],
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Recommended next actions."
},
"projectName": {
"type": "string"
},
"channelClaims": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Claimed payout or coordination channels."
},
"paymentReadiness": {
"enum": [
"clear",
"partial",
"unclear"
],
"type": "string"
},
"workflowSections": {
"type": "array",
"items": {
"type": "object",
"required": [
"section",
"detail"
],
"properties": {
"detail": {
"type": "string"
},
"section": {
"type": "string"
}
},
"additionalProperties": false
},
"maxItems": 4,
"description": "Compact worker-payment workflow sections."
}
},
"additionalProperties": false
},
"systemInstruction": "You are compressing worker-payment review into a compact operator dossier. Stay grounded in the supplied page scrape, public search context, and grounded answer only. Do not invent live transaction proof or hidden channel support."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}