{
  "schemaVersion": "1.0",
  "item": {
    "slug": "camino-places",
    "name": "Places Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/James-southendsolutions/camino-places",
    "canonicalUrl": "https://clawhub.ai/James-southendsolutions/camino-places",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/camino-places",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=camino-places",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/places.sh"
    ],
    "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/camino-places"
    },
    "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/camino-places",
    "agentPageUrl": "https://openagent3.xyz/skills/camino-places/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camino-places/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camino-places/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": "Installation",
        "body": "Companion Skills: This is part of the Camino AI location intelligence suite. Install all available skills (query, places, relationship, context, route, journey, real-estate, hotel-finder, ev-charger, school-finder, parking-finder, fitness-finder, safety-checker, travel-planner) for comprehensive coverage.\n\n# Install all skills from repo\nnpx skills add https://github.com/barneyjm/camino-skills\n\n# Or install specific skills\nnpx skills add https://github.com/barneyjm/camino-skills --skill places\n\nVia clawhub:\n\nnpx clawhub@latest install places\n# or: pnpm dlx clawhub@latest install places\n# or: bunx clawhub@latest install places"
      },
      {
        "title": "Places - Flexible Place Lookup",
        "body": "Locate places using free-form queries or structured address components. Supports geocoding, place lookup, and optional street-level imagery."
      },
      {
        "title": "Places vs Query",
        "body": "Feature/places/queryMethodPOSTGETInputFree-form OR structured addressNatural language with contextCoordinatesReturns them (geocoding)Can auto-generate for search centerAI RankingNoYesPhotosOptional street-level imageryNoBest For\"Eiffel Tower\", address lookup\"quiet cafes near Times Square\"\n\nUse /places for geocoding addresses or finding specific named places.\nUse /query for natural language queries with AI ranking."
      },
      {
        "title": "Setup",
        "body": "Instant Trial (no signup required): Get a temporary API key with 25 calls:\n\ncurl -s -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"you@example.com\"}' \\\n  https://api.getcamino.ai/trial/start\n\nReturns: {\"api_key\": \"camino-xxx...\", \"calls_remaining\": 25, ...}\n\nFor 1,000 free calls/month, sign up at https://app.getcamino.ai/skills/activate.\n\nAdd your key to Claude Code:\n\nAdd to your ~/.claude/settings.json:\n\n{\n  \"env\": {\n    \"CAMINO_API_KEY\": \"your-api-key-here\"\n  }\n}\n\nRestart Claude Code."
      },
      {
        "title": "Via Shell Script",
        "body": "# Free-form search for a landmark\n./scripts/places.sh '{\"query\": \"Eiffel Tower\"}'\n\n# Search with street-level photos\n./scripts/places.sh '{\"query\": \"Empire State Building\", \"include_photos\": true}'\n\n# Structured address search\n./scripts/places.sh '{\"street\": \"1600 Pennsylvania Avenue\", \"city\": \"Washington\", \"state\": \"DC\", \"country\": \"USA\"}'\n\n# Search by city\n./scripts/places.sh '{\"city\": \"San Francisco\", \"state\": \"California\", \"limit\": 5}'"
      },
      {
        "title": "Via curl (direct API calls)",
        "body": "The skill is named places but calls the /search API endpoint. For direct API calls:\n\ncurl -X POST -H \"X-API-Key: $CAMINO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"query\": \"Eiffel Tower\", \"include_photos\": true}' \\\n  \"https://api.getcamino.ai/search\""
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeRequiredDefaultDescriptionquerystringNo*-Free-form search (e.g., \"Eiffel Tower\", \"Central Park\")amenitystringNo-Amenity/POI typestreetstringNo-Street name and numbercitystringNo-City namecountystringNo-County namestatestringNo-State or provincecountrystringNo-Country name or codepostalcodestringNo-Postal/ZIP codelimitintNo10Maximum results (1-50)include_photosboolNofalseInclude street-level imageryphoto_radiusintNo100Photo search radius in meters (10-500)modestringNo\"basic\"\"basic\" or \"advanced\" search depth\n\n*Either query or at least one address component is required."
      },
      {
        "title": "Response Format",
        "body": "[\n  {\n    \"display_name\": \"Eiffel Tower, 5 Avenue Anatole France, 75007 Paris, France\",\n    \"lat\": 48.8584,\n    \"lon\": 2.2945,\n    \"type\": \"tourism\",\n    \"importance\": 0.95,\n    \"address\": {\n      \"tourism\": \"Eiffel Tower\",\n      \"road\": \"Avenue Anatole France\",\n      \"city\": \"Paris\",\n      \"country\": \"France\",\n      \"postcode\": \"75007\"\n    },\n    \"photos\": [\n      {\n        \"url\": \"https://...\",\n        \"lat\": 48.8580,\n        \"lon\": 2.2948,\n        \"heading\": 45\n      }\n    ],\n    \"has_street_imagery\": true\n  }\n]"
      },
      {
        "title": "Geocode an address",
        "body": "./scripts/places.sh '{\"street\": \"350 Fifth Avenue\", \"city\": \"New York\", \"state\": \"NY\"}'"
      },
      {
        "title": "Find a landmark with photos",
        "body": "./scripts/places.sh '{\"query\": \"Statue of Liberty\", \"include_photos\": true, \"photo_radius\": 200}'"
      },
      {
        "title": "Search by postal code",
        "body": "./scripts/places.sh '{\"postalcode\": \"90210\", \"country\": \"USA\"}'"
      },
      {
        "title": "Advanced mode for richer data",
        "body": "./scripts/places.sh '{\"query\": \"Times Square\", \"mode\": \"advanced\", \"include_photos\": true}'"
      },
      {
        "title": "Best Practices",
        "body": "Use query for landmarks, POIs, and well-known places\nUse structured address fields for precise geocoding\nEnable include_photos when you need visual context\nUse mode: \"advanced\" for web-enriched place data\nCombine address components for more accurate results"
      }
    ],
    "body": "Installation\n\nCompanion Skills: This is part of the Camino AI location intelligence suite. Install all available skills (query, places, relationship, context, route, journey, real-estate, hotel-finder, ev-charger, school-finder, parking-finder, fitness-finder, safety-checker, travel-planner) for comprehensive coverage.\n\n# Install all skills from repo\nnpx skills add https://github.com/barneyjm/camino-skills\n\n# Or install specific skills\nnpx skills add https://github.com/barneyjm/camino-skills --skill places\n\n\nVia clawhub:\n\nnpx clawhub@latest install places\n# or: pnpm dlx clawhub@latest install places\n# or: bunx clawhub@latest install places\n\nPlaces - Flexible Place Lookup\n\nLocate places using free-form queries or structured address components. Supports geocoding, place lookup, and optional street-level imagery.\n\nPlaces vs Query\nFeature\t/places\t/query\nMethod\tPOST\tGET\nInput\tFree-form OR structured address\tNatural language with context\nCoordinates\tReturns them (geocoding)\tCan auto-generate for search center\nAI Ranking\tNo\tYes\nPhotos\tOptional street-level imagery\tNo\nBest For\t\"Eiffel Tower\", address lookup\t\"quiet cafes near Times Square\"\n\nUse /places for geocoding addresses or finding specific named places. Use /query for natural language queries with AI ranking.\n\nSetup\n\nInstant Trial (no signup required): Get a temporary API key with 25 calls:\n\ncurl -s -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"you@example.com\"}' \\\n  https://api.getcamino.ai/trial/start\n\n\nReturns: {\"api_key\": \"camino-xxx...\", \"calls_remaining\": 25, ...}\n\nFor 1,000 free calls/month, sign up at https://app.getcamino.ai/skills/activate.\n\nAdd your key to Claude Code:\n\nAdd to your ~/.claude/settings.json:\n\n{\n  \"env\": {\n    \"CAMINO_API_KEY\": \"your-api-key-here\"\n  }\n}\n\n\nRestart Claude Code.\n\nUsage\nVia Shell Script\n# Free-form search for a landmark\n./scripts/places.sh '{\"query\": \"Eiffel Tower\"}'\n\n# Search with street-level photos\n./scripts/places.sh '{\"query\": \"Empire State Building\", \"include_photos\": true}'\n\n# Structured address search\n./scripts/places.sh '{\"street\": \"1600 Pennsylvania Avenue\", \"city\": \"Washington\", \"state\": \"DC\", \"country\": \"USA\"}'\n\n# Search by city\n./scripts/places.sh '{\"city\": \"San Francisco\", \"state\": \"California\", \"limit\": 5}'\n\nVia curl (direct API calls)\n\nThe skill is named places but calls the /search API endpoint. For direct API calls:\n\ncurl -X POST -H \"X-API-Key: $CAMINO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"query\": \"Eiffel Tower\", \"include_photos\": true}' \\\n  \"https://api.getcamino.ai/search\"\n\nParameters\nParameter\tType\tRequired\tDefault\tDescription\nquery\tstring\tNo*\t-\tFree-form search (e.g., \"Eiffel Tower\", \"Central Park\")\namenity\tstring\tNo\t-\tAmenity/POI type\nstreet\tstring\tNo\t-\tStreet name and number\ncity\tstring\tNo\t-\tCity name\ncounty\tstring\tNo\t-\tCounty name\nstate\tstring\tNo\t-\tState or province\ncountry\tstring\tNo\t-\tCountry name or code\npostalcode\tstring\tNo\t-\tPostal/ZIP code\nlimit\tint\tNo\t10\tMaximum results (1-50)\ninclude_photos\tbool\tNo\tfalse\tInclude street-level imagery\nphoto_radius\tint\tNo\t100\tPhoto search radius in meters (10-500)\nmode\tstring\tNo\t\"basic\"\t\"basic\" or \"advanced\" search depth\n\n*Either query or at least one address component is required.\n\nResponse Format\n[\n  {\n    \"display_name\": \"Eiffel Tower, 5 Avenue Anatole France, 75007 Paris, France\",\n    \"lat\": 48.8584,\n    \"lon\": 2.2945,\n    \"type\": \"tourism\",\n    \"importance\": 0.95,\n    \"address\": {\n      \"tourism\": \"Eiffel Tower\",\n      \"road\": \"Avenue Anatole France\",\n      \"city\": \"Paris\",\n      \"country\": \"France\",\n      \"postcode\": \"75007\"\n    },\n    \"photos\": [\n      {\n        \"url\": \"https://...\",\n        \"lat\": 48.8580,\n        \"lon\": 2.2948,\n        \"heading\": 45\n      }\n    ],\n    \"has_street_imagery\": true\n  }\n]\n\nExamples\nGeocode an address\n./scripts/places.sh '{\"street\": \"350 Fifth Avenue\", \"city\": \"New York\", \"state\": \"NY\"}'\n\nFind a landmark with photos\n./scripts/places.sh '{\"query\": \"Statue of Liberty\", \"include_photos\": true, \"photo_radius\": 200}'\n\nSearch by postal code\n./scripts/places.sh '{\"postalcode\": \"90210\", \"country\": \"USA\"}'\n\nAdvanced mode for richer data\n./scripts/places.sh '{\"query\": \"Times Square\", \"mode\": \"advanced\", \"include_photos\": true}'\n\nBest Practices\nUse query for landmarks, POIs, and well-known places\nUse structured address fields for precise geocoding\nEnable include_photos when you need visual context\nUse mode: \"advanced\" for web-enriched place data\nCombine address components for more accurate results"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/James-southendsolutions/camino-places",
    "publisherUrl": "https://clawhub.ai/James-southendsolutions/camino-places",
    "owner": "James-southendsolutions",
    "version": "0.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/camino-places",
    "downloadUrl": "https://openagent3.xyz/downloads/camino-places",
    "agentUrl": "https://openagent3.xyz/skills/camino-places/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camino-places/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camino-places/agent.md"
  }
}