AI Skill Hub 强烈推荐:AI工作流 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g oh-my-taiyiforge # 方式二:npx 直接运行(无需安装) npx oh-my-taiyiforge --help # 方式三:项目依赖安装 npm install oh-my-taiyiforge # 方式四:从源码运行 git clone https://github.com/Dong90/oh-my-taiyiforge cd oh-my-taiyiforge npm install npm start
# 命令行使用
oh-my-taiyiforge --help
# 基本用法
oh-my-taiyiforge [options] <input>
# Node.js 代码中使用
const oh_my_taiyiforge = require('oh-my-taiyiforge');
const result = await oh_my_taiyiforge.run(options);
console.log(result);
# oh-my-taiyiforge 配置说明 # 查看配置选项 oh-my-taiyiforge --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OH_MY_TAIYIFORGE_CONFIG="/path/to/config.yml"
```bash
npm install 'git+https://github.com/Dong90/oh-my-taiyiforge.git#v0.25.0'
```bash npx taiyi-forge-install --all # 一键装到四端 + 可选铁三角 npx taiyi-forge-install --cursor # 只装到 Cursor npx taiyi-forge-install --claude --opencode
git clone https://github.com/Dong90/oh-my-taiyiforge.git
cd oh-my-taiyiforge
npm install && npm run build && npm test
node scripts/taiyi-forge.sh install --all
```bash cd examples/commands-smoke npm install npm run chat-demo # 聊天动词: new / status / check / continue npm run walkthrough-e2e # 九阶段 shell E2E + 铁三角
```
| 示例 | 用途 |
|---|---|
| [examples/full-flow-demo](examples/full-flow-demo/README.md) | 九阶段 + slash E2E |
| [examples/commands-smoke](examples/commands-smoke/) | 命令冒烟测试 |
| [examples/browser-e2e-smoke](examples/browser-e2e-smoke/) | CI 模板 |
| [examples/verification-suite](examples/verification-suite/) | 极简集成验证 |
想用npm install oh-my-taiyiforge?v0.25 暂时只能从 GitHub 装(见方式 A0),npm 重发布后会恢复npm i oh-my-taiyiforge。
零构建安装:v0.24.0 起支持 npx taiyi-forge-install --all 一键装到四端,无需 clone 仓库。源码安装仍可用。 v0.25.0 GitHub 安装:v0.25.x 在 npm 上暂未发布(包名 24h 锁定期中),可从 GitHub tag 直装。详见 方式 A0。
| 表面 | 谁在用 | 干啥 | 例子 |
|---|---|---|---|
| **聊天 slash** | 开发者 / Agent | 写工件、跑 TDD、加载专用 Skill | /taiyi:write · /taiyi:apply · /taiyi:tdd dev |
| **引擎 CLI** | Agent / CI(代用户跑) | 校验工件、放行门控、推进阶段 | npx taiyi continue <slug> · npx taiyi complete <slug> change --approver "…" |
| **Shell 入口** | Agent / CI | 等价于 CLI;安装到消费项目后写入 | scripts/taiyi-forge.sh status --json --compact |
| **MCP** | Cursor 等 | 只读排障 | taiyi_doctor · taiyi_audit |
原则:用户只说 /taiyi:*;绝不让用户手打 taiyi-forge.sh。Agent 读 status --json --compact 的 engineTruth;不要把整份工件塞进聊天。
高质量的AI工作流自动化插件
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,AI工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | oh-my-taiyiforge |
| Topics | aiautomationcode-generationtypescript |
| GitHub | https://github.com/Dong90/oh-my-taiyiforge |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-22 · 更新时间:2026-06-22 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端