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- In a Paperclip source checkout, build the example from the repository root.
- Install it by local path.
- Review its manifest and capabilities before enabling it.
Example README (opens in a new tab)Plugin guide (opens in a new tab)