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