Claude工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Claude工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Claude工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/lxcong/awesome-claude-dynamic-workflows cd awesome-claude-dynamic-workflows # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 awesome-claude-dynamic-workflows --help # 基本运行 awesome-claude-dynamic-workflows [options] <input> # 详细使用说明请查阅文档 # https://github.com/lxcong/awesome-claude-dynamic-workflows
# awesome-claude-dynamic-workflows 配置说明 # 查看配置选项 awesome-claude-dynamic-workflows --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AWESOME_CLAUDE_DYNAMIC_WORKFLOWS_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://awesome.re"><img src="https://awesome.re/badge.svg" alt="Awesome" /></a> <a href="https://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome" /></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License: MIT" /></a> </p>
<p align="center"> A community-curated list of real-world <b>Dynamic Workflows in Claude Code</b> — shared by the people who actually run them in production. </p>
<p align="center"> <a href="#workflows"><b>Browse workflows</b></a> · <a href="#use-a-workflow"><b>Install one</b></a> · <a href="#contributing"><b>Contribute yours</b></a> </p>
New to the feature? See the official docs and the launch post. This list isn't a tutorial — it's a directory of battle-tested examples.
---
curl -fsSL https://raw.githubusercontent.com/lxcong/awesome-claude-dynamic-workflows/main/install.sh | bash -s -- <name>
Or from a clone:
bash git clone https://github.com/lxcong/awesome-claude-dynamic-workflows.git cd awesome-claude-dynamic-workflows ./install.sh # install all workflows (user scope) ./install.sh <name> # just one ./install.sh --project <name> # into ./.claude/workflows/ instead
**Then, in Claude Code:**
/<name> ... ```
or run /workflows to browse. (Manual alternative: copy any workflows/<name>/<name>.workflow.js to ~/.claude/workflows/<name>.js yourself.)
Prerequisites: Claude Code v2.1.154+, a paid plan, and Dynamic workflows enabled in /config. The first run asks you to approve the plan — pick "don't ask again" to skip it next time. Workflows can use many tokens; start scoped.
Claude Code auto-discovers any workflow file dropped into ~/.claude/workflows/ (user scope, every project) or ./.claude/workflows/ (project scope). Each one becomes a /<name> slash command — no plugin, manifest, or registration needed.
Install with one command (installs into ~/.claude/workflows/):
```bash
🌱 This list is just getting started. Our first showcase, TradingFlow, grew big enough to graduate into its own repo. The categories below are the scenarios we want to fill next. Run a workflow on a real problem? Add it — that's the whole point of this repo.
高质量开源AI工作流集合
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,Claude工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | awesome-claude-dynamic-workflows |
| 原始描述 | 开源AI工作流:A community-curated collection of real-world Claude Code workflows — multi-agent。⭐12 · Shell |
| Topics | ai-agentsanthropicclaudeshell |
| GitHub | https://github.com/lxcong/awesome-claude-dynamic-workflows |
| License | MIT |
| 语言 | Shell |
收录时间:2026-06-02 · 更新时间:2026-06-02 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端