open-map

打开系统地图应用并进行导航。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "open-map" with this command: npx skills add samkeke/open-map

open-map Skill

简介

open-map 用于在 macOS 上打开 Apple Maps(或其他已注册的地图协议)并直接启动导航。

使用方法

在对话中发送指令,例如:

打开地图 前往 北京 天安门

或者指定坐标:

打开地图 坐标 39.908722,116.397499

实现原理

Skill 通过 exec 调用系统的 open 命令,使用 Apple Maps URL Scheme:

  • 地址导航:http://maps.apple.com/?daddr=北京+天安门
  • 坐标导航:http://maps.apple.com/?daddr=39.908722,116.397499

Action 定义

{
  "action": "open-map",
  "description": "打开地图并导航",
  "parameters": {
    "type": "object",
    "properties": {
      "target": {
        "type": "string",
        "description": "目的地地址或坐标(纬度,经度)"
      }
    },
    "required": ["target"]
  }
}

Execution 示例

open "http://maps.apple.com/?daddr=北京+天安门"

open "http://maps.apple.com/?daddr=39.908722,116.397499"

注意事项

  • 需要系统能够访问 open 命令(macOS 默认可用)。
  • 若需使用其他地图服务,可自行修改 URL Scheme(如 https://www.google.com/maps/dir/?api=1&destination=)。
  • 本 Skill 仅在本机拥有 GUI 桌面会话时有效。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Expedy

Expedy integration. Manage Organizations, Pipelines, Users, Filters. Use when the user wants to interact with Expedy data.

Registry SourceRecently Updated
General

Evenium

Evenium integration. Manage Events, Users, Roles. Use when the user wants to interact with Evenium data.

Registry SourceRecently Updated
General

Exhibitday

ExhibitDay integration. Manage Organizations. Use when the user wants to interact with ExhibitDay data.

Registry SourceRecently Updated
General

Enigma

Enigma integration. Manage Deals, Persons, Organizations, Leads, Projects, Activities and more. Use when the user wants to interact with Enigma data.

Registry SourceRecently Updated
open-map | V50.AI