Single Search Across All Your macOS Shortcuts and Automations
Single Search Across All Your macOS Shortcuts and Automations
Power users accumulate automations everywhere. Raycast extensions for quick actions. Keyboard Maestro macros for complex workflows. Apple Shortcuts for system integrations. Shell aliases and scripts in dotfiles. After a year or two, you have hundreds of automations spread across four or five different tools - and you cannot remember where anything lives.
The Fragmentation Problem
Each tool has its own search. Raycast searches Raycast. Keyboard Maestro searches its macros. Apple Shortcuts has its own gallery. But when you want to "resize this image to 800px wide," you have to remember which tool you set that up in. Was it a Raycast script command? A Keyboard Maestro macro triggered by a hotkey? An Apple Shortcut?
The mental overhead of remembering where your automations live defeats the purpose of having them.
A Unified Search Layer
The solution is an index that spans all your automation tools:
- Raycast - script commands, extensions, quicklinks
- Keyboard Maestro - macros, macro groups, trigger descriptions
- Apple Shortcuts - all shortcuts with their descriptions and inputs
- Shell - aliases, functions, scripts in your PATH
- Automator - saved workflows and services
One search query checks everything. Type "resize image" and see results from whichever tool has that automation, regardless of where you originally built it.
Natural Language on Top
The real power comes when you add natural language understanding to this index. Instead of remembering the exact name of your automation, you describe what you want to do. "Make this screenshot smaller" matches your image resize shortcut. "Clean up my downloads folder" matches your file organization macro.
This is what a desktop AI agent enables naturally. Fazm already understands your installed applications and system capabilities through the macOS accessibility API. Extending that to index your existing automations means your agent can leverage everything you have already built instead of recreating it from scratch.
Fazm is an open source macOS AI agent. Open source on GitHub.