Plugins, schedules, connectors, policy hooks, headless CI. Everything that makes the CLI feel like infrastructure, not a toy.
Bundle tools, hooks, slash commands, and rules into reusable packages. Share with your team or publish to npm.
cline plugin install @org/postgresGate every tool call with a script. Allow safe reads, require approval on writes, block anything that touches prod.
--hook-command ./policy.shCron-driven agents that run independently of your terminal. Daily standup summaries, weekly dependency checks, nightly triage.
cline schedule create "..." --cron "0 9 * * 1-5"Chat with the agent from Slack, Discord, Telegram, Google Chat, WhatsApp, or Linear. Each thread is its own session.
cline connect slackStand up a coordinator with specialists. They share a task board, an inter-agent mailbox, and a mission log that survives restarts.
cline --team-name release-prep "..."Spin off isolated git worktrees per task so parallel agents never collide on the same branch.
cline --worktree "Migrate to flat config"Fire a task into the background, reclaim your terminal, and pop back in later. Long migrations, refactors, and reviews run while you do other work.
cline -z "Migrate to flat config"Drop into GitHub Actions, GitLab, or any pipeline. Machine-readable output, full auto-approve, exit codes you can branch on.
cline "..." --json --auto-approve trueEverything you need to know about the Cline CLI