Plugin Ecosystem
Plugin Ecosystem
Philosophy
- Plugins are capsules with dedicated sandboxes and 10 MB storage quotas.
- Manifests declare metadata, entry points, and permissions;
pnpm utils:publishdistributes them. - CoreBox aggregates plugin commands for search, shortcuts, and workflows.
Types
| Type | Description | Examples |
|---|---|---|
| Functional | UI, events, or services | Task capture, translation, scripts |
| Widget | Lives in workspace or notification center | Dashboards, timers, snapshots |
| Workflow | API-only | Batch operations, automation chains |
Discover & Manage
- Open CoreBox, type
store. - Filter by tags, rating, or search; click Add to install.
- Manage versions, permissions, and status via Settings → Plugins.
Security
- Plugins run in isolated processes and talk through Channel APIs.
- Sensitive permissions trigger consent sheets and runtime prompts.
- Over-budget plugins are paused automatically.
Starter Stack
- Core efficiency:
touch-browser-open+touch-intelligence+touch-translation. - Engineering:
touch-workspace-scripts+touch-code-snippets+touch-dev-toolbox. - Desktop control:
touch-window-manager+touch-window-presets+touch-quick-actions.
Built-in Plugin Docs
- Recommended entry: Recommended Plugin Bundles
- Full catalog: Built-in Plugin Catalog
Was this helpful?