Official exampleReference example in the Paperclip repository, for development.
File Browser
Browse and edit project workspace files from a project detail tab, with an optional sidebar Files link. Saving writes changes back to disk inside the workspace. A reference example in the Paperclip repository.
PaperclipIn the Paperclip repoDevelopment example
What it does
- Workspace file tree and editor tab
- Saving writes files to disk, scoped to the workspace
- Optional sidebar Files link, off by default
Install
Repo-local development example. Don’t assume it ships in production installs.
pnpm --filter @paperclipai/plugin-file-browser-example build
npx paperclipai plugin install ./packages/plugins/examples/plugin-file-browser-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)