Why pay for this?
This recipe turns roughly 7 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Landing page + skill docs + plugin manifests -> structured onboarding pack
Turn Superfluid's official skill docs into a structured onboarding pack for agent builders.
Endpoint: /v1/recipes/superfluid-skill-quickstart-pack/run
Capabilities: superfluid, streaming-payments, real-time-finance, super-tokens, cfa, gda
This recipe turns roughly 7 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Landing page + skill docs + plugin manifests -> structured onboarding 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: landing_page
Source: Stableenrich Firecrawl Scrape
Step id: readme
Source: Stableenrich Firecrawl Scrape
Step id: skill
Source: Stableenrich Firecrawl Scrape
Step id: plugin_manifest
Source: Stableenrich Firecrawl Scrape
Step id: marketplace_manifest
Source: Stableenrich Firecrawl Scrape
Step id: claude_guide
Source: Google Gemini Flash Structured
Step id: pack
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "landing_page",
"kind": "fetch_transform",
"title": "Scrape Superfluid skill landing page",
"request": {
"params": {
"url": "https://skills.superfluid.org/",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "readme",
"kind": "fetch_transform",
"title": "Scrape Superfluid README",
"request": {
"params": {
"url": "https://raw.githubusercontent.com/superfluid-org/skills/main/README.md",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "skill",
"kind": "fetch_transform",
"title": "Scrape Superfluid SKILL.md",
"request": {
"params": {
"url": "https://raw.githubusercontent.com/superfluid-org/skills/main/skills/superfluid/SKILL.md",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "plugin_manifest",
"kind": "fetch_transform",
"title": "Scrape Superfluid plugin manifest",
"request": {
"params": {
"url": "https://raw.githubusercontent.com/superfluid-org/skills/main/.claude-plugin/plugin.json",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "marketplace_manifest",
"kind": "fetch_transform",
"title": "Scrape Superfluid marketplace manifest",
"request": {
"params": {
"url": "https://raw.githubusercontent.com/superfluid-org/skills/main/.claude-plugin/marketplace.json",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "claude_guide",
"kind": "fetch_transform",
"title": "Scrape Superfluid CLAUDE guide",
"request": {
"params": {
"url": "https://raw.githubusercontent.com/superfluid-org/skills/main/CLAUDE.md",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "pack",
"kind": "fetch_transform",
"title": "Assemble Superfluid onboarding pack",
"request": {
"params": {
"input": {
"repoUrl": "https://github.com/superfluid-org/skills",
"skillDoc": "{{ $.stepsById.skill.output }}",
"readmeDoc": "{{ $.stepsById.readme.output }}",
"readmeUrl": "https://raw.githubusercontent.com/superfluid-org/skills/main/README.md",
"landingDoc": "{{ $.stepsById.landing_page.output }}",
"productName": "Superfluid Skill",
"releasesUrl": "https://github.com/superfluid-org/skills/releases",
"skillFileUrl": "https://raw.githubusercontent.com/superfluid-org/skills/main/skills/superfluid/SKILL.md",
"claudeGuideDoc": "{{ $.stepsById.claude_guide.output }}",
"claudeGuideUrl": "https://raw.githubusercontent.com/superfluid-org/skills/main/CLAUDE.md",
"skillLandingUrl": "https://skills.superfluid.org/",
"pluginManifestDoc": "{{ $.stepsById.plugin_manifest.output }}",
"pluginManifestUrl": "https://raw.githubusercontent.com/superfluid-org/skills/main/.claude-plugin/plugin.json",
"marketplaceManifestDoc": "{{ $.stepsById.marketplace_manifest.output }}",
"marketplaceManifestUrl": "https://raw.githubusercontent.com/superfluid-org/skills/main/.claude-plugin/marketplace.json"
},
"prompt": "Using the supplied official Superfluid docs only, build a read-only onboarding pack for an operator evaluating the Superfluid Skill. Prefer the landing-page npx skills add command as the primary install path, but include the README bunx skills add variant as an alternate. Capture the documented install and update paths for Skills CLI, Codex Desktop App, Claude Desktop, and ClawHub; list supported agents, coverage areas, the four bundled scripts, important links, and risk notes. Do not claim the recipe installs the skill, runs scripts, deploys contracts, or executes on-chain actions.",
"responseSchema": {
"type": "object",
"required": [
"productName",
"productSummary",
"installPaths",
"updatePaths",
"supportedAgents",
"coverageAreas",
"bundledScripts",
"links",
"riskNotes"
],
"properties": {
"links": {
"type": "object",
"required": [
"landingPageUrl",
"repoUrl",
"readmeUrl",
"skillFileUrl",
"pluginManifestUrl",
"marketplaceManifestUrl",
"claudeGuideUrl",
"releasesUrl"
],
"properties": {
"repoUrl": {
"type": "string"
},
"readmeUrl": {
"type": "string"
},
"releasesUrl": {
"type": "string"
},
"skillFileUrl": {
"type": "string"
},
"claudeGuideUrl": {
"type": "string"
},
"landingPageUrl": {
"type": "string"
},
"pluginManifestUrl": {
"type": "string"
},
"marketplaceManifestUrl": {
"type": "string"
}
},
"additionalProperties": false
},
"riskNotes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Risk notes."
},
"productName": {
"type": "string"
},
"updatePaths": {
"type": "array",
"items": {
"type": "object",
"required": [
"channel",
"primaryCommand",
"alternateCommand",
"notes"
],
"properties": {
"notes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Update-path notes."
},
"channel": {
"type": "string"
},
"primaryCommand": {
"type": "string"
},
"alternateCommand": {
"type": "string"
}
},
"additionalProperties": false
}
},
"installPaths": {
"type": "array",
"items": {
"type": "object",
"required": [
"channel",
"primaryCommand",
"alternateCommand",
"notes"
],
"properties": {
"notes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Install-path notes."
},
"channel": {
"type": "string"
},
"primaryCommand": {
"type": "string"
},
"alternateCommand": {
"type": "string"
}
},
"additionalProperties": false
}
},
"coverageAreas": {
"type": "array",
"items": {
"type": "string"
},
"description": "Covered protocol and debugging areas."
},
"bundledScripts": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"purpose",
"notes"
],
"properties": {
"name": {
"type": "string"
},
"notes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Bundled script notes."
},
"purpose": {
"type": "string"
}
},
"additionalProperties": false
}
},
"productSummary": {
"type": "string"
},
"supportedAgents": {
"type": "array",
"items": {
"type": "string"
},
"description": "Supported agent surfaces."
}
},
"additionalProperties": false
},
"systemInstruction": "You are a technical integration writer. Stay grounded in the supplied official docs only. This recipe is informational and must never claim to install software, execute scripts, deploy contracts, or move funds."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}