← 返回 Skills 市场
vajrabodhi

tmap-lbs-skill

作者 tencent map · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ 安全检测通过
315
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install tmap-lbs-skill
功能描述
腾讯地图位置服务,支持POI搜索、路径规划、旅游规划、周边搜索,轨迹数据可视化和地图数据可视化
安全使用建议
This skill appears coherent with its stated purpose, but take these precautions before installing: 1) Verify the npm package (@tencent-map/lbs-skills) is the official/trusted package on the npm registry (check publisher, package files, and recent versions) because npm installs can run arbitrary code at install time. 2) Prefer to review the package source or install it in a sandbox/container if you are unsure. 3) Keep your TMAP_WEBSERVICE_KEY secret and consider using a key with limited quota/permissions; the skill only needs that single key. 4) The CLI will construct links that include user-supplied data URLs (for trail/visualization); only provide data URLs you trust. 5) If you want extra safety, set the API key as a short-lived environment variable in the session rather than storing it permanently in shell profile files.
功能分析
Type: OpenClaw Skill Name: tmap-lbs-skill Version: 1.1.1 The skill bundle is a legitimate integration for Tencent Maps Location Based Services (LBS). It provides structured instructions for an AI agent to perform POI searches, route planning, and travel visualization using the 'tmap-lbs' CLI tool and official Tencent domains (mapapi.qq.com). Notably, SKILL.md includes a security-conscious instruction explicitly telling the agent not to output the user's API key value when checking configuration, and the overall logic aligns strictly with the stated purpose without any signs of data exfiltration or malicious command execution.
能力评估
Purpose & Capability
Name/description (Tencent Maps LBS: POI, routing, travel, trail visualizations) aligns with the declared requirement of the tmap-lbs binary and a Tencent Web Service Key (TMAP_WEBSERVICE_KEY). The install entry provides a Node package that creates the expected tmap-lbs binary, which matches the skill purpose.
Instruction Scope
SKILL.md contains only instructions to run the tmap-lbs CLI, to check/set an API key, and to build map/visualization links. It references local documentation files in the package (references/...) for precise command usage. It does not instruct reading arbitrary system files, other environment variables, or sending data to unexpected endpoints beyond the Tencent map endpoints and user-supplied data URLs used for visualization.
Install Mechanism
Installation uses npm to install @tencent-map/lbs-skills and create a tmap-lbs binary. npm packages execute code at install time and will write files to disk (global -g install modifies system global node_modules/bin). This is expected for a CLI, but you should verify the npm package publisher and contents before granting install rights.
Credentials
Only TMAP_WEBSERVICE_KEY is required and declared as the primary credential, which is appropriate for a web-service-based mapping skill. The docs instruct not to print the key and offer a CLI method to set it. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not forced-always (always:false) and does not request system-wide privileges beyond installing a CLI. The install will place a binary on disk (normal for a CLI) but the skill does not request to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tmap-lbs-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tmap-lbs-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Skill now uses the tmap-lbs CLI tool for all 腾讯地图位置服务 operations instead of direct shell/curl. - Major documentation update: streamlined场景 (scenario)分类,说明更清晰,操作步骤以 references 文件为主。 - 新增 requirements 部分:明确要求用户安装 tmap-lbs 包并配置 TMAP_WEBSERVICE_KEY。 - 删除了旧的 API 文档及代码文件,所有操作以 CLI 工具和简化命名的新文档为准。 - references 目录结构重组,所有文档与 CLI 操作配套,文档编号与场景编号保持一致。
v1.0.11
No user-visible changes in this release. - No file changes detected compared to the previous version. - SKILL.md content and metadata remain unchanged except for reformatting and minor note clarifications. - Functionality and usage are unaffected.
v1.0.10
- Migrated to a simplified config system using TMAP_LBS_CONFIG and removed legacy key setup/management features. - Updated documentation for clarity: skill name, description, feature lists, usage triggers, and scenario definitions have been rewritten and streamlined. - Refined scenario support: now focusing on搜索、周边搜索、POI搜索、路线规划、旅游规划、轨迹可视化等主要场景,移除Key管理等部分。 - All shell scripts and explicit key-management references have been removed; users now manage API keys/config externally. - API usage examples now favor shell curl requests, and documentation points to updated reference markdown files. - Redundant files and detailed configuration instructions have been removed for a more concise skill package.
v1.0.2
- 新增轨迹数据/地图可视化(场景七)功能,支持轨迹图生成和展示 - skill 名称由“tmap-lbs-skill”修改为“tmap-lbs-service” - 文档说明合并与完善,明确每个功能场景及配置方法 - 新增 references/scene6-set-key.md、references/scene7-trail-map.md、scripts/set-key.js - 移除 config.json 和 package-lock.json,配置管理方式更新 - 扩展触发条件和功能特性,包含轨迹相关需求
v1.0.1
- 移除了 set-key 相关的脚本和参考文档(scripts/set-key.js, references/scene6-set-key.md) - 配置管理部分删除了关于命令行参数和本地 config.json 结构的说明 - 只保留环境变量、自动提示和手动编辑三种 Key 设置方式 - 文档内容简化,删除了部分关于本地配置存储的技术细节
v1.0.0
Major update: Expanded features, usage instructions, and detailed scenario handling. - 增加了详细的 Skill 说明文档,覆盖 POI 搜索、周边搜索、路径规划和旅游规划等功能 - 完善了场景判断与流程说明,细化了用户意图与技能触发条件 - 新增 Key 配置引导、环境变量、持久化存储等细致操作指引 - 提供场景分类及分步参考文档,便于开发与维护 - 补充使用限制、最佳实践与常见问题说明 - 文档结构优化,更加清晰易用
元数据
Slug tmap-lbs-skill
版本 1.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

tmap-lbs-skill 是什么?

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

如何安装 tmap-lbs-skill?

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

tmap-lbs-skill 是免费的吗?

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

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

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

谁开发了 tmap-lbs-skill?

由 tencent map(@vajrabodhi)开发并维护,当前版本 v1.1.1。

💬 留言讨论