Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

openclaw-skill-shortcuts-automatorOpenClaw 技能 shortcuts automator

Agent Skill

openclaw-skill-shortcuts-automator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,067

周安装

428

GitHub Stars

公开资料未说明

下载量

3,527
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-skill-shortcuts-automator(OpenClaw 技能 shortcuts automator)
来源仓库:https://github.com/ppopen/openclaw-skill-shortcuts-automator
安装命令:
openclaw skills install openclaw-skill-shortcuts-automator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-skill-shortcuts-automator

简介

从 OpenClaw 管理和运行 macOS 快捷方式:通过 CLI 命令列出、执行、查看详细信息和签署快捷方式以实现自动化。

SKILL.md

name
shortcuts-automator
description
Run and manage macOS Shortcuts directly from OpenClaw. Use when user wants to: (1) Run a specific shortcut by name, (2) List all available shortcuts, (3) View details of a shortcut, (4) Sign/unsign shortcuts for automation, (5) Execute any macOS Shortcut workflow. Triggers include "run shortcut", "execute shortcut", "list shortcuts", "run automation", "show shortcuts", "what shortcuts do I have".

Shortcuts Automator

Overview

This skill enables OpenClaw to interact with macOS Shortcuts (formerly Automator) directly from conversation. It provides CLI commands to list, run, view, and manage shortcuts.

Quick Start

# List all available shortcuts
shortcuts list

# Run a specific shortcut by name
shortcuts run "My Shortcut Name"

# View details of a shortcut
shortcuts view "My Shortcut Name"

# Sign a shortcut for automation (if needed)
shortcuts sign "My Shortcut Name"

Commands

shortcuts list

Lists all shortcuts available in the user's Shortcuts library.

shortcuts list

Output: Returns a list of all shortcut names with folder information.

Use when: User asks "what shortcuts do I have", "list shortcuts", "show me my shortcuts", "what automations can I run".

shortcuts run <name>

Runs a shortcut by its exact name. The shortcut must exist in the user's Shortcuts folder.

shortcuts run "Morning Routine"
shortcuts run "Send Email"

Parameters:

  • <name>: Exact name of the shortcut (use quotes if name contains spaces)

Use when: User says "run shortcut X", "execute shortcut X", "run automation X", "trigger shortcut X".

Notes:

  • Some shortcuts require input (text, files, etc.) - will prompt or pass through
  • Shortcuts run with user permissions
  • Output from the shortcut is returned as text

shortcuts view <name>

Shows detailed information about a shortcut, including its actions and workflow.

shortcuts view "Morning Routine"

Output: Returns the shortcut's description, actions, and workflow steps.

Use when: User asks "what does shortcut X do", "show me shortcut X", "view automation X", "tell me about shortcut X".

shortcuts sign <name>

Signs a shortcut to allow it to run from the command line (required for some automation scenarios).

shortcuts sign "My Shortcut"

Use when: Shortcut fails to run with "not signed" error, or user wants to enable CLI execution.

Error Handling

"No shortcuts found"

Cause: Shortcuts library is empty or inaccessible.

Solution:

  • Create shortcuts in the Shortcuts app
  • Check Shortcuts app permissions in System Settings > Privacy & Security

"Shortcut not found" / "Could not find shortcut"

Cause: Shortcut name doesn't match exactly or shortcut was deleted.

Solution:

  • Run shortcuts list to see exact names
  • Use the exact name including capitalization
  • Check if the shortcut is in a specific folder (use folder name: "Folder/Shortcut Name")

"Not allowed to run" / "Shortcut not signed"

Cause: Shortcut needs to be signed for CLI execution.

Solution:

shortcuts sign "Shortcut Name"

Or enable in Shortcuts app: Right-click shortcut > Toggle "Allow Running from Command Line"

"Permission denied" / "Automation access denied"

Cause: OpenClaw doesn't have permission to control Shortcuts.

Solution:

  • Open System Settings > Privacy & Security > Automation
  • Enable OpenClaw/your app in the list

Shortcut hangs or times out

Cause: Shortcut may be waiting for input or stuck in a loop.

Solution:

  • Use shortcuts view to inspect the shortcut's actions
  • Check if the shortcut requires user interaction
  • Add timeout when calling: timeout 30 shortcuts run "Name"

Examples

User says: "Run my morning routine shortcut"

shortcuts run "Morning Routine"

**User shortcuts do I have?"

shortcuts list

User says: "Show me what the email shortcut does"

shortcuts view "Send Daily Email"

User says: "I need to sign a shortcut for automation"

shortcuts sign "My Automation Shortcut"

Security Considerations

⚠️ Important: Shortcuts can execute shell commands, access files, and control other apps.

  • Only run trusted shortcuts — Review your shortcuts before running them
  • Shortcuts have access to your files, emails, calendar, and other data depending on their actions
  • Be cautious with shortcuts from unknown sources or those that include shell commands
  • Regularly review your shortcuts in the Shortcuts app
  • Shortcuts run with your user permissions, so they can access anything you can

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.19%
按下载量换算2,687

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install openclaw-skill-shortcuts-automator 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills