← 返回 Skills 市场
腾讯地图api调用技能
作者
coreyleung-art
· GitHub ↗
· v1.0.0
2182
总下载
6
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install qqmap
功能描述
腾讯地图Web服务API集成,用于地点搜索、路线规划、逆地理编码等功能
安全使用建议
This skill appears to do exactly what it claims: call Tencent Map Web APIs using the provided TENCENT_MAP_KEY. Before installing, confirm you trust the skill source and are willing to provide your Tencent API key. Be aware that batch usage (examples show loops and sleeping) can exhaust your API quota or incur costs; monitor API key usage in your Tencent console and restrict/rotate the key if needed. The script sends requests to apis.map.qq.com and writes JSON output locally — do not use a high-privilege key if you plan to share results. If you require stronger guarantees, inspect the included scripts locally (scripts/tencent_map.sh) and run them manually before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill
Name: qqmap
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for Tencent Map API is benign. It correctly declares its dependencies on `curl` and `python3` and requires the `TENCENT_MAP_KEY` environment variable, which it accesses securely. The `scripts/tencent_map.sh` script makes legitimate `curl` requests to the official Tencent Map API (`https://apis.map.qq.com/ws`) and pipes the responses to `python3` for local JSON parsing and formatting. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent in any of the files, including SKILL.md and README.md.
能力评估
Purpose & Capability
Name/description match the requested artifacts: only curl, python3 and TENCENT_MAP_KEY are required and are appropriate for invoking Tencent Map Web APIs.
Instruction Scope
SKILL.md and scripts only describe making HTTPS requests to apis.map.qq.com and formatting responses with python3; they do not read unrelated files, other env vars, or send data to third-party endpoints.
Install Mechanism
No install spec; this is instruction-only with one bundled shell script. Nothing is downloaded or written to disk by an install step beyond placing the skill files themselves.
Credentials
Only TENCENT_MAP_KEY is required (declared as primary). No additional secrets or unrelated credentials are requested.
Persistence & Privilege
Skill is not forced-always, does not request elevated system privileges, and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qqmap - 安装完成后,直接呼叫该 Skill 的名称或使用
/qqmap触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of 腾讯地图API skill (v1.0.0)
- Supports location search, reverse geocoding, geocoding, route planning, and nearby POI search via Tencent Map Web API
- Returns standardized JSON output for all commands
- Requires setting the TENCENT_MAP_KEY environment variable for authentication
- Includes usage instructions and description of parameters and limitations
元数据
常见问题
腾讯地图api调用技能 是什么?
腾讯地图Web服务API集成,用于地点搜索、路线规划、逆地理编码等功能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2182 次。
如何安装 腾讯地图api调用技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qqmap」即可一键安装,无需额外配置。
腾讯地图api调用技能 是免费的吗?
是的,腾讯地图api调用技能 完全免费(开源免费),可自由下载、安装和使用。
腾讯地图api调用技能 支持哪些平台?
腾讯地图api调用技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 腾讯地图api调用技能?
由 coreyleung-art(@coreyleung-art)开发并维护,当前版本 v1.0.0。
推荐 Skills