Trigger
定时任务、Webhook 或手动操作都能从稳定的 ChainBot 入口发起一次运行。
ChainBot 是一个开源 CLI,把易碎脚本整理成显式工作流执行,并持续保留运行状态、触发器控制与可读历史。
通过本地源码或 Cargo 快速安装,并立即初始化 workspace。
cargo install --git https://github.com/chainbotlab/chainbot chainbot chainbot init 初始化工作空间 chainbot run 执行工作流 chainbot observe 查看运行历史 ChainBot 把 trigger、workflow、plugin operation 与运行历史对齐在同一个持久控制面里,不再需要翻遍脚本才能知道哪里出错。
定时任务、Webhook 或手动操作都能从稳定的 ChainBot 入口发起一次运行。
把可重复步骤组织成显式 workflow 节点,而不是隐藏的嵌套脚本。
在 plugin 和操作员协同时,持续保持状态、校验与执行流清晰可见。
面向 AI 原生操作员
Claude Code
Anthropic coding agent
Codex
OpenAI engineering workflow
Kimi CLI
Moonshot terminal copilot
OpenClaw
Autonomous terminal assistant
OpenCode
Open agent runtime surface
Claude Code
Anthropic coding agent
Codex
OpenAI engineering workflow
Kimi CLI
Moonshot terminal copilot
OpenClaw
Autonomous terminal assistant
OpenCode
Open agent runtime surface
用 ChainBot 在一个统一 CLI 中管理复杂工作流、触发器执行和自定义插件流水线。