{
  "schemaVersion": "1.0",
  "item": {
    "slug": "location-context",
    "name": "Location Context",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/James-southendsolutions/location-context",
    "canonicalUrl": "https://clawhub.ai/James-southendsolutions/location-context",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/location-context",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=location-context",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/context.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/location-context"
    },
    "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/location-context",
    "agentPageUrl": "https://openagent3.xyz/skills/location-context/agent",
    "manifestUrl": "https://openagent3.xyz/skills/location-context/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/location-context/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 context\n\nVia clawhub:\n\nnpx clawhub@latest install context\n# or: pnpm dlx clawhub@latest install context\n# or: bunx clawhub@latest install context"
      },
      {
        "title": "Context - Location Analysis",
        "body": "Get comprehensive context about a location including nearby places, area description, and optional weather."
      },
      {
        "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": "# Get context about a location\n./scripts/context.sh '{\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"radius\": 500\n}'\n\n# With specific context for tailored insights\n./scripts/context.sh '{\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"radius\": 500,\n  \"context\": \"lunch options\"\n}'\n\n# Include weather data\n./scripts/context.sh '{\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"include_weather\": true,\n  \"weather_forecast\": \"hourly\"\n}'"
      },
      {
        "title": "Via curl",
        "body": "curl -X POST -H \"X-API-Key: $CAMINO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"location\": {\"lat\": 40.7589, \"lon\": -73.9851}, \"radius\": 500, \"context\": \"lunch options\"}' \\\n  \"https://api.getcamino.ai/context\""
      },
      {
        "title": "Parameters",
        "body": "FieldTypeRequiredDefaultDescriptionlocationobjectYes-Coordinate with lat/lonradiusintNo500Search radius in meterscontextstringNo-Context for tailored insights (e.g., \"outdoor dining\")timestringNo-Temporal query formatinclude_weatherboolNofalseInclude weather dataweather_forecaststringNo\"daily\"\"daily\" or \"hourly\""
      },
      {
        "title": "Response Format",
        "body": "{\n  \"area_description\": \"Busy commercial district in Midtown Manhattan...\",\n  \"relevant_places\": {\n    \"restaurants\": [...],\n    \"cafes\": [...],\n    \"transit\": [...]\n  },\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"search_radius\": 500,\n  \"total_places_found\": 47,\n  \"context_insights\": \"For lunch, you have many options including...\"\n}"
      },
      {
        "title": "Tourist context",
        "body": "./scripts/context.sh '{\n  \"location\": {\"lat\": 48.8584, \"lon\": 2.2945},\n  \"radius\": 1000,\n  \"context\": \"tourist visiting Paris\"\n}'"
      },
      {
        "title": "Business meeting location",
        "body": "./scripts/context.sh '{\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"radius\": 500,\n  \"context\": \"business meeting\",\n  \"include_weather\": true\n}'"
      },
      {
        "title": "Outdoor activity planning",
        "body": "./scripts/context.sh '{\n  \"location\": {\"lat\": 37.7749, \"lon\": -122.4194},\n  \"context\": \"outdoor activities\",\n  \"include_weather\": true,\n  \"weather_forecast\": \"hourly\"\n}'"
      },
      {
        "title": "Use Cases",
        "body": "Trip planning: Understand what's around a destination before visiting\nMeeting locations: Find suitable venues for different types of meetings\nLocal recommendations: Provide context-aware suggestions based on user needs\nWeather-aware planning: Include weather data for outdoor activity planning"
      }
    ],
    "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 context\n\n\nVia clawhub:\n\nnpx clawhub@latest install context\n# or: pnpm dlx clawhub@latest install context\n# or: bunx clawhub@latest install context\n\nContext - Location Analysis\n\nGet comprehensive context about a location including nearby places, area description, and optional weather.\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# Get context about a location\n./scripts/context.sh '{\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"radius\": 500\n}'\n\n# With specific context for tailored insights\n./scripts/context.sh '{\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"radius\": 500,\n  \"context\": \"lunch options\"\n}'\n\n# Include weather data\n./scripts/context.sh '{\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"include_weather\": true,\n  \"weather_forecast\": \"hourly\"\n}'\n\nVia curl\ncurl -X POST -H \"X-API-Key: $CAMINO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"location\": {\"lat\": 40.7589, \"lon\": -73.9851}, \"radius\": 500, \"context\": \"lunch options\"}' \\\n  \"https://api.getcamino.ai/context\"\n\nParameters\nField\tType\tRequired\tDefault\tDescription\nlocation\tobject\tYes\t-\tCoordinate with lat/lon\nradius\tint\tNo\t500\tSearch radius in meters\ncontext\tstring\tNo\t-\tContext for tailored insights (e.g., \"outdoor dining\")\ntime\tstring\tNo\t-\tTemporal query format\ninclude_weather\tbool\tNo\tfalse\tInclude weather data\nweather_forecast\tstring\tNo\t\"daily\"\t\"daily\" or \"hourly\"\nResponse Format\n{\n  \"area_description\": \"Busy commercial district in Midtown Manhattan...\",\n  \"relevant_places\": {\n    \"restaurants\": [...],\n    \"cafes\": [...],\n    \"transit\": [...]\n  },\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"search_radius\": 500,\n  \"total_places_found\": 47,\n  \"context_insights\": \"For lunch, you have many options including...\"\n}\n\nExamples\nTourist context\n./scripts/context.sh '{\n  \"location\": {\"lat\": 48.8584, \"lon\": 2.2945},\n  \"radius\": 1000,\n  \"context\": \"tourist visiting Paris\"\n}'\n\nBusiness meeting location\n./scripts/context.sh '{\n  \"location\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"radius\": 500,\n  \"context\": \"business meeting\",\n  \"include_weather\": true\n}'\n\nOutdoor activity planning\n./scripts/context.sh '{\n  \"location\": {\"lat\": 37.7749, \"lon\": -122.4194},\n  \"context\": \"outdoor activities\",\n  \"include_weather\": true,\n  \"weather_forecast\": \"hourly\"\n}'\n\nUse Cases\nTrip planning: Understand what's around a destination before visiting\nMeeting locations: Find suitable venues for different types of meetings\nLocal recommendations: Provide context-aware suggestions based on user needs\nWeather-aware planning: Include weather data for outdoor activity planning"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/James-southendsolutions/location-context",
    "publisherUrl": "https://clawhub.ai/James-southendsolutions/location-context",
    "owner": "James-southendsolutions",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/location-context",
    "downloadUrl": "https://openagent3.xyz/downloads/location-context",
    "agentUrl": "https://openagent3.xyz/skills/location-context/agent",
    "manifestUrl": "https://openagent3.xyz/skills/location-context/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/location-context/agent.md"
  }
}