README.md

September 18, 2026 · View on GitHub

image

Official curated plugins for Cline. This repository is the default collection behind Cline CLI slug installs, e.g.:

# Install the Cline CLI first.
npm i -g cline

# Download a curated plugin from this repository.
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.

Plugins

PluginWhat it adds
agent-browserWeb and Electron browser automation via the agent-browser CLI skill.
agents-squadBackground subagents with presets, skills, and shared handoffs.
background-terminalLong-running shell jobs with polling and cleanup tools.
branch-protectorA hook that blocks protected branch pushes unless explicitly allowed.
bundled-skills-demoA package plugin that proves bundled skill discovery works.
custom-compactionProvider message compaction through a plugin message builder.
clickhouse-data-analystClickHouse data analyst skill with supporting analysis and ClickHouse sub-skills.
env-blockerA hook that blocks reads of secret .env files.
gitignore-read-files-guardA hook that blocks file access to .gitignore ignored paths.
goalCompletion nudges for active goals with a slash command and completion tool.
intercom-support-triage-slackIntercom conversation triage tools for support workflows.
jev-browserFast browser goal execution with Jev through Vercel AI Gateway, screenshots, and isolated Chromium sessions.
linearLinear SDK scripting skill for issue, project, team, cycle, and comment workflows.
mac-notifymacOS notifications when a Cline run completes.
nanobananaImage generation through OpenRouter and Gemini image models.
speakSpeaks completed Cline replies with ElevenLabs text to speech.
typescript-lspTypeScript language service goto_definition support.
weather-metricsDemo weather tool plus runtime metrics hooks.
web-searchExa-backed web search as a Cline tool.

Install From Source

For local development, install one plugin directory at a time:

cline plugin install ./plugins/web-search --cwd .

Contributing

See CONTRIBUTING.md. Run validation before opening a PR:

npm run validate

License

Apache 2.0 © 2026 Cline Bot Inc.