address2lnglat

v1.0.0

调用百度地图开放平台API,将地名批量转换为BD-09(百度)经纬度坐标,自动搜索地点 → 用户填入AK → 批量爬取坐标 → 保存CSV+JSON → 直接发送给用户。坐标保留6位小数,无需转换。

0· 70·0 current·0 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 claim (batch-convert addresses to BD-09 via Baidu API) matches the included Python script and SKILL.md. The tool only calls Baidu Place and Geocoding APIs and saves results locally; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md and script are largely aligned: both describe searching via Baidu Place API and saving CSV/JSON. Minor wording difference: SKILL.md mentions the AI 'search and summarize' step — the executable script performs searches via Baidu APIs rather than performing independent web scraping. The script prompts interactively for the AK and city-limit flag; it does not read other system files or environment variables.
Install Mechanism
No install spec; this is instruction+script only. Runtime dependency is the public 'requests' Python package (pip). No downloads from unknown URLs or extracted archives are present.
Credentials
No environment variables or external credentials are declared; the script asks the user at runtime to input their Baidu AK (no automatic exfiltration). The requested credential (Baidu AK) is directly proportional to the stated purpose.
Persistence & Privilege
Skill is not always-on and does not modify other skills or system-wide configs. It writes output files to the local working directory only and does not attempt to persist itself or escalate privileges.
Assessment
This skill appears to do exactly what it says: batch geocode using Baidu Map APIs. Before installing or running it, (1) only provide your Baidu AK when you trust the runtime/agent — treat the AK like a secret and don't paste it into untrusted UIs; (2) be aware results are saved as CSV/JSON in the current directory; review the small Python script yourself (it is included) and run it in a controlled environment; (3) install only the 'requests' package (pip install requests) if needed; (4) check your Baidu AK quotas and restrict key usage (referrers/IPs) in the Baidu console per best practices. If you expect the agent itself to 'search' the web for place names, confirm whether you want the agent to perform those broader web actions — the executable script itself only queries Baidu APIs and requires interactive AK input.

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

latestvk97asqg4bxetwe29a1hntj91wx842mtg

License

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

Comments