402.bot
Recipe
live $0.0100 premium Market & Prediction

AskGina Predictions Quickstart Pack

Turn AskGina's public predictions MCP docs into a structured onboarding pack for operators.

$0.0100price
4steps
2sources
240ktokens saved
16tool calls compressed
41399msmedian latency
Stableenrich Firecrawl ScrapeGoogle Gemini Flash Structured

Endpoint: /v1/recipes/askgina-predictions-quickstart-pack/run
Capabilities: askgina, predictions, partner-onboarding, quickstart

Why pay for this?

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

Scrape AskGina features guide -> Scrape AskGina client setup guide -> Scrape AskGina skill guide -> Assemble AskGina quickstart 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: 79

Usage and trust

Success 30d: 100%
Refund 30d: 0%
Paid runs: 1
Creator recipes: 1
Last run: 2026-03-13 03:19Z

Pipeline

Stage 1

Scrape AskGina features guide

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: features

Stage 2

Scrape AskGina client setup guide

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: client_setup

Stage 3

Scrape AskGina skill guide

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: skill_guide

Stage 4

Assemble AskGina quickstart pack

fetch_transform

Source: Google Gemini Flash Structured
Step id: pack

Recent runs

RunStatusTriggerQueued
72b821f5-c7e2-4255-a43a-22fde4475b13 succeeded recipe_api 2026-03-13T03:18:46.026Z
View raw step spec

Scrape AskGina features guide

{
  "id": "features",
  "kind": "fetch_transform",
  "title": "Scrape AskGina features guide",
  "request": {
    "params": {
      "url": "https://docs.askgina.ai/predictions-mcp/features.md",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Scrape AskGina client setup guide

{
  "id": "client_setup",
  "kind": "fetch_transform",
  "title": "Scrape AskGina client setup guide",
  "request": {
    "params": {
      "url": "https://docs.askgina.ai/predictions-mcp/client-setup.md",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Scrape AskGina skill guide

{
  "id": "skill_guide",
  "kind": "fetch_transform",
  "title": "Scrape AskGina skill guide",
  "request": {
    "params": {
      "url": "https://docs.askgina.ai/openclaw-skills/predictions-mcp.md",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Assemble AskGina quickstart pack

{
  "id": "pack",
  "kind": "fetch_transform",
  "title": "Assemble AskGina quickstart pack",
  "request": {
    "params": {
      "input": {
        "serverName": "ai.askgina/predictions",
        "featuresDoc": "{{ $.stepsById.features.output }}",
        "productName": "AskGina Predictions MCP",
        "resourceUrl": "https://askgina.ai/ai/predictions/mcp",
        "docsIndexUrl": "https://docs.askgina.ai/llms.txt",
        "skillGuideDoc": "{{ $.stepsById.skill_guide.output }}",
        "clientSetupDoc": "{{ $.stepsById.client_setup.output }}"
      },
      "prompt": "Using the supplied AskGina predictions MCP docs only, build a read-only onboarding pack for an operator. Include the canonical server name, resource URL, setup steps, supported capabilities, client touchpoints, important links, and risk notes.",
      "responseSchema": {
        "type": "object",
        "required": [
          "productName",
          "productSummary",
          "serverName",
          "resourceUrl",
          "setupSteps",
          "supportedCapabilities",
          "clientTouchpoints",
          "links",
          "riskNotes"
        ],
        "properties": {
          "links": {
            "type": "object",
            "required": [
              "docsIndexUrl",
              "featuresUrl",
              "clientSetupUrl",
              "skillGuideUrl",
              "resourceUrl"
            ],
            "properties": {
              "featuresUrl": {
                "type": "string"
              },
              "resourceUrl": {
                "type": "string"
              },
              "docsIndexUrl": {
                "type": "string"
              },
              "skillGuideUrl": {
                "type": "string"
              },
              "clientSetupUrl": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "riskNotes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Risk notes."
          },
          "serverName": {
            "type": "string"
          },
          "setupSteps": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Setup steps."
          },
          "productName": {
            "type": "string"
          },
          "resourceUrl": {
            "type": "string"
          },
          "productSummary": {
            "type": "string"
          },
          "clientTouchpoints": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "label",
                "url",
                "purpose"
              ],
              "properties": {
                "url": {
                  "type": "string"
                },
                "label": {
                  "type": "string"
                },
                "purpose": {
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          },
          "supportedCapabilities": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Supported capabilities."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are a technical integration writer. Stay grounded in the supplied public docs only. This recipe is informational and must never claim to authenticate, place trades, or execute wallet actions."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}