baidu-region-search

Resolve Chinese administrative regions by keyword or adcode via Baidu Maps API.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill baidu-region-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-region-search
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/baidu-region-search
Command: npx skills add https://github.com/qq5855144/GitHubM --skill baidu-region-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually finding Chinese administrative region data when you need accurate province, city, district, town, or street information for forms, maps, and address workflows.

Core Features & Use Cases

  • Keyword or Code Search: Query by region name or adcode to retrieve matching administrative divisions.
  • Hierarchy Expansion: Optionally return lower-level regions for cascading selectors and region tree navigation.
  • Boundary Support: Fetch boundary coordinates for province, city, or district visualization and geo-related applications.
  • Use Case: A front-end app can use this Skill to power an address picker that narrows from province to street and optionally highlights the selected region on a map.

Quick Start

Ask the assistant to search for a Chinese administrative region by name or adcode and return its child levels and boundary data if available.

Frequently Asked Questions about baidu-region-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up Chinese administrative regions by name or adcode for an address picker?

To look up Chinese administrative regions, query by keyword or adcode to retrieve matching provinces, cities, districts, towns, and streets. This resolves geographic hierarchy data instantly for cascading selectors and address autocomplete workflows.

Can I fetch boundary coordinates for Chinese provinces and cities using geocoding data?

Yes, you can fetch boundary coordinates for Chinese provinces, cities, and districts. The region search supports optional boundary data retrieval, providing the coordinate polygons needed for map visualization and geo-related application development.

How do I retrieve child-level administrative divisions for a cascading region selector?

Retrieve child-level administrative divisions by enabling optional sub-administration expansion during your region search. This returns lower-level regions for a specific province or city, providing the complete geographic hierarchy needed for cascading selector navigation.

Does this Baidu Maps region search require any external dependencies or API keys?

No external dependencies are required to run this Skill. It operates through a managed Baidu Maps region search API, handling the administrative region lookup, adcode resolution, and boundary data fetching without needing additional component installations.

What is the best way to get code-enriched JSON responses for Chinese district and street data?

The best way to get code-enriched JSON responses for Chinese district and street data is querying by keyword or adcode. This returns structured administrative division data with standard codes, suitable for direct integration into forms and address workflows.