← 返回 Skills 市场
367
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install baidu-map-hot-trend
功能描述
查询和比较百度地图POI信息及公交驾车路线,支持BD-09坐标标注与转换说明,限量自动化操作。
使用说明 (SKILL.md)
百度地图
用途与边界
- POI检索、公交/驾车路线摘要与地理标注
- 不提供批量采集或绕过坐标纠偏能力
- 仅用于公开页面轻量信息整理
关键入口
- 主页:https://map.baidu.com/
- 出行路线:https://map.baidu.com/direction
- 周边搜索:https://map.baidu.com/search
常见任务
- 指定地址/坐标的POI采集(评分、评论量、营业状态)
- 公交与驾车路线对比报告(里程、换乘次数、预计时长)
- BD-09坐标与GCJ-02、WGS-84的差异说明与标注
数据字段
- 名称、类别、评分、评论数、电话、地址、坐标(BD-09)
- 路线里程、站点数/换乘数、预计耗时、费用(若展示)
- 来源链接、报告生成时间
自动化要点
- 坐标为BD-09,注意与其他坐标系的转换差异与误差
- 页面数据为动态加载,提取需等待渲染完成
- 建议限流(≥10s/次)与人工触发,避免风控
示例流程
- POI摘要:输入地址 → 周边搜索 → 提取列表 → 导出CSV
- 路线对比:设置起终点 → 分别获取公交/驾车 → 提取关键字段
- 坐标标注:采集BD-09 → 标注转换注意事项与用途
合规提示
- 遵守平台TOS,不进行接口逆向或批量抓取
- 明确坐标系来源,避免因坐标差异导致定位错误
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: baidu-map-hot-trend
Version: 0.1.0
The skill bundle contains instructions for an AI agent to interact with Baidu Maps for legitimate tasks such as POI retrieval, route comparison, and coordinate system explanations. The documentation in SKILL.md includes appropriate guidance on rate limiting, coordinate systems (BD-09), and compliance with platform terms of service, with no evidence of malicious code, data exfiltration, or harmful prompt injection.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-map-hot-trend - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-map-hot-trend触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of baidu-map-hot-trend:
- Registers a "Baidu Map" trending skill for lightweight access and automation.
- Supports tasks like POI search, public transit/drive route summaries, and coordinate annotation.
- Provides key fields: name, rating, reviews, contact, address, BD-09 coordinates, and route details.
- Designed for manual/lightweight usage, not for bulk collection or bypassing coordinate correction.
- Includes compliance guidelines and best practices for data extraction and rate limiting.
元数据
常见问题
Baidu Map 是什么?
查询和比较百度地图POI信息及公交驾车路线,支持BD-09坐标标注与转换说明,限量自动化操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 367 次。
如何安装 Baidu Map?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-map-hot-trend」即可一键安装,无需额外配置。
Baidu Map 是免费的吗?
是的,Baidu Map 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Baidu Map 支持哪些平台?
Baidu Map 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baidu Map?
由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。
推荐 Skills