tencent-lbs-webservice

Automate Tencent LBS WebService APIs for geocoding, POI search, routing, and weather.

1|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Tencent/tencentmap-webservice-skill --skill tencent-lbs-webservice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-lbs-webservice
Source: https://github.com/Tencent/tencentmap-webservice-skill/tree/main
Command: npx skills add https://github.com/Tencent/tencentmap-webservice-skill --skill tencent-lbs-webservice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers need a unified, reliable way to access Tencent Location Services via WebService APIs for common tasks such as geocoding, POI search, routing, weather, and coordinate conversions.

Core Features & Use Cases

  • Comprehensive coverage across geocoder, search, direction, location/weather, and coordinate tools.
  • Real-world workflows: convert addresses to coordinates, search nearby POIs, plan routes, compute distance matrices, locate IP and fetch weather data.
  • Example: Build a mobile app backend that validates an address, finds nearby cafes, suggests a driving route, and shows the current weather.

Quick Start

Configure your API key and start calling endpoints like geocoder, place search, direction, weather, and coord translate.

Frequently Asked Questions about tencent-lbs-webservice

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

FAQPage Schema
How do I convert addresses to coordinates using Tencent LBS APIs?

Geocoding converts addresses into geographic coordinates using the Tencent LBS geocoder endpoint. Configure your API key, pass the target address parameter, and parse the structured JSON response containing latitude and longitude values for precise location mapping.

Can I plan driving routes and compute distance matrices with Tencent Location Services?

Route planning and distance matrices are supported through the Tencent LBS direction endpoint. Supply origin and destination coordinates to the WebService API to calculate optimal driving paths, travel distances, and estimated arrival times across multiple routing parameters.

Does the Tencent LBS WebService skill handle API key management and error handling?

API key management and error handling are integrated into the skill to fulfill Tencent LBS WebService documentation requirements. It manages endpoint authentication, validates parameter schemas, and processes structured response formats including error codes returned by the location services APIs.

What is the best way to search for nearby POIs and locate IP addresses with Tencent LBS?

POI search and IP-based location are unified under the Tencent LBS WebService. The skill automates endpoint parameter schemas to query nearby points of interest by coordinates and resolve IP addresses to approximate geographic locations for backend location tracking.

How do I translate coordinates and fetch weather data across multiple Tencent LBS endpoints?

Coordinate translation and weather lookups are accessible across multiple Tencent LBS WebService endpoints. The skill unifies access to coordinate translation tools for format conversion and weather endpoints to retrieve current weather conditions based on specified location parameters.

Why am I getting parameter schema errors when calling Tencent LBS WebService APIs?

Parameter schema errors typically occur when endpoint requirements are not met or API key configuration is invalid. The skill applies the correct endpoint parameter schemas and error handling logic as documented in the Tencent LBS WebService references to prevent these API call failures.