← Back to Skills Marketplace
codekungfu

Baidu Map

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
367
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install baidu-map-hot-trend
Description
查询和比较百度地图POI信息及公交驾车路线,支持BD-09坐标标注与转换说明,限量自动化操作。
README (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,不进行接口逆向或批量抓取
  • 明确坐标系来源,避免因坐标差异导致定位错误
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install baidu-map-hot-trend
  3. After installation, invoke the skill by name or use /baidu-map-hot-trend
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug baidu-map-hot-trend
Version 0.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Baidu Map?

查询和比较百度地图POI信息及公交驾车路线,支持BD-09坐标标注与转换说明,限量自动化操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 367 downloads so far.

How do I install Baidu Map?

Run "/install baidu-map-hot-trend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Baidu Map free?

Yes, Baidu Map is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Baidu Map support?

Baidu Map is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Baidu Map?

It is built and maintained by ClawKK (@codekungfu); the current version is v0.1.0.

💬 Comments