402.bot
Recipe
live $0.0100 premium Contract Analysis

Superfluid Skill Quickstart Pack

Turn Superfluid's official skill docs into a structured onboarding pack for agent builders.

$0.0100price
7steps
5sources
7ktokens saved
7tool calls compressed
median latency
SuperfluidGitHubGeminiStableenrich Firecrawl ScrapeGoogle Gemini Flash Structured

Endpoint: /v1/recipes/superfluid-skill-quickstart-pack/run
Capabilities: superfluid, streaming-payments, real-time-finance, super-tokens, cfa, gda

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

Creator

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

Usage and trust

Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs

Pipeline

Stage 1

Scrape Superfluid skill landing page

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: landing_page

Stage 2

Scrape Superfluid README

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: readme

Stage 3

Scrape Superfluid SKILL.md

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: skill

Stage 4

Scrape Superfluid plugin manifest

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: plugin_manifest

Stage 5

Scrape Superfluid marketplace manifest

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: marketplace_manifest

Stage 6

Scrape Superfluid CLAUDE guide

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: claude_guide

Stage 7

Assemble Superfluid onboarding pack

fetch_transform

Source: Google Gemini Flash Structured
Step id: pack

Recent runs

RunStatusTriggerQueued
No recent runs recorded yet. Runs appear here after the first paid execution.
View raw step spec

Scrape Superfluid skill landing page

{
  "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"
  }
}

Scrape Superfluid README

{
  "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"
  }
}

Scrape Superfluid SKILL.md

{
  "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"
  }
}

Scrape Superfluid plugin manifest

{
  "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"
  }
}

Scrape Superfluid marketplace manifest

{
  "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"
  }
}

Scrape Superfluid CLAUDE guide

{
  "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"
  }
}

Assemble Superfluid onboarding pack

{
  "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"
  }
}