← 返回 Skills 市场
Baidu Map JSAPI GL(百度地图官方 WebGL SKills)
作者
baidu-maps
· GitHub ↗
· v1.0.1
· MIT-0
154
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install baidu-map-jsapi-gl
功能描述
百度地图 JSAPI WebGL (BMapGL)完整开发指南,覆盖地图初始化、覆盖物、图层、事件、样式、性能优化的任务,一站式开发高性能 3D 地图应用。当用户提及 BMapGL、百度地图、jsapi-gl或相关地图开发需求时自动触发。
使用说明 (SKILL.md)
JSAPI GL 开发指南
百度地图 JSAPI WebGL 版本开发指南。包含地图初始化、覆盖物、事件、图层等核心模块的 API 说明和代码示例,旨在帮助开发者快速集成百度地图并遵循正确的使用方式。
何时适用
在以下场景中参考这些指南:
- 创建新的地图页面或组件
- 在地图上添加标注、折线、多边形等覆盖物
- 处理地图交互事件(点击、拖拽、缩放等)
- 配置地图样式或切换图层
- 调试地图渲染或性能问题
快速参考
0. 基础概念
references/base-classes.md- 基础类:Point、Bounds、Size、Pixel、Iconreferences/constants.md- 通用常量:搜索状态码、POI 类型
1. 地图
references/map-init.md- 地图初始化:资源引入、创建实例、配置选项、交互与视图控制
2. 地图覆盖物
references/overlay-common.md- 覆盖物通用操作:添加/移除、显示/隐藏、批量清除references/marker.md- 点标记:构造参数、位置/图标/旋转/置顶/拖拽方法references/polyline.md- 折线:构造参数、线条样式、坐标操作、编辑模式references/polygon.md- 多边形:构造参数、边框/填充样式、带孔多边形、编辑模式references/circle.md- 圆形:构造参数、中心点/半径、样式设置、编辑模式references/custom-overlay.md- 自定义覆盖物:DOM 创建、属性传递、事件绑定、旋转控制references/info-window.md- 信息窗口:构造参数、内容/尺寸设置、最大化、与 Marker 配合使用
3. 事件
references/map-events.md- 地图事件:绑定方式、交互事件、视图变化事件、生命周期事件references/overlay-events.md- 覆盖物事件:通用事件、拖拽事件、矢量图形事件
4. 地图样式
references/map-style.md- 个性化地图:自定义地图外观(颜色、显隐),实现深色主题、简洁地图等效果
5. 图层服务
references/xyz-layer.md- 第三方图层:加载 XYZ/TMS/WMS/WMTS 标准瓦片references/mvt-layer.md- 矢量瓦片:加载 MVT/PBF 格式瓦片,支持样式表达式、特征交互、状态管理
6. 路径规划
references/route-common.md- 通用配置:构造参数、渲染选项、回调函数、数据结构、状态常量references/driving-route.md- 驾车:策略枚举、途经点、路况、收费、拖拽references/walking-route.md- 步行:转向类型、拖拽references/riding-route.md- 骑行:骑行搜索references/transit-route.md- 公交:市内/跨城策略、交通方式、换乘
7. 其他LBS服务
references/local-search.md- 本地检索:普通/范围/周边检索、结果处理、翻页、POI 数据结构references/geocoder.md- 地理编码:正地理编码(地址→坐标)、逆地理编码(坐标→地址)references/convertor.md- 坐标转换:GPS/高德/谷歌坐标转百度坐标
如何使用
请阅读各个参考文件以获取详细说明和代码示例:
references/map-init.md
每个参考文件包含:
- 功能简要说明
- 完整代码示例及解释
- API 参数说明和注意事项
注意事项
references/get-ak.md- 获取密钥(AK):当用户无 AK 或 AK 失效时,引导用户前往控制台申请浏览器端类型的 AK
安全使用建议
This skill is documentation-only and internally consistent. Before installing, ensure the BMAP_JSAPI_KEY you provide is a browser (client) AK and not a secret server key; configure referer/IP whitelisting in the Baidu console to limit misuse. Treat the AK like a credential — do not paste it into public/shared places. Note the examples reference third‑party tile/image URLs (e.g., openstreetmap or example.com) — when you copy examples into production, verify and trust the tile/image providers and their licensing. If you need the agent to perform actions that require other credentials or file access, verify those requests separately; this skill itself does not require them.
功能分析
Type: OpenClaw Skill
Name: baidu-map-jsapi-gl
Version: 1.0.1
The skill bundle is a comprehensive documentation and reference set for the Baidu Maps JSAPI WebGL (BMapGL). It provides structured instructions and code examples for map initialization, overlays (markers, polygons, circles), event handling, custom styling, and various LBS services like routing and geocoding. The bundle correctly identifies the requirement for a Baidu Maps API key (BMAP_JSAPI_KEY) and includes a guide (get-ak.md) directing users to the official Baidu developer console. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the content is entirely aligned with its stated purpose of assisting developers with map integration.
能力评估
Purpose & Capability
The skill is a documentation/guide for BMapGL. The single required environment variable, BMAP_JSAPI_KEY (the browser AK), is exactly what a JS API integration needs.
Instruction Scope
SKILL.md and the reference files contain only API documentation and sample code snippets; they do not instruct the agent to read unrelated files, access other environment variables, or transmit data to hidden endpoints.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk or installed at runtime.
Credentials
Only one credential is required (BMAP_JSAPI_KEY) and it is declared as the primary credential; this is proportionate for a JSAPI documentation skill.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request permanent presence or elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-map-jsapi-gl - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-map-jsapi-gl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 更新技能名称为 bmap-jsapi-gl,更加贴合技能内容与用途
- 优化技能描述,突出高性能 3D 地图应用一站式开发能力
- 版本号升级为 1.0.1
- 其余文档结构与内容保持一致
v1.0.0
Initial release of bmap-jsapi-gl skill.
- Provides a development guide for Baidu Map JSAPI GL (WebGL) integration.
- Includes module references for map initialization, overlays, events, styles, layer services, and route planning.
- Offers quick links to code examples, API usage, and essential documentation for rapid development and debugging.
- Highlights AK (API Key) requirements and instructions for obtaining a new key if missing or invalid.
元数据
常见问题
Baidu Map JSAPI GL(百度地图官方 WebGL SKills) 是什么?
百度地图 JSAPI WebGL (BMapGL)完整开发指南,覆盖地图初始化、覆盖物、图层、事件、样式、性能优化的任务,一站式开发高性能 3D 地图应用。当用户提及 BMapGL、百度地图、jsapi-gl或相关地图开发需求时自动触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Baidu Map JSAPI GL(百度地图官方 WebGL SKills)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-map-jsapi-gl」即可一键安装,无需额外配置。
Baidu Map JSAPI GL(百度地图官方 WebGL SKills) 是免费的吗?
是的,Baidu Map JSAPI GL(百度地图官方 WebGL SKills) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Baidu Map JSAPI GL(百度地图官方 WebGL SKills) 支持哪些平台?
Baidu Map JSAPI GL(百度地图官方 WebGL SKills) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baidu Map JSAPI GL(百度地图官方 WebGL SKills)?
由 baidu-maps(@lbs-bmap)开发并维护,当前版本 v1.0.1。
推荐 Skills