AlfredWorkflow.com
A public Collection of Alfred Workflows.
Install / Use
/learn @hzlzh/AlfredWorkflow.comREADME
AlfredWorkflow.com
Search, Install and Share, No Need to Reinvent the Wheel. -- (450+ added)
(Alfred 2 powerpack required)
Now you can use Workflow Searcher to search workflows.
Also you can Fork or Starthis repo(/Sources) to get some inspiration in coding new workflows yourself.
Workflows' JSON API (updated 2014.1.5)
- (Recommended) API on Github:
- https://raw.github.com/hzlzh/AlfredWorkflow.com/master/workflow_api.json
- *(for debug use)*API backup: http://www.alfredworkflow.com/workflows-api/
-- API info --
- Download Link by Author =
workflow_download_link - (Important!) Backup download link on Github =
https://raw.github.com/hzlzh/AlfredWorkflow.com/master/Downloads/Workflows/+workflow_file
[PHP]demo:
<?php
$json = file_get_contents( 'https://raw.github.com/hzlzh/AlfredWorkflow.com/master/workflow_api.json');
$obj=json_decode($json);
// var_dump($obj);
foreach( $obj as $key => $item ){
echo $item -> workflow_name;
}
?>
Repo path
---
|---- Downloads/ .alfredworkflow files for download mirror
|---- Sources/ source code(Learn from others' code)
|---- index/ part of index page
Submit & Update your workflows
- Submit Alfred 2 Workflows -> here
- Update Your Workflows version -> Github pull request
- Submit Alfred 2 Themes -> Commmming soon!
Tips
-
You can share a workflow with link like this:
http://www.alfredworkflow.com/#Translation
http://www.alfredworkflow.com/#Dev%20Doctor -
If you want to update a workflow under
/Downloads, just make apull request -
More wiki on submit page
License
Released under MIT LICENSE
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

