← Back to Skills Marketplace
腾讯地图api调用技能
by
coreyleung-art
· GitHub ↗
· v1.0.0
2182
Downloads
6
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install qqmap
Description
腾讯地图Web服务API集成,用于地点搜索、路线规划、逆地理编码等功能
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qqmap - After installation, invoke the skill by name or use
/qqmap - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 腾讯地图api调用技能?
腾讯地图Web服务API集成,用于地点搜索、路线规划、逆地理编码等功能. It is an AI Agent Skill for Claude Code / OpenClaw, with 2182 downloads so far.
How do I install 腾讯地图api调用技能?
Run "/install qqmap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 腾讯地图api调用技能 free?
Yes, 腾讯地图api调用技能 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 腾讯地图api调用技能 support?
腾讯地图api调用技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 腾讯地图api调用技能?
It is built and maintained by coreyleung-art (@coreyleung-art); the current version is v1.0.0.
More Skills