AI Skill Hub 推荐使用:Claude控制 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Claude控制 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Claude控制 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install claudectl # 方式二:从源码编译 git clone https://github.com/mercurialsolo/claudectl cd claudectl cargo build --release # 二进制在 ./target/release/claudectl
# 查看帮助 claudectl --help # 基本运行 claudectl [options] <input> # 详细使用说明请查阅文档 # https://github.com/mercurialsolo/claudectl
# claudectl 配置说明 # 查看配置选项 claudectl --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CLAUDECTL_CONFIG="/path/to/config.yml"
<p align="center"> <img src="assets/logo.png" alt="claudectl" width="372"> </p> <p align="center"><strong>Orchestrate a swarm of Claude Code agents with a local-LLM brain that learns from you.</strong></p>
<sub>~1 MB binary. Sub-50ms startup. Zero config required.</sub>
Website | Demo | Blog: Why a local brain? | Releases
<a href="https://asciinema.org/a/AJP33vbmHGFVW6zL?autoplay=1"><img src="https://asciinema.org/a/AJP33vbmHGFVW6zL.svg" alt="claudectl demo" width="100%" /></a>
brew install mercurialsolo/tap/claudectl # Homebrew (macOS / Linux)
cargo install claudectl # Cargo (any platform)
<details> <summary>Other methods</summary>
curl -fsSL https://raw.githubusercontent.com/mercurialsolo/claudectl/main/install.sh | sh
nix run github:mercurialsolo/claudectl
git clone https://github.com/mercurialsolo/claudectl.git && cd claudectl && cargo install --path .
</details>
claudectl relay serve --http-port 9876 --auth-token secret
Knowledge categories (best practices, techniques, workflow patterns) propagate automatically. Personal patterns (time-of-day habits, cost tolerance) stay local. You control what's shared:
toml [hive] share_categories = ["best_practice", "technique"] exclude_tools = ["Write"] max_units = 500 max_prompt_units = 20 ```
See the full Relay & Hive Mind guide.
Integrates the brain directly into Claude Code sessions — no TUI required.
| Component | What it does |
|---|---|
| **Brain gate hook** | Queries the brain before every Bash/Write/Edit call |
/brain on\|off\|auto | Toggle brain mode mid-session (or Ctrl+b in TUI) |
/sessions | Show all active sessions with status, cost, health |
/spend | Cost breakdown by project and time window |
/brain-stats | Brain learning metrics and accuracy |
/auto-insights | Auto-generated workflow insights |
/inbox | Drain pending agent-bus messages addressed to this session's role |
/role <name> | Set this session's agent-bus role, e.g. /role frontend or /role tester (auto-detects pid) |
claudectl bus stdio ```
The Claude Code plugin registers the bus as an MCP server (claude-plugin/.mcp.json) and ships two slash commands: /inbox (drain mailbox) and /role <name> (e.g. /role frontend, /role tester — set this session's role). Bindings are PID-keyed when made through the TUI's Ctrl+R or /role; cwd-keyed for the legacy claudectl bus role bind <name> <cwd> flow. The resolver prefers a PID match over cwd-inference, which disambiguates "two sessions in one worktree".
Mailboxes live in ~/.claudectl/bus/bus.db (SQLite WAL). Message bodies are sanitized at the boundary — a leading / is neutralized so a queued message cannot smuggle a slash command into the recipient.
Full guide: Agent Bus — wire-up, role binding, sending and receiving messages, worked planner→implementer example, where state lives, uninstall.
Not yet built: pub/sub subscribe + claim protocol, flow guards, and the supervisor for long-horizon role persistence. See AGENT_BUS.md for the per-phase status table.
高质量的AI工作流工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Claude控制 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | claudectl |
| 原始描述 | 开源AI工作流:Orchestrate a swarm of Claude Code agents with a local-LLM brain that learns fro。⭐176 · Rust |
| Topics | AI工作流智能代理Rust |
| GitHub | https://github.com/mercurialsolo/claudectl |
| License | MIT |
| 语言 | Rust |
收录时间:2026-06-07 · 更新时间:2026-06-07 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端