paperclip/packages/plugins/examples/plugin-kitchen-sink-example
dependabot[bot] d95c71027d
chore(deps-dev): bump @types/react-dom from 19.2.4 to 19.2.5 (#12253)
Bumps
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
from 19.2.4 to 19.2.5.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">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-09-03 16:17:02 -07:00
..
scripts Add kitchen sink plugin example 2026-03-13 23:03:51 -05:00
src feat(mcp) [split 2/8]: add governed access contracts (#9557) 2026-07-14 12:57:20 -05:00
README.md fix(security): route paperclipai CLI guidance through safe npx form (CWE-78) (#11400) 2026-08-14 22:11:16 -07:00
package.json chore(deps-dev): bump @types/react-dom from 19.2.4 to 19.2.5 (#12253) 2026-09-03 16:17:02 -07:00
tsconfig.json Add kitchen sink plugin example 2026-03-13 23:03:51 -05:00

README.md

@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
npx 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.