经 AI Skill Hub 精选评估,Cebian 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
在浏览器侧边栏中生活的AI助手,提高工作效率和智能化
Cebian 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
在浏览器侧边栏中生活的AI助手,提高工作效率和智能化
Cebian 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g cebian # 方式二:npx 直接运行(无需安装) npx cebian --help # 方式三:项目依赖安装 npm install cebian # 方式四:从源码运行 git clone https://github.com/maotoumao/Cebian cd Cebian npm install npm start
# 命令行使用
cebian --help
# 基本用法
cebian [options] <input>
# Node.js 代码中使用
const cebian = require('cebian');
const result = await cebian.run(options);
console.log(result);
# cebian 配置说明 # 查看配置选项 cebian --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CEBIAN_CONFIG="/path/to/config.yml"
<img src="./public/icon/128.png" alt="Cebian" width="96" height="96" />
Cebian is a Chrome extension that puts an AI assistant in the browser side panel. It can read the current page, pick elements, emulate mobile devices, attach files, and plug into external tools via MCP — letting you reach for AI without ever leaving the page you're on.
About the name: "Cebian" is just the pinyin of 侧边 (cè biān) — Chinese for "the side." Nothing fancier than that.
---
| Feature | Description |
|---|---|
| **🤖 Multi-model** | OpenAI, Anthropic, Google, and any OpenAI-compatible endpoint via custom providers |
| **📄 Page-aware** | Grab the current URL, title, selected text, or any picked element as context; paste images and files |
| **⚡ Slash Prompts** | Build a prompt library with template variables like {{selected_text}}, {{page_url}}, {{clipboard}} |
| **🧩 Skills** | Package multi-step workflows or domain knowledge into reusable Skills the AI can invoke on demand |
| **🔌 MCP tools** | Built-in Model Context Protocol client — drop in external tools and they just work |
| **📱 Mobile emulation** | Toggle mobile-device emulation on the active tab to debug responsive pages |
| **🔒 Privacy-first** | All conversations, prompts, and files stay in your browser — nothing is uploaded to any server (honestly, just too lazy to maintain one :D) |
---
| Tool | Version |
|---|---|
| Node.js | >= 20 |
| pnpm | latest |
pnpm install
```bash
Cebian是一个开源的AI工作流,提供了一个在浏览器侧边栏中生活的AI助手,提高工作效率和智能化,值得关注
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
AI Skill Hub 点评:Cebian 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | Cebian |
| Topics | workflowaiai-agentchrome-extensiontypescript |
| GitHub | https://github.com/maotoumao/Cebian |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-24 · 更新时间:2026-05-24 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端