{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-maps-search-api-skill",
    "name": "Google Maps Search Api Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/phheng/google-maps-search-api-skill",
    "canonicalUrl": "https://clawhub.ai/phheng/google-maps-search-api-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/google-maps-search-api-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-maps-search-api-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/google_maps_search_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-search-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-search-api-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/google-maps-search-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-maps-search-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-maps-search-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 utilizes the BrowserAct Google Maps Search API template to provide a one-stop business data collection service. It extracts structured business results directly from Google Maps search lists. Simply provide search keywords, language, and country filters to get clean, usable business data."
      },
      {
        "title": "✨ Features",
        "body": "No Hallucinations, Ensuring Stable and Accurate Data Extraction: Preset workflows avoid AI generative hallucinations.\nNo Human-Machine Verification Issues: Built-in bypass mechanisms eliminate the need to handle reCAPTCHA or other verification challenges.\nNo IP Access Restrictions or Geofencing: Breaks through regional IP limits to ensure stable global access.\nAgile Execution Speed: Task execution is faster compared to pure AI-driven browser automation solutions.\nHigh Cost-Effectiveness: Significantly reduces data acquisition costs compared to token-intensive AI solutions."
      },
      {
        "title": "🔑 API Key Guidance Process",
        "body": "Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not take further action; instead, ask and wait for user cooperation to provide it.\nThe Agent must inform the user:\n\n\"Since you haven't configured your BrowserAct API Key, please go to the BrowserAct Console to get your Key and provide it to me in this chat.\""
      },
      {
        "title": "🛠️ Input Parameters Detail",
        "body": "When calling the script, the Agent should flexibly configure the following parameters based on user needs:\n\nKeyWords\n\nType: string\nDescription: The content you want to search on Google Maps. Can be business names, categories, or specific keywords.\nExample: coffee shop, dental clinic, coworking space\n\n\n\nlanguage\n\nType: string\nDescription: Sets the UI language and the language of returned text fields.\nCommon Values: en, de, fr, it, es, ja, zh-CN, zh-TW\nDefault: en\n\n\n\ncountry\n\nType: string\nDescription: Sets the country or region bias for search results.\nExample: us, gb, ca, au, de, fr, jp\nDefault: us\n\n\n\nmax_dates\n\nType: number\nDescription: The maximum number of places to extract from the search results list.\nDefault: 100"
      },
      {
        "title": "🚀 Invocation Method (Recommended)",
        "body": "The Agent should execute the following independent script to achieve \"one line command for results\":\n\n# Example call\npython -u ./.cursor/skills/google-maps-search-api-skill/scripts/google_maps_search_api.py \"search keywords\" \"language\" \"country\" count"
      },
      {
        "title": "⏳ Execution Status Monitoring",
        "body": "Since this task involves automated browser operations, it may take a long time (several minutes). The script outputs timestamped status logs during execution (e.g., [14:30:05] Task Status: running).\nAgent Notes:\n\nKeep an eye on the terminal output while waiting for results.\nAs long as the terminal is printing new status logs, the task is running normally; do not misjudge it as a deadlock or unresponsiveness.\nIf the status remains unchanged for a long time or the script stops outputting without returning results, consider triggering a retry mechanism."
      },
      {
        "title": "📊 Output Data Description",
        "body": "After successful execution, the script parses and prints results directly from the API response. Fields include:\n\nname: Business name\nfull address: Full address\nrating: Star rating\nreview count: Number of reviews\nprice range: Price level\ncuisine type: Business category\namenity tags: Features like Wi-Fi\nreview snippet: Short review text\nservice options: Service indicators (e.g., \"Order online\")"
      },
      {
        "title": "⚠️ Error Handling & Retry Mechanism",
        "body": "If an error occurs during execution, the Agent should follow this logic:\n\nCheck Output Content:\n\nIf the output contains \"Invalid authorization\", the API Key is invalid or expired. Do not retry; guide the user to check and provide the correct API Key.\nIf the output does not contain \"Invalid authorization\" but the task fails (e.g., output starts with Error: or returns empty results), the Agent should automatically attempt to re-execute once.\n\n\n\nRetry Limit:\n\nAutomatic retry is limited to one time. If the second attempt still fails, stop retrying and report the specific error message to the user."
      },
      {
        "title": "🌟 Typical Use Cases",
        "body": "Local Business Discovery: Find all \"Italian restaurants\" in Manhattan.\nSales Lead Generation: Extract a list of \"real estate agencies\" in London for prospecting.\nCompetitor Mapping: Locate all \"Starbucks\" branches in a specific city to map competition.\nMarket Research: Analyze \"boutique hotels\" in Paris, including their ratings and price ranges.\nContact Collection: Gather addresses and names of \"dental clinics\" in Sydney.\nService Search: Find \"24-hour pharmacies\" or \"emergency plumbers\" in a certain area.\nNeighborhood Monitoring: Track new \"gyms\" or \"yoga studios\" opening in a community.\nStructured Data Export: Export structured data of \"car dealerships\" for CRM integration.\nSentiment Analysis Prep: Get review snippets and ratings for \"popular tourist attractions\".\nGlobal Search Localization: Use different language and country settings to research \"tech hubs\" globally."
      }
    ],
    "body": "Google Maps Search Automation Skill\n📖 Introduction\n\nThis skill utilizes the BrowserAct Google Maps Search API template to provide a one-stop business data collection service. It extracts structured business results directly from Google Maps search lists. Simply provide search keywords, language, and country filters to get clean, usable business data.\n\n✨ Features\nNo Hallucinations, Ensuring Stable and Accurate Data Extraction: Preset workflows avoid AI generative hallucinations.\nNo Human-Machine Verification Issues: Built-in bypass mechanisms eliminate the need to handle reCAPTCHA or other verification challenges.\nNo IP Access Restrictions or Geofencing: Breaks through regional IP limits to ensure stable global access.\nAgile Execution Speed: Task execution is faster compared to pure AI-driven browser automation solutions.\nHigh Cost-Effectiveness: Significantly reduces data acquisition costs compared to token-intensive AI solutions.\n🔑 API Key Guidance Process\n\nBefore running, check the BROWSERACT_API_KEY environment variable. If not set, do not take further action; instead, ask and wait for user cooperation to provide it. The Agent must inform the user:\n\n\"Since you haven't configured your 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 Detail\n\nWhen calling the script, the Agent should flexibly configure the following parameters based on user needs:\n\nKeyWords\n\nType: string\nDescription: The content you want to search on Google Maps. Can be business names, categories, or specific keywords.\nExample: coffee shop, dental clinic, coworking space\n\nlanguage\n\nType: string\nDescription: Sets the UI language and the language of returned text fields.\nCommon Values: en, de, fr, it, es, ja, zh-CN, zh-TW\nDefault: en\n\ncountry\n\nType: string\nDescription: Sets the country or region bias for search results.\nExample: us, gb, ca, au, de, fr, jp\nDefault: us\n\nmax_dates\n\nType: number\nDescription: The maximum number of places to extract from the search results list.\nDefault: 100\n🚀 Invocation Method (Recommended)\n\nThe Agent should execute the following independent script to achieve \"one line command for results\":\n\n# Example call\npython -u ./.cursor/skills/google-maps-search-api-skill/scripts/google_maps_search_api.py \"search keywords\" \"language\" \"country\" count\n\n⏳ Execution Status Monitoring\n\nSince this task involves automated browser operations, it may take a long time (several minutes). The script outputs timestamped status logs during execution (e.g., [14:30:05] Task Status: running). Agent Notes:\n\nKeep an eye on the terminal output while waiting for results.\nAs long as the terminal is printing new status logs, the task is running normally; do not misjudge it as a deadlock or unresponsiveness.\nIf the status remains unchanged for a long time or the script stops outputting without returning results, consider triggering a retry mechanism.\n📊 Output Data Description\n\nAfter successful execution, the script parses and prints results directly from the API response. Fields include:\n\nname: Business name\nfull address: Full address\nrating: Star rating\nreview count: Number of reviews\nprice range: Price level\ncuisine type: Business category\namenity tags: Features like Wi-Fi\nreview snippet: Short review text\nservice options: Service indicators (e.g., \"Order online\")\n⚠️ Error Handling & Retry Mechanism\n\nIf an error occurs during execution, the Agent should follow this logic:\n\nCheck Output Content:\n\nIf the output contains \"Invalid authorization\", the API Key is invalid or expired. Do not retry; guide the user to check and provide the correct API Key.\nIf the output does not contain \"Invalid authorization\" but the task fails (e.g., output starts with Error: or returns empty results), the Agent should automatically attempt to re-execute once.\n\nRetry Limit:\n\nAutomatic retry is limited to one time. If the second attempt still fails, stop retrying and report the specific error message to the user.\n🌟 Typical Use Cases\nLocal Business Discovery: Find all \"Italian restaurants\" in Manhattan.\nSales Lead Generation: Extract a list of \"real estate agencies\" in London for prospecting.\nCompetitor Mapping: Locate all \"Starbucks\" branches in a specific city to map competition.\nMarket Research: Analyze \"boutique hotels\" in Paris, including their ratings and price ranges.\nContact Collection: Gather addresses and names of \"dental clinics\" in Sydney.\nService Search: Find \"24-hour pharmacies\" or \"emergency plumbers\" in a certain area.\nNeighborhood Monitoring: Track new \"gyms\" or \"yoga studios\" opening in a community.\nStructured Data Export: Export structured data of \"car dealerships\" for CRM integration.\nSentiment Analysis Prep: Get review snippets and ratings for \"popular tourist attractions\".\nGlobal Search Localization: Use different language and country settings to research \"tech hubs\" globally."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/phheng/google-maps-search-api-skill",
    "publisherUrl": "https://clawhub.ai/phheng/google-maps-search-api-skill",
    "owner": "phheng",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-maps-search-api-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/google-maps-search-api-skill",
    "agentUrl": "https://openagent3.xyz/skills/google-maps-search-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-maps-search-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-maps-search-api-skill/agent.md"
  }
}