{
  "schemaVersion": "1.0",
  "item": {
    "slug": "camino-safety-checker",
    "name": "Safety Checker for a location",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/James-southendsolutions/camino-safety-checker",
    "canonicalUrl": "https://clawhub.ai/James-southendsolutions/camino-safety-checker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/camino-safety-checker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=camino-safety-checker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/safety-checker.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-safety-checker"
    },
    "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-safety-checker",
    "agentPageUrl": "https://openagent3.xyz/skills/camino-safety-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camino-safety-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camino-safety-checker/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 safety-checker\n\nVia clawhub:\n\nnpx clawhub@latest install safety-checker\n# or: pnpm dlx clawhub@latest install safety-checker\n# or: bunx clawhub@latest install safety-checker"
      },
      {
        "title": "Late Night Safety",
        "body": "Find 24-hour businesses, well-lit public areas, transit stations, police stations, and hospitals near any location. Provides safety-focused context awareness for late night situations."
      },
      {
        "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": "# Check safety resources near a location\n./scripts/safety-checker.sh '{\"location\": {\"lat\": 40.7506, \"lon\": -73.9935}, \"radius\": 500}'\n\n# Check with larger radius\n./scripts/safety-checker.sh '{\"location\": {\"lat\": 37.7749, \"lon\": -122.4194}, \"radius\": 800}'"
      },
      {
        "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.7506, \"lon\": -73.9935}, \"radius\": 500, \"context\": \"late night safety: 24-hour businesses, transit, police, hospitals\"}' \\\n  \"https://api.getcamino.ai/context\""
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeRequiredDefaultDescriptionlocationobjectYes-Coordinate with lat/lonradiusintNo500Search radius in meters"
      },
      {
        "title": "Response Format",
        "body": "{\n  \"area_description\": \"Busy commercial area in Midtown Manhattan with 24-hour businesses...\",\n  \"relevant_places\": {\n    \"hospitals\": [...],\n    \"police\": [...],\n    \"transit\": [...],\n    \"24_hour_businesses\": [...],\n    \"pharmacies\": [...]\n  },\n  \"location\": {\"lat\": 40.7506, \"lon\": -73.9935},\n  \"search_radius\": 500,\n  \"total_places_found\": 34,\n  \"context_insights\": \"This area has good late-night safety resources including...\"\n}"
      },
      {
        "title": "Check safety near a hotel at night",
        "body": "./scripts/safety-checker.sh '{\"location\": {\"lat\": 40.7506, \"lon\": -73.9935}, \"radius\": 500}'"
      },
      {
        "title": "Check safety in an unfamiliar neighborhood",
        "body": "./scripts/safety-checker.sh '{\"location\": {\"lat\": 34.0407, \"lon\": -118.2468}, \"radius\": 600}'"
      },
      {
        "title": "Check safety near a transit stop",
        "body": "./scripts/safety-checker.sh '{\"location\": {\"lat\": 41.8827, \"lon\": -87.6233}, \"radius\": 400}'"
      },
      {
        "title": "Use Cases",
        "body": "Late night arrivals: Check what safety resources are near your hotel or Airbnb\nWalking at night: Identify well-lit areas, open businesses, and emergency services along your path\nTravel safety: Assess unfamiliar neighborhoods before visiting at night\nEmergency awareness: Know where the nearest hospital and police station are located\nTransit safety: Check what resources are near transit stops you'll be using late at night"
      }
    ],
    "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 safety-checker\n\n\nVia clawhub:\n\nnpx clawhub@latest install safety-checker\n# or: pnpm dlx clawhub@latest install safety-checker\n# or: bunx clawhub@latest install safety-checker\n\nLate Night Safety\n\nFind 24-hour businesses, well-lit public areas, transit stations, police stations, and hospitals near any location. Provides safety-focused context awareness for late night situations.\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# Check safety resources near a location\n./scripts/safety-checker.sh '{\"location\": {\"lat\": 40.7506, \"lon\": -73.9935}, \"radius\": 500}'\n\n# Check with larger radius\n./scripts/safety-checker.sh '{\"location\": {\"lat\": 37.7749, \"lon\": -122.4194}, \"radius\": 800}'\n\nVia curl\ncurl -X POST -H \"X-API-Key: $CAMINO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"location\": {\"lat\": 40.7506, \"lon\": -73.9935}, \"radius\": 500, \"context\": \"late night safety: 24-hour businesses, transit, police, hospitals\"}' \\\n  \"https://api.getcamino.ai/context\"\n\nParameters\nParameter\tType\tRequired\tDefault\tDescription\nlocation\tobject\tYes\t-\tCoordinate with lat/lon\nradius\tint\tNo\t500\tSearch radius in meters\nResponse Format\n{\n  \"area_description\": \"Busy commercial area in Midtown Manhattan with 24-hour businesses...\",\n  \"relevant_places\": {\n    \"hospitals\": [...],\n    \"police\": [...],\n    \"transit\": [...],\n    \"24_hour_businesses\": [...],\n    \"pharmacies\": [...]\n  },\n  \"location\": {\"lat\": 40.7506, \"lon\": -73.9935},\n  \"search_radius\": 500,\n  \"total_places_found\": 34,\n  \"context_insights\": \"This area has good late-night safety resources including...\"\n}\n\nExamples\nCheck safety near a hotel at night\n./scripts/safety-checker.sh '{\"location\": {\"lat\": 40.7506, \"lon\": -73.9935}, \"radius\": 500}'\n\nCheck safety in an unfamiliar neighborhood\n./scripts/safety-checker.sh '{\"location\": {\"lat\": 34.0407, \"lon\": -118.2468}, \"radius\": 600}'\n\nCheck safety near a transit stop\n./scripts/safety-checker.sh '{\"location\": {\"lat\": 41.8827, \"lon\": -87.6233}, \"radius\": 400}'\n\nUse Cases\nLate night arrivals: Check what safety resources are near your hotel or Airbnb\nWalking at night: Identify well-lit areas, open businesses, and emergency services along your path\nTravel safety: Assess unfamiliar neighborhoods before visiting at night\nEmergency awareness: Know where the nearest hospital and police station are located\nTransit safety: Check what resources are near transit stops you'll be using late at night"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/James-southendsolutions/camino-safety-checker",
    "publisherUrl": "https://clawhub.ai/James-southendsolutions/camino-safety-checker",
    "owner": "James-southendsolutions",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/camino-safety-checker",
    "downloadUrl": "https://openagent3.xyz/downloads/camino-safety-checker",
    "agentUrl": "https://openagent3.xyz/skills/camino-safety-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camino-safety-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camino-safety-checker/agent.md"
  }
}