Baidu Map

查询和比较百度地图POI信息及公交驾车路线,支持BD-09坐标标注与转换说明,限量自动化操作。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 29 · 0 current installs · 0 all-time installs
byClawKK@CodeKungfu
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (POI, routes, BD-09 coordinates) match the SKILL.md tasks. The skill requests no binaries, env vars, or access beyond public map.baidu.com pages — all proportional to the described functionality.
Instruction Scope
SKILL.md stays within scope: it outlines using public Baidu Map pages, extracting visible fields, route comparisons, and coordinate conversion notes. It explicitly discourages bulk scraping and recommends rate-limiting. The guidance leaves implementation details (how to extract/render/wait/export CSV) to the agent, which is expected for an instruction-only skill but gives the agent discretion that should be monitored to avoid unintended scraping or TOS violations.
Install Mechanism
No install spec and no code files — lowest-risk model for installation (nothing is downloaded or written by the skill itself).
Credentials
No required environment variables, credentials, or config paths are declared. This is proportionate for a skill that works with public web pages.
Persistence & Privilege
always:false and normal autonomous invocation settings. The skill does not request persistent privileges or modify other skills/config; no extra privileges are requested.
Assessment
This skill appears to do what it says: summarize POIs and compare routes from public Baidu Map pages and note coordinate-system differences. Before installing, consider: (1) the agent will have discretion to perform web interactions and export results (e.g., CSV)—monitor or restrict automated runs if you want manual approval; (2) follow Baidu's Terms of Service and the SKILL.md advice on rate-limiting (≥10s/request) to avoid account or IP risk; (3) there are no credentials requested, so no secret-exfiltration risk from the skill itself, but ensure the agent isn't given unrelated credentials that could be used while running; (4) because implementation details are left to the agent, watch for any runaway bulk-scraping behavior in practice.

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

Current versionv0.1.0
Download zip
latestvk972kee48pf3k7gchrezbbc2xh8313rb

License

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

SKILL.md

百度地图

用途与边界

  • POI检索、公交/驾车路线摘要与地理标注
  • 不提供批量采集或绕过坐标纠偏能力
  • 仅用于公开页面轻量信息整理

关键入口

常见任务

  • 指定地址/坐标的POI采集(评分、评论量、营业状态)
  • 公交与驾车路线对比报告(里程、换乘次数、预计时长)
  • BD-09坐标与GCJ-02、WGS-84的差异说明与标注

数据字段

  • 名称、类别、评分、评论数、电话、地址、坐标(BD-09)
  • 路线里程、站点数/换乘数、预计耗时、费用(若展示)
  • 来源链接、报告生成时间

自动化要点

  • 坐标为BD-09,注意与其他坐标系的转换差异与误差
  • 页面数据为动态加载,提取需等待渲染完成
  • 建议限流(≥10s/次)与人工触发,避免风控

示例流程

  • POI摘要:输入地址 → 周边搜索 → 提取列表 → 导出CSV
  • 路线对比:设置起终点 → 分别获取公交/驾车 → 提取关键字段
  • 坐标标注:采集BD-09 → 标注转换注意事项与用途

合规提示

  • 遵守平台TOS,不进行接口逆向或批量抓取
  • 明确坐标系来源,避免因坐标差异导致定位错误

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…