{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tinyfish-web-agent",
    "name": "TinyFish Web Agent",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/simantak-dabhade/tinyfish-web-agent",
    "canonicalUrl": "https://clawhub.ai/simantak-dabhade/tinyfish-web-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tinyfish-web-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tinyfish-web-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/extract.sh",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tinyfish-web-agent"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/tinyfish-web-agent",
    "agentPageUrl": "https://openagent3.xyz/skills/tinyfish-web-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tinyfish-web-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tinyfish-web-agent/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "TinyFish Web Agent",
        "body": "Requires: TINYFISH_API_KEY environment variable"
      },
      {
        "title": "Pre-flight Check (REQUIRED)",
        "body": "Before making any API call, always run this first to verify the key is available:\n\n[ -n \"$TINYFISH_API_KEY\" ] && echo \"TINYFISH_API_KEY is set\" || echo \"TINYFISH_API_KEY is NOT set\"\n\nIf the key is not set, you MUST stop and ask the user to add their API key. Do NOT fall back to other tools or approaches — the task requires TinyFish.\n\nTell the user:\n\nYou need a TinyFish API key. Get one at: https://agent.tinyfish.ai/api-keys\nThen set it so the agent can use it:\nOption 1 — Environment variable (works everywhere):\nexport TINYFISH_API_KEY=\"your-key-here\"\n\nOption 2 — Claude Code settings (Claude Code only):\nAdd to ~/.claude/settings.local.json:\n{\n  \"env\": {\n    \"TINYFISH_API_KEY\": \"your-key-here\"\n  }\n}\n\nDo NOT proceed until the key is confirmed available."
      },
      {
        "title": "Best Practices",
        "body": "Specify JSON format: Always describe the exact structure you want returned\nParallel calls: When extracting from multiple independent sites, make separate parallel calls instead of combining into one prompt"
      },
      {
        "title": "Basic Extract/Scrape",
        "body": "Extract data from a page. Specify the JSON structure you want:\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://example.com\",\n    \"goal\": \"Extract product info as JSON: {\\\"name\\\": str, \\\"price\\\": str, \\\"in_stock\\\": bool}\"\n  }'"
      },
      {
        "title": "Multiple Items",
        "body": "Extract lists of data with explicit structure:\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://example.com/products\",\n    \"goal\": \"Extract all products as JSON array: [{\\\"name\\\": str, \\\"price\\\": str, \\\"url\\\": str}]\"\n  }'"
      },
      {
        "title": "Stealth Mode",
        "body": "For bot-protected sites, add \"browser_profile\": \"stealth\" to the request body:\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://protected-site.com\",\n    \"goal\": \"Extract product data as JSON: {\\\"name\\\": str, \\\"price\\\": str, \\\"description\\\": str}\",\n    \"browser_profile\": \"stealth\"\n  }'"
      },
      {
        "title": "Proxy",
        "body": "Route through a specific country by adding \"proxy_config\" to the body:\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://geo-restricted-site.com\",\n    \"goal\": \"Extract pricing data as JSON: {\\\"item\\\": str, \\\"price\\\": str, \\\"currency\\\": str}\",\n    \"browser_profile\": \"stealth\",\n    \"proxy_config\": {\"enabled\": true, \"country_code\": \"US\"}\n  }'"
      },
      {
        "title": "Output",
        "body": "The SSE stream returns data: {...} lines. The final result is the event where type == \"COMPLETE\" and status == \"COMPLETED\" — the extracted data is in the resultJson field. Claude reads the raw SSE output directly; no script-side parsing is needed."
      },
      {
        "title": "Parallel Extraction",
        "body": "When extracting from multiple independent sources, make separate parallel curl calls instead of combining into one prompt:\n\nGood - Parallel calls:\n\n# Compare pizza prices - run these simultaneously\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://pizzahut.com\",\n    \"goal\": \"Extract pizza prices as JSON: [{\\\"name\\\": str, \\\"price\\\": str}]\"\n  }'\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://dominos.com\",\n    \"goal\": \"Extract pizza prices as JSON: [{\\\"name\\\": str, \\\"price\\\": str}]\"\n  }'\n\nBad - Single combined call:\n\n# Don't do this - less reliable and slower\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://pizzahut.com\",\n    \"goal\": \"Extract prices from Pizza Hut and also go to Dominos...\"\n  }'\n\nEach independent extraction task should be its own API call. This is faster (parallel execution) and more reliable."
      }
    ],
    "body": "TinyFish Web Agent\n\nRequires: TINYFISH_API_KEY environment variable\n\nPre-flight Check (REQUIRED)\n\nBefore making any API call, always run this first to verify the key is available:\n\n[ -n \"$TINYFISH_API_KEY\" ] && echo \"TINYFISH_API_KEY is set\" || echo \"TINYFISH_API_KEY is NOT set\"\n\n\nIf the key is not set, you MUST stop and ask the user to add their API key. Do NOT fall back to other tools or approaches — the task requires TinyFish.\n\nTell the user:\n\nYou need a TinyFish API key. Get one at: https://agent.tinyfish.ai/api-keys\n\nThen set it so the agent can use it:\n\nOption 1 — Environment variable (works everywhere):\n\nexport TINYFISH_API_KEY=\"your-key-here\"\n\n\nOption 2 — Claude Code settings (Claude Code only): Add to ~/.claude/settings.local.json:\n\n{\n  \"env\": {\n    \"TINYFISH_API_KEY\": \"your-key-here\"\n  }\n}\n\n\nDo NOT proceed until the key is confirmed available.\n\nBest Practices\nSpecify JSON format: Always describe the exact structure you want returned\nParallel calls: When extracting from multiple independent sites, make separate parallel calls instead of combining into one prompt\nBasic Extract/Scrape\n\nExtract data from a page. Specify the JSON structure you want:\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://example.com\",\n    \"goal\": \"Extract product info as JSON: {\\\"name\\\": str, \\\"price\\\": str, \\\"in_stock\\\": bool}\"\n  }'\n\nMultiple Items\n\nExtract lists of data with explicit structure:\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://example.com/products\",\n    \"goal\": \"Extract all products as JSON array: [{\\\"name\\\": str, \\\"price\\\": str, \\\"url\\\": str}]\"\n  }'\n\nStealth Mode\n\nFor bot-protected sites, add \"browser_profile\": \"stealth\" to the request body:\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://protected-site.com\",\n    \"goal\": \"Extract product data as JSON: {\\\"name\\\": str, \\\"price\\\": str, \\\"description\\\": str}\",\n    \"browser_profile\": \"stealth\"\n  }'\n\nProxy\n\nRoute through a specific country by adding \"proxy_config\" to the body:\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://geo-restricted-site.com\",\n    \"goal\": \"Extract pricing data as JSON: {\\\"item\\\": str, \\\"price\\\": str, \\\"currency\\\": str}\",\n    \"browser_profile\": \"stealth\",\n    \"proxy_config\": {\"enabled\": true, \"country_code\": \"US\"}\n  }'\n\nOutput\n\nThe SSE stream returns data: {...} lines. The final result is the event where type == \"COMPLETE\" and status == \"COMPLETED\" — the extracted data is in the resultJson field. Claude reads the raw SSE output directly; no script-side parsing is needed.\n\nParallel Extraction\n\nWhen extracting from multiple independent sources, make separate parallel curl calls instead of combining into one prompt:\n\nGood - Parallel calls:\n\n# Compare pizza prices - run these simultaneously\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://pizzahut.com\",\n    \"goal\": \"Extract pizza prices as JSON: [{\\\"name\\\": str, \\\"price\\\": str}]\"\n  }'\n\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://dominos.com\",\n    \"goal\": \"Extract pizza prices as JSON: [{\\\"name\\\": str, \\\"price\\\": str}]\"\n  }'\n\n\nBad - Single combined call:\n\n# Don't do this - less reliable and slower\ncurl -N -s -X POST \"https://agent.tinyfish.ai/v1/automation/run-sse\" \\\n  -H \"X-API-Key: $TINYFISH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://pizzahut.com\",\n    \"goal\": \"Extract prices from Pizza Hut and also go to Dominos...\"\n  }'\n\n\nEach independent extraction task should be its own API call. This is faster (parallel execution) and more reliable."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/simantak-dabhade/tinyfish-web-agent",
    "publisherUrl": "https://clawhub.ai/simantak-dabhade/tinyfish-web-agent",
    "owner": "simantak-dabhade",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tinyfish-web-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/tinyfish-web-agent",
    "agentUrl": "https://openagent3.xyz/skills/tinyfish-web-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tinyfish-web-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tinyfish-web-agent/agent.md"
  }
}