| name | raycast-alfred |
| version | 1.0.0 |
| description | macOS launcher automation with Raycast extensions (TypeScript/React) and Alfred workflows (AppleScript/Python) for keyboard-driven productivity |
| author | workspace-hub |
| category | operations |
| type | skill |
| capabilities | ["raycast_extensions","alfred_workflows","script_commands","keyboard_shortcuts","clipboard_management","snippet_expansion","file_search","window_management","system_commands","application_integration"] |
| tools | ["raycast","alfred","typescript","node","python","applescript"] |
| tags | ["raycast","alfred","macos","launcher","automation","productivity","scripts","typescript","applescript"] |
| platforms | ["macos"] |
| related_skills | ["cli-productivity","vscode-extensions","git-advanced"] |
| requires | [] |
| scripts_exempt | true |
Raycast Alfred
When to Use This Skill
USE when:
- Building quick access tools for developer workflows
- Automating repetitive macOS tasks
- Creating custom search commands
- Building clipboard history managers
- Implementing text snippet expansion
- Creating project launchers and switchers
- Building API query tools
- Automating application control
- Creating custom keyboard shortcuts
- Building team productivity tools
DON'T USE when:
- Cross-platform automation needed (use shell scripts)
- Server-side automation (use cron/systemd)
- GUI testing automation (use Playwright/Selenium)
- Windows/Linux environments
- Heavy computation tasks (use proper CLI tools)
Prerequisites
Raycast Setup
brew install --cask raycast
brew install node
npm install -g @raycast/api
*See sub-skills for full details.*
```bash
brew install --cask alfred
*See sub-skills for full details.*
```bash
npm install -g typescript @types/node
pip install alfred-workflow
brew install --cask script-debugger
brew install jq
Version History