← Back to Skills Marketplace
tencent-adm

tencentmap-lbs-skill

by 腾讯开源 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
157
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tencentmap-lbs-skill
Description
腾讯地图位置服务,支持POI搜索、路径规划、旅游规划、周边搜索,轨迹数据可视化和地图数据可视化
Usage Guidance
This skill appears internally consistent: it uses the tmap-lbs CLI installed from the npm package @tencent-map/lbs-skills and your Tencent Web Service key to call map APIs. Before installing or enabling it, consider: 1) Verify the npm package and publisher (review the package on the npm registry or GitHub) before a global install; 2) Install in an isolated environment or use a non-global install if you prefer; 3) Limit the TMAP_WEBSERVICE_KEY scope and rotate it if possible — treat it like any API secret and do not paste it into chats; 4) Be cautious when supplying data URLs for trail visualization (ensure they point to benign JSON and not internal endpoints or sensitive resources); 5) Monitor API usage on your Tencent account after enabling the skill to detect unexpected calls. If you want higher assurance, review the source of @tencent-map/lbs-skills or prefer calling Tencent Web Service APIs directly with your own vetted code.
Capability Analysis
Type: OpenClaw Skill Name: tencentmap-lbs-skill Version: 1.0.0 The skill provides a legitimate interface for Tencent Map Location Based Services (LBS) using a CLI tool (`tmap-lbs`) and an npm package (`@tencent-map/lbs-skills`). The instructions in `SKILL.md` and the `references/` directory are well-structured and include security-conscious directives, such as explicitly telling the agent not to output the API key value when checking configuration. The functionality—including POI search, route planning, and trajectory visualization—is consistent with the stated purpose and uses official Tencent domains (e.g., `mapapi.qq.com`). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (Tencent LBS: POI, routing, travel, trail visualization) match the required binary (tmap-lbs) and the single required env var (TMAP_WEBSERVICE_KEY). The declared primary credential is the expected Tencent Web Service Key.
Instruction Scope
SKILL.md restricts actions to running the tmap-lbs CLI and following scenario-specific reference docs. It instructs checking/setting the Web Service Key and to request user-provided data URLs for trail visualizations. No instructions appear to read unrelated system files or exfiltrate data beyond calling Tencent map endpoints or user-provided data URLs.
Install Mechanism
Install uses an npm package (@tencent-map/lbs-skills) producing the tmap-lbs binary — this is an expected delivery method for a CLI but carries the usual moderate risk of installing third-party npm packages (verify package authenticity, publisher, and contents before global install).
Credentials
Only one credential (TMAP_WEBSERVICE_KEY) is requested, which is proportionate to calling Tencent Web Service APIs. The docs instruct not to output the key and to prompt the user to set it if missing.
Persistence & Privilege
Skill is not always-enabled and does not request elevated/persistent platform privileges. It can be invoked autonomously by the agent (default), which is normal; there is no evidence it modifies other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencentmap-lbs-skill
  3. After installation, invoke the skill by name or use /tencentmap-lbs-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
tencentmap-lbs-skill 1.0.0 初始版本发布: - 提供腾讯地图位置数据服务,支持 POI 搜索、路径规划、旅游规划、周边搜索等多种功能。 - 支持地图数据和轨迹可视化展示。 - 明确场景分类与触发条件,方便区分搜索、路线规划、旅游规划和轨迹展示等需求。 - 配套提供环境变量和安装指引,需配置腾讯地图 Web Service Key。 - 附详细场景操作文档引导,包含接口格式、步骤、示例和回复模板。
Metadata
Slug tencentmap-lbs-skill
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is tencentmap-lbs-skill?

腾讯地图位置服务,支持POI搜索、路径规划、旅游规划、周边搜索,轨迹数据可视化和地图数据可视化. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.

How do I install tencentmap-lbs-skill?

Run "/install tencentmap-lbs-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tencentmap-lbs-skill free?

Yes, tencentmap-lbs-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does tencentmap-lbs-skill support?

tencentmap-lbs-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tencentmap-lbs-skill?

It is built and maintained by 腾讯开源 (@tencent-adm); the current version is v1.0.0.

💬 Comments