About this plugin
Workspace Summary
Practical official template plugin for PI-Desktop.
What it does
- Opens an isolated panel with a workspace inventory
- Reads top-level entries and a README excerpt
- Copies a markdown summary to the clipboard
- Registers an agent tool:
plugin_demo_workspace_summary_workspace_summary
Permissions
ui.panelfs.read.workspaceclipboard.writenotifyagent.tool.register
Why this template
Use this as the starting point for real productivity plugins:
- Keep a small
manifest.json - Register commands/tools in
main.js - Put UI in
renderer/index.html - Request only the permissions you need