Official curated plugins for Cline. This repository is the default collection behind Cline CLI slug installs, e.g.:
cline plugin install nanobanana
Each plugin lives in plugins/<slug>. The directory name is the install keyword, so plugins/web-search installs with cline plugin install web-search.
| Plugin | What it adds |
|---|---|
agents-squad |
Background subagents with presets, skills, and shared handoffs. |
automation-events |
Demo automation events emitted from a plugin. |
background-terminal |
Long-running shell jobs with polling and cleanup tools. |
branch-protector |
A hook that blocks protected branch pushes unless explicitly allowed. |
bundled-skills-demo |
A package plugin that proves bundled skill discovery works. |
custom-compaction |
Provider message compaction through a plugin message builder. |
data-analyst |
ClickHouse data analyst skill with supporting analysis and ClickHouse sub-skills. |
env-blocker |
A hook that blocks reads of secret .env files. |
gitignore-read-files-guard |
A hook that blocks file access to .gitignore ignored paths. |
intercom-support-triage |
Intercom conversation triage tools for support workflows. |
linear |
Linear SDK scripting skill for issue, project, team, cycle, and comment workflows. |
mac-notify |
macOS notifications when a Cline run completes. |
nanobanana |
Image generation through OpenRouter and Gemini image models. |
typescript-lsp |
TypeScript language service goto_definition support. |
weather-metrics |
Demo weather tool plus runtime metrics hooks. |
web-search |
Exa-backed web search as a Cline tool. |
For local development, install one plugin directory at a time:
cline plugin install ./plugins/web-search --cwd .See CONTRIBUTING.md. Run validation before opening a PR:
npm run validate