AI Skill Hub 强烈推荐:零栈AI工作流 是一款优质的Agent工作流。已获得 1.1k 颗 GitHub Star,AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
零栈AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
零栈AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install zerostack # 方式二:从源码编译 git clone https://github.com/gi-dellav/zerostack cd zerostack cargo build --release # 二进制在 ./target/release/zerostack
# 查看帮助 zerostack --help # 基本运行 zerostack [options] <input> # 详细使用说明请查阅文档 # https://github.com/gi-dellav/zerostack
# zerostack 配置说明 # 查看配置选项 zerostack --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ZEROSTACK_CONFIG="/path/to/config.yml"
---
code, plan, review, debug, etc.) to tailor the agent's behavior to the task without having to manage Skills./worktree to move the agent from one worktree to another.settings.json schema largely compatible with Claude Code hooksNOTE: Windows support is not tested is any way, but feel free to try and open an issue if you encounter any bugs!
cargo install zerostack --all-features
cargo install zerostack --features acp,memory,hooks,advisor ```
```
```bash
/loop Implement the user authentication system
/loop stop
/loop status
/loop <prompt> — Start a loop with the given prompt/loop stop — Stop the active loop/loop status — Show current loop stateEach iteration includes the original task, the evolving LOOP_PLAN.md, a summary of the previous iteration, and any validation output. Non-slash input is blocked while a loop is active.
The worktrees integrations offers 3 slash commands:
| Command | Description |
|---|---|
/worktree <name> | Create a git worktree on a new branch <name> and move into it. Fails if the branch exists or the target path is occupied |
/wt-merge [branch] | Merge the worktree branch into [branch] (default: main/master), clean up, and return to the main repo. Does not push — run git push yourself |
/wt-exit | Return to the main repo without merging |
/worktree feature-x creates a new branch and worktree directory and moves you there./wt-merge tells the agent to merge the branch, push, clean up, and return to the main repo./wt-exit immediately returns to the main repo without merging.```bash
Install bubblewrap for --sandbox, which runs every bash command inside an isolated environment to contain the damage a mistaken command can do to your system (a seatbelt, not a boundary against untrusted code):
```bash
See docs/CONFIG.md for config file location, accepted keys, provider aliases, permission rules, and MCP server configuration.
You can run /prompt autoconfig in order to use a specialized agent that allows to navigate the documentation and customize your zerostack setup.
In ~/.local/share/zerostack/config.yaml:
acp_servers:
my-editor:
host: 127.0.0.1
port: 7243
ACP mode requires setting up an LLM provider (the standard --provider, --model, and API key env vars apply). Without it, zerostack cannot process prompts.
export OPENROUTER_API_KEY="[api_key]"
zerostack provides a branch-per-task workflow using git worktrees. You can create, work in, merge, and exit worktrees entirely from the chat UI.
NOTE The git worktrees integration is an experimental feature.
/btw <message> asks a quick "by the way" question in parallel with the main agent, without interrupting it. Like /queue, it works even while the agent is busy. It forks the current context (including a trace of the agent's in-flight turn, when one is running) and answers using four read-only tools (read, grep, find_files, list_dir); it cannot write files or run commands. It then prints the reply inline. Nothing is written to conversation history, and its token usage is tracked separately in the status bar as btw:…. Press Ctrl-C to cancel an in-flight /btw without disturbing the main agent.
You can point a question at a specific file with @: pick /btw from the command menu, then type @ to open the file picker (for example /btw then @src/main.rs then "how does this work?"), and /btw reads the file you reference.
zerostack 是一个开源项目,旨在提供一个多供应商的编程代理系统,支持多种编程语言和工具。它提供了一个标准的工具集,包括权限系统、会话管理和多供应商支持。
zerostack 的主要功能包括多供应商支持(OpenRouter、OpenAI、Anthropic 等)、标准工具集、权限系统和会话管理。它还支持自定义供应商和配置模式。
安装 zerostack 需要先安装 Cargo 和 Git,然后运行 `cargo install zerostack` 即可。也可以使用 Docker 或源码方式安装。
zerostack 的使用方法包括使用 `/loop` 命令循环执行任务、使用 `/worktree` 命令管理 Git 工作树以及使用 `/prompt` 命令自定义代理设置等。
zerostack 的配置文件位于 `~/.local/share/zerostack/config.json` 中,包含了 MCP 服务器配置、权限规则和供应商配置等信息。用户可以使用 `/prompt autoconfig` 命令自动生成配置文件。
zerostack 支持 OpenRouter API,用户需要设置 API 密钥才能使用 zerostack。API 密钥可以通过环境变量 `OPENROUTER_API_KEY` 设置。
zerostack 支持使用 Git 工作树来管理任务,用户可以使用 `/worktree` 命令创建、工作和合并工作树。zerostack 还支持使用 ACP 来与编辑器进行通信,用户可以使用 `cargo install zerostack --features acp` 来安装 ACP 支持。
zerostack 的常见问题包括如何使用 `/btw` 命令、如何配置 ACP 服务器以及如何使用 Git 工作树等。
高性能AI工作流,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
总体来看,零栈AI工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | zerostack |
| 原始描述 | 开源AI工作流:Minimal coding agent written in Rust, optimized for memory footprint and perform。⭐1.1k · Rust |
| Topics | AIRust工作流智能代理 |
| GitHub | https://github.com/gi-dellav/zerostack |
| License | GPL-3.0 |
| 语言 | Rust |
收录时间:2026-06-03 · 更新时间:2026-06-05 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端