数据分析

Baidu Maps

试用

Baidu Maps (lbsyun.baidu.com). Use this skill for ANY Baidu Maps request — searching and reading data. Whenever a task involves Baidu Maps, use this skill instead of calling the API directly.

它能做什么

Baidu Maps (lbsyun.baidu.com). Use this skill for ANY Baidu Maps request — searching and reading data. Whenever a task involves Baidu Maps, use this skill instead of calling the API directly.

技能文档

Baidu Maps

Operate Baidu Maps through your OOMOL-connected account. This skill calls the baidu_maps connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Baidu Maps. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "baidu_maps" --action ""

2. Run the action with a JSON payload that matches the input schema:

oo connector run "baidu_maps" --action "" --data '' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.

Available actions

  • district_search — Query the Baidu Maps administrative division API (api_region_search).
  • geocode — Geocode an address with Baidu Maps.
  • get_place_detail — Look up a Baidu Maps place by its uid.
  • input_tips — Fetch Baidu Maps input suggestions (keywordsuggestion).
  • ip_locate — Locate an IP address with Baidu Maps.
  • reverse_geocode — Reverse geocode coordinates with Baidu Maps.
  • route_bicycling — Plan a Baidu Maps bicycling route.
  • route_driving — Plan a Baidu Maps driving route.
  • route_transit — Plan a Baidu Maps transit route.
  • route_walking — Plan a Baidu Maps walking route.
  • search_places — Search Baidu Maps places in a region or city.
  • search_places_around — Search Baidu Maps places within a radius around a coordinate.
  • search_places_polygon — Search Baidu Maps places inside a polygon (rectangle).
  • weather — Fetch weather observations and forecasts for a coordinate.

Safety

  • Untagged actions are reads (get / list / search) — safe to run directly.
  • Actions tagged [write] change Baidu Maps state — confirm the exact payload and effect with the user before running.
  • Actions tagged [destructive] remove or overwrite data — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: ):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Baidu Maps is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=baidu_maps
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

相关技能

百度地图快速入口:本 skill 是 baidu-map 主技能的别名入口,附百度地图开放平台速查(BD-09坐标系、Web API 域名、Key申请路径)。Alias entry for the baidu-map skill, with a quick reference for Baidu Maps Ope...

22 次安装

Baidu Netdisk (pan.baidu.com). Use this skill for ANY Baidu Netdisk request — reading, creating, and updating data. Whenever a task involves Baidu Netdisk, use this skill instead of calling the API directly.

1 次安装

Bazhuayu (bazhuayu.com). Use this skill for ANY Bazhuayu request — reading, creating, and updating data. Whenever a task involves Bazhuayu, use this skill instead of calling the API directly.

百度地图 Web 服务 API 工具与 BD-09 坐标系指南。Use for: (1) 用附带的零依赖 CLI 查地理编码/POI/路线并做坐标系转换, (2) BD-09 与 WGS-84/GCJ-02 互转避坑, (3) 百度地图开放平台开发指导。Baidu Maps Web API CLI (zero-d...

42 次安装

汽服渠道的品牌规模、省市覆盖、服务类型与竞争格局分析。 可将百度地图中复制出的地点名称和地址文本作为地点输入;基于店店通已发布门店快照生成可核验结论。本 Skill 非百度地图官方产品,和百度地图不存在合作、授权或数据来源关系。

1 次安装

Businessmap (businessmap.io). Use this skill for ANY Businessmap request — reading, creating, updating, and deleting data. Whenever a task involves Businessm...