← 返回 Skills 市场
scottkiss

Map Address Query

作者 sirk · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
187
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install map-address-query-skills
功能描述
Map service address lookup and distance-query workflow. MUST use this skill when the user asks for coordinates (坐标), latitude/longitude, POI locations (e.g.,...
安全使用建议
This skill appears to do what it says: it downloads a third-party CLI from a GitHub release to query Tencent's Location Service and asks you to store your Tencent API key in ~/.qq_map_cli_config.json or an env var. Before installing or running: (1) verify the GitHub repository and release (scottkiss/qq-map-cli) and, if available, check release checksums or source code; (2) prefer supplying the minimum-scoped Tencent key and store it in an environment variable or secure store rather than committing it into project files; (3) be aware that running a downloaded binary can run arbitrary code — if you can't validate the binary, consider implementing equivalent calls directly to Tencent's API from audited code instead. If you want higher assurance, ask the publisher for source/build reproducibility or a checksum for the release artifacts.
功能分析
Type: OpenClaw Skill Name: map-address-query-skills Version: 0.1.0 The skill downloads and executes a pre-compiled binary from an external GitHub repository (github.com/scottkiss/qq-map-cli) via the scripts/qq_map_cli.sh script. While this is functionally necessary for the stated purpose of providing a map query tool, the execution of unverified remote binaries is a high-risk behavior. There is no explicit evidence of intentional malice or data exfiltration in the provided scripts or instructions.
能力评估
Purpose & Capability
Name/description (geocode, distance, Tencent Location Service) align with the included CLI and usage instructions. Requiring a Tencent Location Service key is expected; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays within mapping tasks: it instructs downloading a CLI, creating a home config (~/.qq_map_cli_config.json), and using the CLI for geocoding and distance queries. It does instruct persisting the user's Tencent key globally in their home config (expected for usability) but otherwise does not ask to read unrelated files or exfiltrate data.
Install Mechanism
The included script downloads a zip from a GitHub releases URL and unzips it into scripts/bin (then marks the binary executable). GitHub releases is a common host, but extracting and running a downloaded binary is an elevated-risk action; the behavior is coherent with the stated purpose but worth auditing before running.
Credentials
No required env vars are declared by the registry metadata. The tool accepts a Tencent API key via --key, config file, or QQ_MAP_KEY which is proportionate to the service it integrates with. There are no unrelated secrets requested.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide changes beyond writing a config file in the user's home directory (~/.qq_map_cli_config.json) and placing a binary in the skill's scripts/bin folder. It does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install map-address-query-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /map-address-query-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of map-address-query skill for querying addresses, coordinates, and calculating distances using Tencent map. - Features address geocoding, address-to-address distance queries, and flexible coordinate or distance-matrix lookups. - Provides detailed CLI setup and workflow, including API key management and config file usage. - Supports structured (`--json`) and human-readable output modes for diverse use cases. - Includes troubleshooting tips, especially for SSL errors on macOS. - Designed to handle user queries for coordinates, POI locations, and travel metrics efficiently.
元数据
Slug map-address-query-skills
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Map Address Query 是什么?

Map service address lookup and distance-query workflow. MUST use this skill when the user asks for coordinates (坐标), latitude/longitude, POI locations (e.g.,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。

如何安装 Map Address Query?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install map-address-query-skills」即可一键安装,无需额外配置。

Map Address Query 是免费的吗?

是的,Map Address Query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Map Address Query 支持哪些平台?

Map Address Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Map Address Query?

由 sirk(@scottkiss)开发并维护,当前版本 v0.1.0。

💬 留言讨论