Files
paperclip/packages/plugins/examples/plugin-kitchen-sink-example
dependabot[bot] 6f142a60ce build(deps-dev): bump @types/node from 22.19.11 to 22.19.21 (#7748)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 22.19.11 to 22.19.21.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-18 15:46:06 -07:00
..

@paperclipai/plugin-kitchen-sink-example

Kitchen Sink is the first-party reference plugin that demonstrates nearly the full currently implemented Paperclip plugin surface in one package.

It is intentionally broad:

  • full plugin page
  • dashboard widget
  • project and issue surfaces
  • comment surfaces
  • sidebar surfaces
  • settings page
  • worker bridge data/actions
  • events, jobs, webhooks, tools, streams
  • state, entities, assets, metrics, activity
  • local workspace and process demos

This plugin is for local development, contributor onboarding, and runtime regression testing. It is not meant as a production plugin template to ship unchanged.

Install

pnpm --filter @paperclipai/plugin-kitchen-sink-example build
pnpm paperclipai plugin install ./packages/plugins/examples/plugin-kitchen-sink-example

Or install it from the Paperclip plugin manager as a bundled example once this repo is built.

Notes

  • Local workspace and process demos are trusted-only and default to safe, curated commands.
  • The plugin settings page lets you toggle optional demo surfaces and local runtime behavior.
  • Some SDK-defined host surfaces still depend on the Paperclip host wiring them visibly; this package aims to exercise the currently mounted ones and make the rest obvious.