By bfgpollara
Create macOS Quick Actions (Services) that appear in Finder's right-click menu — programmatic .workflow bundle creation without Automator GUI
A Claude Code skill that enables Claude to create macOS Quick Actions (Services) programmatically — no Automator GUI needed.
When you ask Claude Code to create a Finder right-click action, this skill provides it with:
.workflow bundle structure and XML plist templatesThe result is a Quick Action that appears in Finder's right-click > Services menu and runs a shell script on the selected files.
"Create a right-click service that converts selected images to WebP format"
Claude will build and install a .workflow bundle to ~/Library/Services/ that accepts image files, runs an ffmpeg/cwebp conversion, and shows a dialog when done.
Copy the skills/macos-service/ directory into your Claude Code plugins:
cp -r skills/macos-service ~/.claude/plugins/marketplaces/claude-plugins-official/plugins/macos-service/skills/
Or clone the repo directly into your plugins directory:
cd ~/.claude/plugins/marketplaces/claude-plugins-official/plugins
git clone https://github.com/bfgpollara/macos-service-skill.git macos-service
skills/macos-service/
SKILL.md # Main skill instructions
references/
workflow-template.md # Complete XML templates for .workflow bundles
The skill activates when you mention:
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bfgpollara/macos-service-skill --plugin macos-service-skillCreating and running macOS Shortcuts programmatically
Build, validate, sign, and archive macOS/iOS Shortcuts directly from Claude Code. Ships a full Shortcuts knowledge base, a Craig Loop validator, a build agent, and a PostToolUse hook that auto-validates every .xml/.shortcut file as it is written.
Automates macOS apps via Apple Events using AppleScript (discovery) and JXA (production logic). Use when asked about AppleScript, JXA, osascript, or macOS app automation.
Turn local web projects into macOS Dock-launchable .app bundles for personal daily use.
Control macOS GUI applications via mouse, keyboard, screenshots, image recognition, and AppleScript using the sagui CLI.
Scaffold and enhance production-ready macOS apps with XcodeGen, GitHub Actions CI/CD, code signing, notarization, auto-update, and SwiftUI starter code