Docs/Plugin Ecosystem
Universal Tutorial

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:publish distributes them.
  • CoreBox aggregates plugin commands for search, shortcuts, and workflows.

Types

TypeDescriptionExamples
FunctionalUI, events, or servicesTask capture, translation, scripts
WidgetLives in workspace or notification centerDashboards, timers, snapshots
WorkflowAPI-onlyBatch operations, automation chains

Discover & Manage

  1. Open CoreBox, type store.
  2. Filter by tags, rating, or search; click Add to install.
  3. 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

Was this helpful?