402.bot
Recipe
live $0.0100 premium Provider Monitoring

Virtuals Launch Surface Dossier

Turn a Virtuals launch page and bounded public context into a compact launch-readiness dossier.

$0.0100price
3steps
5sources
11ktokens saved
5tool calls compressed
median latency
StableEnrichGeminiStableenrich Exa SearchStableenrich Firecrawl ScrapeGoogle Gemini Flash Structured

Endpoint: /v1/recipes/virtuals-launch-surface-dossier/run
Capabilities: launch-readiness, virtuals, provider-diligence, operator-brief

Why pay for this?

This recipe turns roughly 5 separate tool operations into one paid endpoint call and saves about ~11k tokens saved.

Combines a Virtuals launch page and bounded public context into a compact launch-readiness dossier.

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

Search public launch context

fetch_transform

Source: Stableenrich Exa Search
Step id: search

Stage 2

Scrape launch surface

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: page

Stage 3

Build Virtuals launch surface dossier

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

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

Search public launch context

{
  "id": "search",
  "kind": "fetch_transform",
  "title": "Search public launch context",
  "request": {
    "params": {
      "count": 5,
      "query": "{{ $.input.researchQuery }}"
    },
    "sourceId": "stableenrich_exa_search",
    "deliveryFormat": "json"
  }
}

Scrape launch surface

{
  "id": "page",
  "kind": "fetch_transform",
  "title": "Scrape launch surface",
  "request": {
    "params": {
      "url": "{{ $.input.launchUrl }}",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Build Virtuals launch surface dossier

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Build Virtuals launch surface dossier",
  "request": {
    "params": {
      "input": {
        "page": "{{ $.stepsById.page.output }}",
        "launchUrl": "{{ $.input.launchUrl }}",
        "projectName": "{{ $.input.projectName }}",
        "publicContext": "{{ $.stepsById.search.output }}"
      },
      "prompt": "Prepare a Virtuals launch surface dossier. Keep the output bounded: surfaceSummary under 220 characters, at most 5 readinessChecks, 4 riskFlags, 3 pricingNotes, 6 evidenceLinks, and 4 nextActions. Focus on launch surface, scanability, pricing clarity, docs posture, and operational next actions. Do not turn this into a reaction or social sentiment memo.",
      "responseSchema": {
        "type": "object",
        "required": [
          "projectName",
          "launchVerdict",
          "surfaceSummary",
          "readinessChecks",
          "riskFlags",
          "pricingNotes",
          "evidenceLinks",
          "nextActions"
        ],
        "properties": {
          "riskFlags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 120
            },
            "maxItems": 4,
            "description": "Top launch-surface risks."
          },
          "nextActions": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 120
            },
            "maxItems": 4,
            "description": "Next actions before launch."
          },
          "projectName": {
            "type": "string",
            "maxLength": 80
          },
          "pricingNotes": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 120
            },
            "maxItems": 3,
            "description": "Pricing or monetization notes."
          },
          "evidenceLinks": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "title",
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "maxItems": 6,
            "description": "Key evidence links."
          },
          "launchVerdict": {
            "enum": [
              "needs_work",
              "ready",
              "do_not_launch"
            ],
            "type": "string"
          },
          "surfaceSummary": {
            "type": "string",
            "maxLength": 220
          },
          "readinessChecks": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "title",
                "status",
                "reason"
              ],
              "properties": {
                "title": {
                  "type": "string"
                },
                "reason": {
                  "type": "string"
                },
                "status": {
                  "enum": [
                    "do_now",
                    "watch",
                    "skip"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "maxItems": 5,
            "description": "Launch-readiness checks."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a compact launch-readiness dossier. Stay grounded in the supplied launch page and public search context only. Do not invent tokenomics, live usage telemetry, or hidden wallet proof."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}