{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gemini-deep-research",
    "name": "Gemini Deep Research",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/arun-8687/gemini-deep-research",
    "canonicalUrl": "https://clawhub.ai/arun-8687/gemini-deep-research",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gemini-deep-research",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gemini-deep-research",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/deep_research.py"
    ],
    "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/gemini-deep-research"
    },
    "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/gemini-deep-research",
    "agentPageUrl": "https://openagent3.xyz/skills/gemini-deep-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gemini-deep-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gemini-deep-research/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": "Gemini Deep Research",
        "body": "Use Gemini's Deep Research Agent to perform complex, long-running context gathering and synthesis tasks."
      },
      {
        "title": "Prerequisites",
        "body": "GEMINI_API_KEY environment variable (from Google AI Studio)\nNote: This does NOT work with Antigravity OAuth tokens. Requires a direct Gemini API key."
      },
      {
        "title": "How It Works",
        "body": "Deep Research is an agent that:\n\nBreaks down complex queries into sub-questions\nSearches the web systematically\nSynthesizes findings into comprehensive reports\nProvides streaming progress updates"
      },
      {
        "title": "Basic Research",
        "body": "scripts/deep_research.py --query \"Research the history of Google TPUs\""
      },
      {
        "title": "Custom Output Format",
        "body": "scripts/deep_research.py --query \"Research the competitive landscape of EV batteries\" \\\n  --format \"1. Executive Summary\\n2. Key Players (include data table)\\n3. Supply Chain Risks\""
      },
      {
        "title": "With File Search (optional)",
        "body": "scripts/deep_research.py --query \"Compare our 2025 fiscal year report against current public web news\" \\\n  --file-search-store \"fileSearchStores/my-store-name\""
      },
      {
        "title": "Stream Progress",
        "body": "scripts/deep_research.py --query \"Your research topic\" --stream"
      },
      {
        "title": "Output",
        "body": "The script saves results to timestamped files:\n\ndeep-research-YYYY-MM-DD-HH-MM-SS.md - Final report in markdown\ndeep-research-YYYY-MM-DD-HH-MM-SS.json - Full interaction metadata"
      },
      {
        "title": "API Details",
        "body": "Endpoint: https://generativelanguage.googleapis.com/v1beta/interactions\nAgent: deep-research-pro-preview-12-2025\nAuth: x-goog-api-key header (NOT OAuth Bearer token)"
      },
      {
        "title": "Limitations",
        "body": "Requires Gemini API key (get from Google AI Studio)\nDoes NOT work with Antigravity OAuth authentication\nLong-running tasks (minutes to hours depending on complexity)\nMay incur API costs depending on your quota"
      }
    ],
    "body": "Gemini Deep Research\n\nUse Gemini's Deep Research Agent to perform complex, long-running context gathering and synthesis tasks.\n\nPrerequisites\nGEMINI_API_KEY environment variable (from Google AI Studio)\nNote: This does NOT work with Antigravity OAuth tokens. Requires a direct Gemini API key.\nHow It Works\n\nDeep Research is an agent that:\n\nBreaks down complex queries into sub-questions\nSearches the web systematically\nSynthesizes findings into comprehensive reports\nProvides streaming progress updates\nUsage\nBasic Research\nscripts/deep_research.py --query \"Research the history of Google TPUs\"\n\nCustom Output Format\nscripts/deep_research.py --query \"Research the competitive landscape of EV batteries\" \\\n  --format \"1. Executive Summary\\n2. Key Players (include data table)\\n3. Supply Chain Risks\"\n\nWith File Search (optional)\nscripts/deep_research.py --query \"Compare our 2025 fiscal year report against current public web news\" \\\n  --file-search-store \"fileSearchStores/my-store-name\"\n\nStream Progress\nscripts/deep_research.py --query \"Your research topic\" --stream\n\nOutput\n\nThe script saves results to timestamped files:\n\ndeep-research-YYYY-MM-DD-HH-MM-SS.md - Final report in markdown\ndeep-research-YYYY-MM-DD-HH-MM-SS.json - Full interaction metadata\nAPI Details\nEndpoint: https://generativelanguage.googleapis.com/v1beta/interactions\nAgent: deep-research-pro-preview-12-2025\nAuth: x-goog-api-key header (NOT OAuth Bearer token)\nLimitations\nRequires Gemini API key (get from Google AI Studio)\nDoes NOT work with Antigravity OAuth authentication\nLong-running tasks (minutes to hours depending on complexity)\nMay incur API costs depending on your quota"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/arun-8687/gemini-deep-research",
    "publisherUrl": "https://clawhub.ai/arun-8687/gemini-deep-research",
    "owner": "arun-8687",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gemini-deep-research",
    "downloadUrl": "https://openagent3.xyz/downloads/gemini-deep-research",
    "agentUrl": "https://openagent3.xyz/skills/gemini-deep-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gemini-deep-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gemini-deep-research/agent.md"
  }
}