macOS Quick Action (Services) creator for Claude Code
npx claudepluginhub bfgpollara/macos-service-skillCreate 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:
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.