{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-maps-api-skill",
    "name": "Google Maps Api Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/phheng/google-maps-api-skill",
    "canonicalUrl": "https://clawhub.ai/phheng/google-maps-api-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/google-maps-api-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-maps-api-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/google_maps_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-maps-api-skill"
    },
    "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-maps-api-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/google-maps-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-maps-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-maps-api-skill/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": "📖 Introduction",
        "body": "This skill leverages BrowserAct's Google Maps API template to provide a one-stop business data collection service. It extracts structured details directly from Google Maps, including business names, categories, contact info, ratings, and more. Simply provide the search keywords and location bias to get clean, actionable data."
      },
      {
        "title": "✨ Features",
        "body": "No Hallucinations, Stable & Precise Data Extraction: Preset workflows avoid AI-generated hallucinations.\nNo CAPTCHA Issues: Built-in mechanisms bypass reCAPTCHA and other verification challenges.\nNo IP Access Restrictions or Geo-fencing: Overcomes regional IP limits for global access.\nFaster Execution: Tasks run more quickly than pure AI-driven browser automation.\nHigh Cost-Effectiveness: Significantly reduces data acquisition costs compared to high-token AI solutions."
      },
      {
        "title": "🔑 API Key Setup",
        "body": "Before running, ensure the BROWSERACT_API_KEY environment variable is set. If missing, do not proceed; request the user to provide it.\nAgent must inform the 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 in this chat.\""
      },
      {
        "title": "🛠️ Input Parameters",
        "body": "Configure the following parameters based on user requirements:\n\nkeywords (Search Keywords)\n\nType: string\nDescription: The query you would search for on Google Maps.\nExample: coffee shop, dental clinic, Turkish-style restaurant\n\n\n\nlanguage (UI Language)\n\nType: string\nDescription: Defines the UI language and returned text language (e.g., en, zh-CN).\nDefault: en\n\n\n\ncountry (Country Bias)\n\nType: string\nDescription: Specifies the country or region bias (e.g., us, gb, ca).\nDefault: us"
      },
      {
        "title": "🚀 How to Call",
        "body": "Execute the following script to get results in one command:\n\n# Example call\npython -u ./scripts/google_maps_api.py \"keywords\" \"language\" \"country\""
      },
      {
        "title": "⏳ Execution Monitoring",
        "body": "As this involves automated browser operations, it may take several minutes. The script will output timestamped status logs (e.g., [14:30:05] Task Status: running).\nAgent Note:\n\nMonitor the terminal output while waiting.\nNew status logs mean the task is running; do not assume it is hung.\nRetry only if the status stops updating or the script exits without results."
      },
      {
        "title": "📊 Output Data",
        "body": "Upon success, the script parses and prints the following fields from the API:\n\nTitle Name: Official business name\nCategory_primary: Main business category\nAddress: Full street address\nPhone number: Contact phone number\nWebsite link: Official URL\nRating: Average star rating\nreviews_count: Total number of reviews\nbusiness_status: Operational status (e.g., operational)"
      },
      {
        "title": "⚠️ Error Handling & Retry",
        "body": "If an error occurs (network issues or task failure), follow this logic:\n\nCheck Output:\n\nIf it contains \"Invalid authorization\", the API Key is invalid. Do not retry; ask the user for a correct Key.\nOtherwise, if it starts with Error: or returns no results, automatically retry once.\n\n\n\nRetry Limit:\n\nOnly one automatic retry. If it fails again, report the specific error to the user."
      },
      {
        "title": "🌟 Typical Use Cases",
        "body": "Lead Generation: Find \"SaaS companies\" in \"us\" for sales outreach.\nCompetitor Research: Extract data on \"coffee shops\" in a specific neighborhood.\nMarket Analysis: Identify the density of \"dental clinics\" in a region.\nContact Info Retrieval: Get phone numbers and websites for \"real estate agencies\".\nLocal Service Discovery: Find \"Turkish-style restaurants\" with high ratings.\nBusiness Status Monitoring: Check if specific stores are \"operational\".\nDirectory Building: Gather addresses and categories for a local business directory.\nRating Benchmarking: Compare ratings of various \"luxury hotels\".\nGlobal Scouting: Research \"tech startups\" in different countries like \"gb\" or \"au\".\nAutomated Data Sync: Periodically pull local business data into a CRM."
      }
    ],
    "body": "Google Maps Automation Scraper Skill\n📖 Introduction\n\nThis skill leverages BrowserAct's Google Maps API template to provide a one-stop business data collection service. It extracts structured details directly from Google Maps, including business names, categories, contact info, ratings, and more. Simply provide the search keywords and location bias to get clean, actionable data.\n\n✨ Features\nNo Hallucinations, Stable & Precise Data Extraction: Preset workflows avoid AI-generated hallucinations.\nNo CAPTCHA Issues: Built-in mechanisms bypass reCAPTCHA and other verification challenges.\nNo IP Access Restrictions or Geo-fencing: Overcomes regional IP limits for global access.\nFaster Execution: Tasks run more quickly than pure AI-driven browser automation.\nHigh Cost-Effectiveness: Significantly reduces data acquisition costs compared to high-token AI solutions.\n🔑 API Key Setup\n\nBefore running, ensure the BROWSERACT_API_KEY environment variable is set. If missing, do not proceed; request the user to provide it. Agent must inform the 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 in this chat.\"\n\n🛠️ Input Parameters\n\nConfigure the following parameters based on user requirements:\n\nkeywords (Search Keywords)\n\nType: string\nDescription: The query you would search for on Google Maps.\nExample: coffee shop, dental clinic, Turkish-style restaurant\n\nlanguage (UI Language)\n\nType: string\nDescription: Defines the UI language and returned text language (e.g., en, zh-CN).\nDefault: en\n\ncountry (Country Bias)\n\nType: string\nDescription: Specifies the country or region bias (e.g., us, gb, ca).\nDefault: us\n🚀 How to Call\n\nExecute the following script to get results in one command:\n\n# Example call\npython -u ./scripts/google_maps_api.py \"keywords\" \"language\" \"country\"\n\n⏳ Execution Monitoring\n\nAs this involves automated browser operations, it may take several minutes. The script will output timestamped status logs (e.g., [14:30:05] Task Status: running). Agent Note:\n\nMonitor the terminal output while waiting.\nNew status logs mean the task is running; do not assume it is hung.\nRetry only if the status stops updating or the script exits without results.\n📊 Output Data\n\nUpon success, the script parses and prints the following fields from the API:\n\nTitle Name: Official business name\nCategory_primary: Main business category\nAddress: Full street address\nPhone number: Contact phone number\nWebsite link: Official URL\nRating: Average star rating\nreviews_count: Total number of reviews\nbusiness_status: Operational status (e.g., operational)\n⚠️ Error Handling & Retry\n\nIf an error occurs (network issues or task failure), follow this logic:\n\nCheck Output:\n\nIf it contains \"Invalid authorization\", the API Key is invalid. Do not retry; ask the user for a correct Key.\nOtherwise, if it starts with Error: or returns no results, automatically retry once.\n\nRetry Limit:\n\nOnly one automatic retry. If it fails again, report the specific error to the user.\n🌟 Typical Use Cases\nLead Generation: Find \"SaaS companies\" in \"us\" for sales outreach.\nCompetitor Research: Extract data on \"coffee shops\" in a specific neighborhood.\nMarket Analysis: Identify the density of \"dental clinics\" in a region.\nContact Info Retrieval: Get phone numbers and websites for \"real estate agencies\".\nLocal Service Discovery: Find \"Turkish-style restaurants\" with high ratings.\nBusiness Status Monitoring: Check if specific stores are \"operational\".\nDirectory Building: Gather addresses and categories for a local business directory.\nRating Benchmarking: Compare ratings of various \"luxury hotels\".\nGlobal Scouting: Research \"tech startups\" in different countries like \"gb\" or \"au\".\nAutomated Data Sync: Periodically pull local business data into a CRM."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/phheng/google-maps-api-skill",
    "publisherUrl": "https://clawhub.ai/phheng/google-maps-api-skill",
    "owner": "phheng",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-maps-api-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/google-maps-api-skill",
    "agentUrl": "https://openagent3.xyz/skills/google-maps-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-maps-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-maps-api-skill/agent.md"
  }
}