🦀 ClawHub
Map Address Query
by @scottkiss
Map service address lookup and distance-query workflow. MUST use this skill when the user asks for coordinates (坐标), latitude/longitude, POI locations (e.g.,...
💡 Examples
# On Mac/Linux
./scripts/bin/qq-map-cli setup --config ~/.qq_map_cli_config.jsonOn Windows (CMD/PowerShell)
.\scripts\bin\qq-map-cli.exe setup --config %USERPROFILE%\.qq_map_cli_config.json
./scripts/bin/qq-map-cli setup --config ~/.qq_map_cli_config.json --key "your-key"
Windows: .\scripts\bin\qq-map-cli.exe setup --config %USERPROFILE%\.qq_map_cli_config.json --key "your-key"
--key, QQ_MAP_KEY, --config file path.--config ~/.qq_map_cli_config.json (or --config %USERPROFILE%\.qq_map_cli_config.json on Windows) to all commands../scripts/bin/qq-map-cli ... (or .\scripts\bin\qq-map-cli.exe on Windows).--json when another script or workflow needs structured output.📋 Tips & Best Practices
[SSL: CERTIFICATE_VERIFY_FAILED], run the downloaded binary with SSL_CERT_FILE=/etc/ssl/cert.pem ./scripts/bin/qq-map-cli ... to manually point to macOS's certificates.TERMINAL
clawhub install map-address-query-skills