by helloxz
基于 ACP 协议的多 Agent Web 网关,让 CLI Agent 也能在浏览器中使用。
# Add to your Claude Code skills
git clone https://github.com/helloxz/zacpLast scanned: 8/12/2026
{
"issues": [
{
"file": "README.md",
"line": 60,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://raw.githubusercontent.com/helloxz/zacp/main/install.sh | bash\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-08-12T05:37:30.997Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}zacp is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by helloxz. 基于 ACP 协议的多 Agent Web 网关,让 CLI Agent 也能在浏览器中使用。. It has 120 GitHub stars.
Yes. zacp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/helloxz/zacp" and add it to your Claude Code skills directory (see the Installation section above).
zacp is primarily written in Go. It is open-source under helloxz on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh zacp against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Zacp是一个基于 ACP(Agent Client Protocol) 协议的多 Agent Web 网关,让你在浏览器里同时使用多种 AI Agent 工具(如 Reasonix、Grok、Omp 等)进行对话,让原本不具备 Web 前端的 CLI Agent 也能在浏览器中使用。






--version 查看版本,即下即用;/tty?workspaceId={id} 在项目目录下启动临时终端,支持 xterm.js、多 Tab、深色/浅色主题和 Linux/macOS/Windows。curl -fsSL https://raw.githubusercontent.com/helloxz/zacp/main/install.sh | bash
注意:如果您需要对接第三方Agent,比如Grok、Omp等需要先自行安装,然后在设置里面启用。
在 PowerShell 中执行(推荐):
irm https://raw.githubusercontent.com/helloxz/zacp/main/install.ps1 | iex
提示:
irm ... | iex会直接执行来自网络的脚本,请确认来源可信;首次启动若弹出 Windows 防火墙提示,允许后即可通过http://127.0.0.1:8680/访问。
安装完成后直接运行 zacp 即可启动服务(默认监听 :8680),然后浏览器访问 http://127.0.0.1:8680/ 使用 Web UI
首次启动会自动生成配置文件 ~/.zacp/config.toml,按需编辑其中 [[agents]] 的 Agent 命令等;运行时数据(SQLite 数据库)存放在 ~/.zacp/data/。
默认安装后无需登录即可访问(适合本机 / 内网单用户使用)。如需远程访问,请务必开启登录认证:
忘记密码:
编辑 ~/.zacp/config.toml,把 [auth] 段的 password_hash 置空(或直接删除 [auth] 段),保存后重启服务即恢复免登录,再按上述步骤重新设置即可。
Linux & macOS
自动检测已安装的 zacp 并升级到最新版本:
curl -fsSL https://raw.githubusercontent.com/helloxz/zacp/main/update.sh | bash
如果 zacp 安装在 /usr/local/bin(需要 root 权限),请用 sudo 执行:
curl -fsSL https://raw.githubusercontent.com/helloxz/zacp/main/update.sh | sudo bash
Windows
Windows 用户在 PowerShell 中更新(自动检测已安装的 zacp 并升级到最新版本;需先停止正在运行的 zacp 进程,更新脚本不会自动结束它):
irm https://raw.githubusercontent.com/helloxz/zacp/main/update.ps1 | iex
欢迎反馈问题、提建议或参与贡献!