{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bmap-jsapi-three",
    "name": "bmap-jsapi-three",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wahddbing/bmap-jsapi-three",
    "canonicalUrl": "https://clawhub.ai/wahddbing/bmap-jsapi-three",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bmap-jsapi-three",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bmap-jsapi-three",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      ".claude/settings.local.json",
      "SKILL.md",
      "reference/text.md",
      "reference/label.md",
      "reference/easing-function.md",
      "reference/datasource/geojson-datasource.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "bmap-jsapi-three",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T17:57:44.778Z",
      "expiresAt": "2026-05-18T17:57:44.778Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bmap-jsapi-three",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bmap-jsapi-three",
        "contentDisposition": "attachment; filename=\"bmap-jsapi-three-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bmap-jsapi-three"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bmap-jsapi-three"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bmap-jsapi-three",
    "agentPageUrl": "https://openagent3.xyz/skills/bmap-jsapi-three/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bmap-jsapi-three/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bmap-jsapi-three/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "MapV-Three 开发指南",
        "body": "使用 MapV-Three 构建高性能的 3D 地图和 GIS 应用 - 一个采用 Z-up 坐标系的跨浏览器 WebGL 库。"
      },
      {
        "title": "何时适用",
        "body": "在以下场景中参考这些指南：\n\n3D 地图编辑和要素绘制\n地图测量工具开发\n建筑物、区域等 3D 可视化\n实时交通数据展示\n路径追踪动画开发"
      },
      {
        "title": "0. 核心引擎",
        "body": "reference/engine.md - Engine 引擎核心：初始化、场景管理、渲染控制\nreference/initialization.md - 引擎初始化、资源配置、百度地图适配器"
      },
      {
        "title": "1. 数据管理",
        "body": "reference/datasource.md - DataSource 数据源基类\nreference/datasource/geojson-datasource.md - GeoJSON 数据源\nreference/datasource/json-datasource.md - JSON 数据源\nreference/datasource/csv-datasource.md - CSV 数据源\nreference/datasource/dataitem.md - DataItem 数据项"
      },
      {
        "title": "2. 点对象与标签",
        "body": "reference/simple-point.md - SimplePoint 简单点\nreference/effect-point.md - EffectPoint 特效点（Fan、Bubble、Wave、Breath、Radar 等）\nreference/marker-types.md - 标记类型（Icon、BallonPoint、DOMPoint、EffectModelPoint）\nreference/circle.md - Circle 圆形（屏幕空间渲染）\nreference/label.md - Label 文本/图标标签\nreference/text.md - Text 文本组件\nreference/cluster.md - ClusterPoint 点聚合"
      },
      {
        "title": "3. 线与面",
        "body": "reference/polyline.md - Polyline 折线（flat 参数控制渲染模式）\nreference/simple-line.md - SimpleLine 简单线\nreference/wall.md - Wall 墙体/围栏\nreference/polygon.md - Polygon 多边形\nreference/pillar.md - Pillar 柱体"
      },
      {
        "title": "4. 覆盖物",
        "body": "reference/marker.md - Marker 标记\nreference/popup.md - Popup 弹出窗口\nreference/dom-overlay.md - DOMOverlay DOM 覆盖物"
      },
      {
        "title": "5. 追踪器",
        "body": "reference/tracker.md - 追踪器总览与生命周期\nreference/path-tracker.md - PathTracker 路径追踪\nreference/object-tracker.md - ObjectTracker 对象追踪\nreference/orbit-tracker.md - OrbitTracker 轨道追踪"
      },
      {
        "title": "6. 编辑与测量",
        "body": "reference/editor.md - Editor 编辑器\nreference/measure.md - Measure 测量工具"
      },
      {
        "title": "7. 3D 模型",
        "body": "reference/model.md - 3D 模型加载（SimpleModel/AnimationModel/LODModel）\nreference/twin.md - Twin 孪生车流（实时车流可视化、DataProvider 数据处理）\nreference/mock-twin.md - MockTwin 模拟车流（基于路线数据的车流模拟生成）"
      },
      {
        "title": "8. 材质与特效",
        "body": "reference/materials.md - 材质系统（WaterMaterial、ExtendMeshStandardMaterial 等）\nreference/easing-function.md - 缓动函数（LINEAR、QUINTIC_IN_OUT、CUBIC_OUT）"
      },
      {
        "title": "9. 天空与天气",
        "body": "reference/sky-weather.md - 天空系统（EmptySky/DynamicSky/StaticSky）和天气"
      },
      {
        "title": "10. 热力图",
        "body": "reference/heatmap.md - Heatmap 热力图"
      },
      {
        "title": "11. 地图图层加载",
        "body": "reference/imagery-tile-provider.md - 影像瓦片加载（Baidu、Tianditu、Bing、OSM、Stadia）\nreference/vector-tile-provider.md - 矢量瓦片加载（Baidu、Mapbox）\nreference/third-party-imagery.md - 第三方图层接入（WMS、WMTS、XYZ 标准协议）\nreference/terrain-tile-provider.md - 地形瓦片加载（Cesium、平面地形）\nreference/tile-mask.md - TileMask 瓦片掩膜（按区域裁剪瓦片图层显示）"
      },
      {
        "title": "12. LBS 位置服务",
        "body": "reference/services.md - 位置基础服务（地理编码、搜索、路线规划、行政区划等）"
      },
      {
        "title": "13. 3DTiles 加载",
        "body": "reference/3dtiles-loading.md - 3D Tiles 加载（Default3DTiles、HDMap3DTiles）"
      },
      {
        "title": "14. 基础概念",
        "body": "reference/common/coordinate-system.md - 坐标系：Z-up、投影方式\nreference/common/event-binding.md - 事件绑定模式"
      },
      {
        "title": "关键注意事项",
        "body": "引擎初始化：new mapvthree.Engine(container, { map: { center: [lng, lat], range: meters } })\n坐标系：Z-up（X-东、Y-北、Z-上），与 Three.js 默认 Y-up 不同\n视野控制：使用 range（相机距离，米）而非 zoom\n属性赋值：使用属性代理 obj.color = value，而非 obj.setColor(value)\nMeasureType：使用 mapvthree.Measure.MeasureType\n图层设置：通过 MapView 设置影像/矢量/地形提供者，而非 engine.map"
      }
    ],
    "body": "MapV-Three 开发指南\n\n使用 MapV-Three 构建高性能的 3D 地图和 GIS 应用 - 一个采用 Z-up 坐标系的跨浏览器 WebGL 库。\n\n何时适用\n\n在以下场景中参考这些指南：\n\n3D 地图编辑和要素绘制\n地图测量工具开发\n建筑物、区域等 3D 可视化\n实时交通数据展示\n路径追踪动画开发\n快速参考\n0. 核心引擎\nreference/engine.md - Engine 引擎核心：初始化、场景管理、渲染控制\nreference/initialization.md - 引擎初始化、资源配置、百度地图适配器\n1. 数据管理\nreference/datasource.md - DataSource 数据源基类\nreference/datasource/geojson-datasource.md - GeoJSON 数据源\nreference/datasource/json-datasource.md - JSON 数据源\nreference/datasource/csv-datasource.md - CSV 数据源\nreference/datasource/dataitem.md - DataItem 数据项\n2. 点对象与标签\nreference/simple-point.md - SimplePoint 简单点\nreference/effect-point.md - EffectPoint 特效点（Fan、Bubble、Wave、Breath、Radar 等）\nreference/marker-types.md - 标记类型（Icon、BallonPoint、DOMPoint、EffectModelPoint）\nreference/circle.md - Circle 圆形（屏幕空间渲染）\nreference/label.md - Label 文本/图标标签\nreference/text.md - Text 文本组件\nreference/cluster.md - ClusterPoint 点聚合\n3. 线与面\nreference/polyline.md - Polyline 折线（flat 参数控制渲染模式）\nreference/simple-line.md - SimpleLine 简单线\nreference/wall.md - Wall 墙体/围栏\nreference/polygon.md - Polygon 多边形\nreference/pillar.md - Pillar 柱体\n4. 覆盖物\nreference/marker.md - Marker 标记\nreference/popup.md - Popup 弹出窗口\nreference/dom-overlay.md - DOMOverlay DOM 覆盖物\n5. 追踪器\nreference/tracker.md - 追踪器总览与生命周期\nreference/path-tracker.md - PathTracker 路径追踪\nreference/object-tracker.md - ObjectTracker 对象追踪\nreference/orbit-tracker.md - OrbitTracker 轨道追踪\n6. 编辑与测量\nreference/editor.md - Editor 编辑器\nreference/measure.md - Measure 测量工具\n7. 3D 模型\nreference/model.md - 3D 模型加载（SimpleModel/AnimationModel/LODModel）\nreference/twin.md - Twin 孪生车流（实时车流可视化、DataProvider 数据处理）\nreference/mock-twin.md - MockTwin 模拟车流（基于路线数据的车流模拟生成）\n8. 材质与特效\nreference/materials.md - 材质系统（WaterMaterial、ExtendMeshStandardMaterial 等）\nreference/easing-function.md - 缓动函数（LINEAR、QUINTIC_IN_OUT、CUBIC_OUT）\n9. 天空与天气\nreference/sky-weather.md - 天空系统（EmptySky/DynamicSky/StaticSky）和天气\n10. 热力图\nreference/heatmap.md - Heatmap 热力图\n11. 地图图层加载\nreference/imagery-tile-provider.md - 影像瓦片加载（Baidu、Tianditu、Bing、OSM、Stadia）\nreference/vector-tile-provider.md - 矢量瓦片加载（Baidu、Mapbox）\nreference/third-party-imagery.md - 第三方图层接入（WMS、WMTS、XYZ 标准协议）\nreference/terrain-tile-provider.md - 地形瓦片加载（Cesium、平面地形）\nreference/tile-mask.md - TileMask 瓦片掩膜（按区域裁剪瓦片图层显示）\n12. LBS 位置服务\nreference/services.md - 位置基础服务（地理编码、搜索、路线规划、行政区划等）\n13. 3DTiles 加载\nreference/3dtiles-loading.md - 3D Tiles 加载（Default3DTiles、HDMap3DTiles）\n14. 基础概念\nreference/common/coordinate-system.md - 坐标系：Z-up、投影方式\nreference/common/event-binding.md - 事件绑定模式\n关键注意事项\n引擎初始化：new mapvthree.Engine(container, { map: { center: [lng, lat], range: meters } })\n坐标系：Z-up（X-东、Y-北、Z-上），与 Three.js 默认 Y-up 不同\n视野控制：使用 range（相机距离，米）而非 zoom\n属性赋值：使用属性代理 obj.color = value，而非 obj.setColor(value)\nMeasureType：使用 mapvthree.Measure.MeasureType\n图层设置：通过 MapView 设置影像/矢量/地形提供者，而非 engine.map"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wahddbing/bmap-jsapi-three",
    "publisherUrl": "https://clawhub.ai/wahddbing/bmap-jsapi-three",
    "owner": "wahddbing",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bmap-jsapi-three",
    "downloadUrl": "https://openagent3.xyz/downloads/bmap-jsapi-three",
    "agentUrl": "https://openagent3.xyz/skills/bmap-jsapi-three/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bmap-jsapi-three/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bmap-jsapi-three/agent.md"
  }
}