🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Safety Checker for a location

by @james-southendsolutions

Find 24-hour businesses, well-lit public areas, transit stations, police stations, and hospitals near any location for late night safety awareness.

Versionv0.1.0
⚑ When to Use
TriggerAction
- **Walking at night**: Identify well-lit areas, open businesses, and emergency services along your path
- **Travel safety**: Assess unfamiliar neighborhoods before visiting at night
- **Emergency awareness**: Know where the nearest hospital and police station are located
- **Transit safety**: Check what resources are near transit stops you'll be using late at night
πŸ’‘ Examples

Check safety near a hotel at night

./scripts/safety-checker.sh '{"location": {"lat": 40.7506, "lon": -73.9935}, "radius": 500}'

Check safety in an unfamiliar neighborhood

./scripts/safety-checker.sh '{"location": {"lat": 34.0407, "lon": -118.2468}, "radius": 600}'

Check safety near a transit stop

./scripts/safety-checker.sh '{"location": {"lat": 41.8827, "lon": -87.6233}, "radius": 400}'

βš™οΈ Configuration

Instant Trial (no signup required): Get a temporary API key with 25 calls:

curl -s -X POST -H "Content-Type: application/json" \
  -d '{"email": "you@example.com"}' \
  https://api.getcamino.ai/trial/start

Returns: {"api_key": "camino-xxx...", "calls_remaining": 25, ...}

For 1,000 free calls/month, sign up at https://app.getcamino.ai/skills/activate.

Add your key to Claude Code:

Add to your ~/.claude/settings.json:

{
  "env": {
    "CAMINO_API_KEY": "your-api-key-here"
  }
}

Restart Claude Code.

View on ClawHub
TERMINAL
clawhub install camino-safety-checker

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’