Shortcuts Generator
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: shortcuts-skill Version: 0.1.0 The skill bundle is classified as benign. Its stated purpose is to generate macOS/iOS Shortcuts by creating plist files, which is supported by the `Write` and `Bash` allowed tools (Bash is used for signing the generated shortcuts). The documentation comprehensively details the powerful capabilities of Apple Shortcuts, including actions like `runshellscript`, `downloadurl`, and system controls via AppIntents. While these documented actions could be used to create malicious shortcuts, the skill bundle itself acts as a generator/knowledge base and does not exhibit any intentional harmful behavior, prompt injection against the agent, data exfiltration, or persistence mechanisms within its own code or instructions.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the agent uses Bash while this skill is active, it could run local commands; users should ensure any shell use is limited to expected plist conversion or validation tasks.
Write access is expected for creating plist or .shortcut files. Bash is broader than strictly necessary for documentation-based generation, but it is disclosed and the artifacts do not show hidden or automatic shell commands.
description: Generate macOS/iOS Shortcuts by creating plist files... allowed-tools: Write, Bash
Prefer file writing only where possible, and require clear user approval before running any Bash command.
A generated shortcut could perform destructive or sensitive actions if the user requests those capabilities and then imports/runs the shortcut.
The reference catalog includes Shortcuts actions that can delete data, read local data, or execute scripts inside a generated shortcut. This is coherent with a comprehensive Shortcuts generator, but generated files should be reviewed before import and execution.
`deletefile` | WFDeleteFileAction | Delete file `runshellscript` | WFRunShellScriptAction | Run shell script `runosascript` | WFRunOSAScriptAction | Run AppleScript `getclipboard` | WFGetClipboardAction | Get clipboard `deletephotos` | WFDeletePhotosAction | Delete photos
Review generated shortcut contents carefully, especially actions involving deletion, clipboard/photos/contacts/location access, network requests, shell scripts, AppleScript, messages, or system settings.
