← 返回 Skills 市场
samkeke

open-map

作者 samkeke · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
321
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install open-map
功能描述
打开系统地图应用并进行导航。
安全使用建议
This skill appears to do what it says (open Apple Maps with navigation) but pay attention to these points before installing: (1) It only works on macOS and expects the 'open' command — the registry metadata does not declare this OS/binary requirement; consider adding an OS restriction and declaring 'open' as a required binary. (2) The runtime instructions call 'open' with a URL built from user input but provide no sanitization guidance — this can lead to command or URL injection if the agent inserts raw text into a shell exec. Ensure the agent or implementation properly escapes/validates the target (allow only coordinates or percent-encoded addresses, reject shell-control characters). (3) Because the skill executes a system command, test it in a safe environment first and avoid granting broad autonomous access if you are not comfortable with the agent running shell commands. If you want to proceed, ask the author to (a) declare macOS as required, (b) list 'open' as a required binary, and (c) document or implement input validation/escaping for the 'target' parameter.
功能分析
Type: OpenClaw Skill Name: open-map Version: 1.0.0 The 'open-map' skill is designed to open the macOS Maps application for navigation using the system 'open' command and standard Apple Maps URL schemes. The logic and instructions in SKILL.md are consistent with the stated purpose, and there is no evidence of data exfiltration, malicious execution, or prompt injection intended to compromise the agent or host system.
能力评估
Purpose & Capability
Name and description match the instructions: the skill's goal is to open the system Maps app and start navigation on macOS. However, registry metadata lists no OS restriction and no required binaries, while the SKILL.md explicitly requires the macOS 'open' command and Apple Maps URL schemes. That mismatch (metadata not declaring macOS/'open' dependency) is an inconsistency.
Instruction Scope
Instructions tell the agent to run the system 'open' command with a URL built from user-supplied 'target' strings (addresses or coordinates). SKILL.md describes using exec to call open. There is no guidance on sanitizing or validating the 'target' parameter, which raises risk of command/URL injection or unintended shell execution if the agent naively interpolates user input into a shell command.
Install Mechanism
Instruction-only skill with no install spec or code files; lowest install risk. Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to the described purpose.
Persistence & Privilege
Skill is not set always:true and is user-invocable; it does not request elevated platform persistence. Autonomous invocation is allowed by default but is not combined with other high-risk factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install open-map
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /open-map 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
打开地图并支持导航
元数据
Slug open-map
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

open-map 是什么?

打开系统地图应用并进行导航。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 321 次。

如何安装 open-map?

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

open-map 是免费的吗?

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

open-map 支持哪些平台?

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

谁开发了 open-map?

由 samkeke(@samkeke)开发并维护,当前版本 v1.0.0。

💬 留言讨论