Cebian

An AI assistant that lives in your browser side panel

117
Stars
21
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/maotoumao/Cebian

Getting Started

Guides for using skills like Cebian.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Cebian

Cebian

An AI assistant that lives in your browser side panel

English | 简体中文

Chrome Web Store Edge Add-on Firefox Add-on GitHub Release


[!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:

  1. When redistributing or repackaging, keep the source attribution: https://github.com/maotoumao/Cebian
  2. For closed-source or commercial use, please reach out via GitHub for a commercial license.
  3. Any future change to the license will be announced in this repository — there will be no separate notification.

🌱 Why Cebian

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 ————

  • No account required. Install and use — no sign-up, no email, no login.
  • Privacy first. Conversations, prompts, and attachments all stay in your own browser; only when you send a message to the AI is the relevant context forwarded to the model provider you chose.
  • Open source. AGPL-3.0.

✨ Overview

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.


🚀 Features

FeatureDescription
🤖 Multi-modelOpenAI, Anthropic, Google, and any OpenAI-compatible endpoint via custom providers
📄 Page-awareGrab the current URL, title, selected text, or any picked element as context; paste images and files
⚡ Slash PromptsBuild a prompt library with template variables like {{selected_text}}, {{page_url}}, {{clipboard}}
🧩 SkillsPackage multi-step workflows or domain knowledge into reusable Skills the AI can invoke on demand
🧠 MemoryOptional 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 toolsBuilt-in Model Context Protocol client — drop in external tools and they just work
📱 Mobile emulationToggle mobile-device emulation on the active tab to debug responsive pages
🔒 Privacy-firstAll conversations, prompts, and files stay in your browser — nothing is uploaded to any server (honestly, just too lazy to maintain one :D)

🛠️ Getting Started

Requirements

ToolVersion
Node.js>= 22
pnpmlatest

Quick start

# 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.

Common commands

CommandDescription
pnpm run devChrome dev build
pnpm run dev:firefoxFirefox dev build
pnpm run checkType-check + i18n lint (also runs as a pre-commit)
pnpm run buildProduction build
pnpm run zipPackage for store upload

💖 Support the project

If you like Cebian:

  1. ⭐ Star the repo and tell a friend
  2. Open an issue or PR — feedback and contributions are very welcome
  3. Follow my other channels:

🎁 Sponsors

If this project has been helpful, you're welcome to buy me a coffee~

Ko-fi

WeChat Reward

🌟 Ultimate Sponsor

My girlfriend — for the late nights, the cold dinners, and every "just five more minutes." Thank you, always. ❤️

💝 Sponsors


🤝 Contributing

Contributions are welcome! Please read the contributing guide before opening a PR.


📄 License

Cebian is licensed under the GNU Affero General Public License v3.0 only (AGPL-3.0-only). Full text: LICENSE.

In short:

  • You are free to use Cebian.
  • If you modify and distribute Cebian — including running it as a network service — you must release the complete source of your modifications under the same AGPL-3.0 license.
  • For use cases that cannot comply with AGPL-3.0, please contact the maintainer via GitHub to discuss.

Frequently Asked Questions

What is Cebian?

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 117 GitHub stars.

Is Cebian safe to use?

Cebian failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.

How do I install Cebian?

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).

What programming language is Cebian written in?

Cebian is primarily written in TypeScript. It is open-source under maotoumao on GitHub, so you can review or fork the full source.

Are there alternatives to Cebian?

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.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details