{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-news-api",
    "name": "Google News Api",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/phheng/google-news-api",
    "canonicalUrl": "https://clawhub.ai/phheng/google-news-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/google-news-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-news-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/google_news_api.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/google-news-api"
    },
    "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/google-news-api",
    "agentPageUrl": "https://openagent3.xyz/skills/google-news-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-news-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-news-api/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": "✨ Platform Compatibility",
        "body": "✅ Works Powerfully & Reliably On All Major AI Assistants\n\nPlatformStatusHow to InstallOpenCode✅ Fully SupportedCopy skill folder to ~/.opencode/skills/Claude Code✅ Fully SupportedNative skill supportCursor✅ Fully SupportedCopy to ~/.cursor/skills/OpenClaw✅ Fully SupportedCompatible\n\nWhy Choose BrowserAct Skills?\n\n🚀 Stable & crash-free execution\n⚡ Fast response times\n🔧 No configuration headaches\n📦 Plug & play installation\n💬 Professional support"
      },
      {
        "title": "📖 Introduction",
        "body": "This skill provides a one-stop news collection service using BrowserAct's Google News API template. It allows the agent to retrieve structured news data with a single command."
      },
      {
        "title": "🔑 API Key Guidance",
        "body": "Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not proceed with script execution; instead, request the API key from the user.\n\nRequired Message to User:\n\n\"Since you haven't configured the BrowserAct API Key, please go to the BrowserAct Console to get your Key and provide it to me in this chat.\""
      },
      {
        "title": "🛠️ Input Parameters",
        "body": "Flexibly configure these parameters based on user requirements:\n\nSearch_Keywords\n\nType: string\nDescription: Keywords to search on Google News (e.g., company names, industry terms).\nExample: AI Startup, Tesla, SpaceX\n\n\n\nPublish_date\n\nType: string\nDescription: Time range filter for articles.\nOptions:\n\nany time: No restriction\npast hours: Breaking news\npast 24 hours: Daily monitoring (Recommended)\npast week: Short-term trends\npast year: Long-term research\n\n\nDefault: past week\n\n\n\nDatelimit\n\nType: number\nDescription: Maximum news items to extract.\nDefault: 30\nSuggestion: Use 10-30 for monitoring, higher for research."
      },
      {
        "title": "🚀 Execution (Recommended)",
        "body": "Execute the following script to get results:\n\n# Call Example\npython .cursor/skills/google-news-api/scripts/google_news_api.py \"Keywords\" \"TimeRange\" Count"
      },
      {
        "title": "📊 Data Output",
        "body": "Successful execution returns structured data:\n\nheadline: News title\nsource: Publisher\nnews_link: URL\npublished_time: Timestamp\nauthor: Author name (if available)"
      },
      {
        "title": "⚠️ Error Handling & Retry Mechanism",
        "body": "Check Output:\n\nIf output contains \"Invalid authorization\", the API Key is invalid. Do not retry. Guide the user to provide a correct key.\nFor other failures (e.g., Error: or empty results), automatically retry once.\n\n\n\nRetry Limit:\n\nMaximum one automatic retry. If it still fails, stop and report the error to the user."
      }
    ],
    "body": "Google News Automation Scraper Skill\n✨ Platform Compatibility\n\n✅ Works Powerfully & Reliably On All Major AI Assistants\n\nPlatform\tStatus\tHow to Install\nOpenCode\t✅ Fully Supported\tCopy skill folder to ~/.opencode/skills/\nClaude Code\t✅ Fully Supported\tNative skill support\nCursor\t✅ Fully Supported\tCopy to ~/.cursor/skills/\nOpenClaw\t✅ Fully Supported\tCompatible\n\nWhy Choose BrowserAct Skills?\n\n🚀 Stable & crash-free execution\n⚡ Fast response times\n🔧 No configuration headaches\n📦 Plug & play installation\n💬 Professional support\n📖 Introduction\n\nThis skill provides a one-stop news collection service using BrowserAct's Google News API template. It allows the agent to retrieve structured news data with a single command.\n\n🔑 API Key Guidance\n\nBefore running, check the BROWSERACT_API_KEY environment variable. If not set, do not proceed with script execution; instead, request the API key from the user.\n\nRequired Message to User:\n\n\"Since you haven't configured the BrowserAct API Key, please go to the BrowserAct Console to get your Key and provide it to me in this chat.\"\n\n🛠️ Input Parameters\n\nFlexibly configure these parameters based on user requirements:\n\nSearch_Keywords\n\nType: string\nDescription: Keywords to search on Google News (e.g., company names, industry terms).\nExample: AI Startup, Tesla, SpaceX\n\nPublish_date\n\nType: string\nDescription: Time range filter for articles.\nOptions:\nany time: No restriction\npast hours: Breaking news\npast 24 hours: Daily monitoring (Recommended)\npast week: Short-term trends\npast year: Long-term research\nDefault: past week\n\nDatelimit\n\nType: number\nDescription: Maximum news items to extract.\nDefault: 30\nSuggestion: Use 10-30 for monitoring, higher for research.\n🚀 Execution (Recommended)\n\nExecute the following script to get results:\n\n# Call Example\npython .cursor/skills/google-news-api/scripts/google_news_api.py \"Keywords\" \"TimeRange\" Count\n\n📊 Data Output\n\nSuccessful execution returns structured data:\n\nheadline: News title\nsource: Publisher\nnews_link: URL\npublished_time: Timestamp\nauthor: Author name (if available)\n⚠️ Error Handling & Retry Mechanism\n\nCheck Output:\n\nIf output contains \"Invalid authorization\", the API Key is invalid. Do not retry. Guide the user to provide a correct key.\nFor other failures (e.g., Error: or empty results), automatically retry once.\n\nRetry Limit:\n\nMaximum one automatic retry. If it still fails, stop and report the error to the user."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/phheng/google-news-api",
    "publisherUrl": "https://clawhub.ai/phheng/google-news-api",
    "owner": "phheng",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-news-api",
    "downloadUrl": "https://openagent3.xyz/downloads/google-news-api",
    "agentUrl": "https://openagent3.xyz/skills/google-news-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-news-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-news-api/agent.md"
  }
}