← 返回 Skills 市场
tencent-adm

tencentmap-lbs-skill

作者 腾讯开源 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
157
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tencentmap-lbs-skill
功能描述
腾讯地图位置服务,支持POI搜索、路径规划、旅游规划、周边搜索,轨迹数据可视化和地图数据可视化
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencentmap-lbs-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencentmap-lbs-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
tencentmap-lbs-skill 1.0.0 初始版本发布: - 提供腾讯地图位置数据服务,支持 POI 搜索、路径规划、旅游规划、周边搜索等多种功能。 - 支持地图数据和轨迹可视化展示。 - 明确场景分类与触发条件,方便区分搜索、路线规划、旅游规划和轨迹展示等需求。 - 配套提供环境变量和安装指引,需配置腾讯地图 Web Service Key。 - 附详细场景操作文档引导,包含接口格式、步骤、示例和回复模板。
元数据
Slug tencentmap-lbs-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

tencentmap-lbs-skill 是什么?

腾讯地图位置服务,支持POI搜索、路径规划、旅游规划、周边搜索,轨迹数据可视化和地图数据可视化. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。

如何安装 tencentmap-lbs-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentmap-lbs-skill」即可一键安装,无需额外配置。

tencentmap-lbs-skill 是免费的吗?

是的,tencentmap-lbs-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tencentmap-lbs-skill 支持哪些平台?

tencentmap-lbs-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tencentmap-lbs-skill?

由 腾讯开源(@tencent-adm)开发并维护,当前版本 v1.0.0。

💬 留言讨论