Official exampleReference example in the Paperclip repository, for development.

Kitchen Sink

A first-party reference plugin that demonstrates nearly the full Paperclip plugin surface in one package. Built for local development, contributor onboarding and runtime testing, not as a production template.

PaperclipIn the Paperclip repoDevelopment example

What it does

  • Plugin page, dashboard widget and settings page
  • Project, issue, comment and sidebar surfaces
  • Events, jobs, webhooks, tools and streams

Install

Repo-local development example. Don’t assume it ships in production installs.

pnpm --filter @paperclipai/plugin-kitchen-sink-example build
npx paperclipai plugin install ./packages/plugins/examples/plugin-kitchen-sink-example
  1. In a Paperclip source checkout, build the example from the repository root.
  2. Install it by local path.
  3. Review its manifest and capabilities before enabling it.