🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 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

  • If the global config file does not exist, create one first:
  • # On Mac/Linux
    ./scripts/bin/qq-map-cli setup --config ~/.qq_map_cli_config.json

    On Windows (CMD/PowerShell)

    .\scripts\bin\qq-map-cli.exe setup --config %USERPROFILE%\.qq_map_cli_config.json

  • If the user already has a Tencent Location Service key, write it directly during setup:
  • ./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"

  • The CLI reads the key from one of these places: --key, QQ_MAP_KEY, --config file path.
  • Always append the global config flag: --config ~/.qq_map_cli_config.json (or --config %USERPROFILE%\.qq_map_cli_config.json on Windows) to all commands.
  • Run the bundled CLI from the skill directory: ./scripts/bin/qq-map-cli ... (or .\scripts\bin\qq-map-cli.exe on Windows).
  • Prefer --json when another script or workflow needs structured output.
  • 📋 Tips & Best Practices

  • SSL Certificate Error on macOS: If you see [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.
  • View on ClawHub
    TERMINAL
    clawhub install map-address-query-skills

    🧪 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 →