by maotoumao
An AI assistant that lives in your browser side panel
# Add to your Claude Code skills
git clone https://github.com/maotoumao/CebianLast scanned: 8/4/2026
{
"issues": [
{
"type": "npm-audit",
"message": "adm-zip: adm-zip: Crafted ZIP file triggers 4GB memory allocation",
"severity": "high"
},
{
"type": "npm-audit",
"message": "esbuild: esbuild allows arbitrary file read when running the development server on Windows",
"severity": "low"
},
{
"type": "npm-audit",
"message": "firefox-profile: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "fx-runner: Vulnerability found",
"severity": "critical"
},
{
"type": "npm-audit",
"message": "node-notifier: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "react-router: React Router: RSC Mode CSRF Bypass Allows Action Execution Before 400 Response",
"severity": "high"
},
{
"type": "npm-audit",
"message": "react-router-dom: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "shell-quote: shell-quote quote() does not escape newlines in object .op values",
"severity": "critical"
},
{
"type": "npm-audit",
"message": "tmp: tmp has Path Traversal via unsanitized prefix/postfix that enables directory escape",
"severity": "high"
},
{
"type": "npm-audit",
"message": "uuid: uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "web-ext-run: Vulnerability found",
"severity": "critical"
},
{
"type": "npm-audit",
"message": "wxt: Vulnerability found",
"severity": "high"
}
],
"status": "FAILED",
"scannedAt": "2026-08-04T06:28:42.763Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}Cebian is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by maotoumao. An AI assistant that lives in your browser side panel. It has 101 GitHub stars.
Cebian failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.
Clone the repository with "git clone https://github.com/maotoumao/Cebian" and add it to your Claude Code skills directory (see the Installation section above).
Cebian is primarily written in TypeScript. It is open-source under maotoumao 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 Cebian against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
An AI assistant that lives in your browser side panel
English | 简体中文
[!IMPORTANT] Project usage notes
This project is open-sourced under the AGPL-3.0 license. Please respect the license when using the code. In particular:
- When redistributing or repackaging, keep the source attribution: https://github.com/maotoumao/Cebian
- For closed-source or commercial use, please reach out via GitHub for a commercial license.
- Any future change to the license will be announced in this repository — there will be no separate notification.
Cebian wants to be a tool that helps ordinary people in everyday life. No middleman taking a cut — bring your own API key from any model provider and use it as your side-panel AI assistant.
So ————
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, remember durable facts about you across chats, 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 |
| 🧠 Memory | Optional cross-conversation memory: the AI saves durable facts about you as local Markdown files and recalls them in new chats — fully visible and editable, off by default |
| 🔌 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 | >= 22 |
| pnpm | latest |
# Clone
git clone https://github.com/maotoumao/Cebian.git
cd Cebian
# Install
pnpm install
# Chrome dev mode
pnpm run dev
# Firefox dev mode
pnpm run dev:firefox
Dev mode auto-loads the unpacked extension from .output/chrome-mv3/ (or the Firefox equivalent). You can also load it manually from your browser's extensions page.
| Command | Description |
|---|---|
pnpm run dev |
Chrome dev build |
pnpm run dev:firefox |
Firefox dev build |
pnpm run check |
Type-check + i18n lint (also runs as a pre-commit) |
pnpm run build |
Production build |
pnpm run zip |
Package for store upload |
If you like Cebian:
| WeChat Official Account | Blog | Bilibili | Xiaohongshu | X |
|---|---|---|---|---|
| 一只猫头猫 | catcat.work | 不想睡觉猫头猫 | 一只猫头猫 | @maotoumao0_0 |
If this project has been helpful, you're welcome to buy me a coffee~
My girlfriend — for the late nights, the cold dinners, and every "just five more minutes." Thank you, always. ❤️
Contributions are welcome! Please read the contributing guide before opening a PR.
Cebian is licensed under the GNU Affero General Public License v3.0 only (AGPL-3.0-only). Full text: LICENSE.
In short: