腾讯地图api调用技能

v1.0.0

腾讯地图Web服务API集成,用于地点搜索、路线规划、逆地理编码等功能

6· 2.1k·3 current·3 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk976033x69v0sj849ef22nd3q180arcj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🗺️ Clawdis
Binscurl, python3
EnvTENCENT_MAP_KEY
Primary envTENCENT_MAP_KEY

Comments