Official exampleReference example in the Paperclip repository, for development.

Hello World

A first-party reference plugin showing the smallest possible UI extension: a dashboard widget. The quickest starting point for plugin authors.

PaperclipIn the Paperclip repoDevelopment example

What it does

  • A dashboard widget UI slot
  • Reads host context such as the company ID
  • Worker lifecycle hooks for basic health checks

Install

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

pnpm --filter @paperclipai/plugin-hello-world-example build
npx paperclipai plugin install ./packages/plugins/examples/plugin-hello-world-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.