Alfred workflows for macOS users.
- Download a
.alfredworkflowpackage from the Releases page. - Double-click the package to import it into Alfred.
- For API-based workflows, open Alfred's
Configure Workflow...and fill in required credentials.
| Workflow | Keyword(s) | What it does | Requires setup |
|---|---|---|---|
| Google Search | gg, google |
Search web results (Brave backend) and open selected links. | BRAVE_API_KEY |
| YouTube Search | yt, youtube |
Search YouTube videos and open selected videos in browser. | YOUTUBE_API_KEY |
| Netflix Search | nf, netflix |
Search Netflix title pages (site:netflix.com/title) and open selected links. |
BRAVE_API_KEY |
| Spotify Search | sp, spotify |
Search Spotify tracks and open selected results in Spotify app. | SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET |
| Wiki Search | wk, wiki |
Search Wikipedia articles and open selected page links. | No |
| IMDb Search | im, imdb |
Search IMDb and open result pages in browser. | Optional: IMDB_SEARCH_SECTION |
| Bilibili Search | bl, bilibili |
Search bilibili suggestions and open selected search links in browser. | Optional: BILIBILI_UID |
| Bangumi Search | bgm, bangumi |
Search Bangumi subjects and open selected subject pages in browser. | Optional: BANGUMI_API_KEY |
| Weather Forecast | wt, ww, weather |
Show today rows then hourly (wt) / city picker then 7-day (ww) forecasts, then copy selected rows. |
Optional tuning: WEATHER_CLI_BIN |
| Cambridge Dict | cd, cambridge |
Two-stage Cambridge dictionary lookup (candidate -> detail) with Enter-to-open entry URL. | Node + Playwright runtime for scraper backend |
| Market Expression | mx, market |
Evaluate market expressions (numeric: + - * /, assets: + -) with FX/crypto conversion and copy selected rows. |
Optional tuning: MARKET_CLI_BIN, MARKET_DEFAULT_FIAT |
| Quote Feed | qq, quote |
Show cached quotes, refresh in background, and copy a selected quote. | Optional tuning: QUOTE_DISPLAY_COUNT, QUOTE_REFRESH_INTERVAL, QUOTE_FETCH_COUNT, QUOTE_MAX_ENTRIES, QUOTE_DATA_DIR |
| Memo Add | mm, memo |
Add/search memo text quickly into sqlite storage, with optional one-click db init and latest-record preview. | Optional tuning: MEMO_DB_PATH, MEMO_SOURCE, MEMO_REQUIRE_CONFIRM, MEMO_MAX_INPUT_BYTES, MEMO_RECENT_LIMIT, MEMO_WORKFLOW_CLI_BIN |
| Open Project | c, code, github |
Fuzzy-find local Git projects, open in editor, and jump to GitHub remotes. | Optional tuning: OPEN_PROJECT_MAX_RESULTS |
| Epoch Converter | ts, epoch |
Convert epoch/datetime values and copy selected output. | No |
| Multi Timezone | tz, timezone |
Show current time across one or more IANA timezones and copy selected output. | Optional tuning: TIMEZONE_CLI_BIN, MULTI_TZ_ZONES, MULTI_TZ_LOCAL_OVERRIDE |
| Randomer | rr, rrv, random |
Generate random values by format and copy results. | No |
| Codex CLI | cx, codex |
Run Codex auth (login, use, save) and diagnostics (diag rate-limits) commands from Alfred. |
No |
- Script asset:
workflow-clear-quarantine-standalone.shfrom Releases - Bulk fix (safe when some workflows are not installed):
chmod +x ./workflow-clear-quarantine-standalone.sh && ./workflow-clear-quarantine-standalone.sh --all - Single workflow fix:
./workflow-clear-quarantine-standalone.sh --id <workflow-id> - Repository checkout helper (for maintainers):
scripts/workflow-clear-quarantine.sh --id <workflow-id>
- Global standards and shared operator playbooks: ALFRED_WORKFLOW_DEVELOPMENT.md
- Workflow-specific runtime failures:
workflows/<workflow-id>/TROUBLESHOOTING.md - List all workflow-local troubleshooting docs quickly:
rg --files workflows | rg 'TROUBLESHOOTING\.md$'
