← Back to Skills Marketplace
samkeke

open-map

by samkeke · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
321
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install open-map
Description
打开系统地图应用并进行导航。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install open-map
  3. After installation, invoke the skill by name or use /open-map
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
打开地图并支持导航
Metadata
Slug open-map
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is open-map?

打开系统地图应用并进行导航。 It is an AI Agent Skill for Claude Code / OpenClaw, with 321 downloads so far.

How do I install open-map?

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

Is open-map free?

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

Which platforms does open-map support?

open-map is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created open-map?

It is built and maintained by samkeke (@samkeke); the current version is v1.0.0.

💬 Comments