From 0838742623f0b4ae382933339f8701c301841abe Mon Sep 17 00:00:00 2001 From: technical-writer Date: Tue, 2 Jun 2026 09:55:20 -0700 Subject: [PATCH] docs(plugins+diagram): per-workspace plugins as service proxies; Marketplace as roadmap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per CTO direction: surface that plugins let a workspace install services (LLM, voice, video, search, …) directly — no external site to configure — and that third-party devs will publish/sell them on a marketplace. Represented honestly (the docs already say the marketplace is 'Future' and MCP-server shape is expanding): - platform-architecture.svg: added a 'PLUGINS — install capabilities & services per workspace' band. Capabilities (skills/hooks/slash-commands/MCP tools) and the LLM service proxy are marked LIVE; voice/video/search are shown as the service-proxy direction; the Molecule Marketplace pill is explicitly dashed + 'roadmap'. Canvas extended to fit. - plugins.mdx: new 'Service proxies — bring a service into a workspace' section (MCP-wrap foundation, LLM proxy as the shipping example, per-workspace install) + a roadmap Callout for the marketplace that matches the existing 'does not yet ship a hosted plugin marketplace' framing. Rendered + visually QA'd via headless Chrome + Inter. Build green. Co-Authored-By: Claude Opus 4.8 (1M context) --- content/docs/plugins.mdx | 24 +++++++++++++++++++++ public/diagrams/platform-architecture.svg | 26 +++++++++++++++++++++-- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/content/docs/plugins.mdx b/content/docs/plugins.mdx index f38d5e9..115d977 100644 --- a/content/docs/plugins.mdx +++ b/content/docs/plugins.mdx @@ -17,6 +17,30 @@ figures out how to load it based on its shape. --- +## Service proxies — bring a service into a workspace + +A plugin doesn't have to be only a skill or a hook. Because the **MCP server** +shape lets a plugin wrap an external service, a plugin can act as a *service +proxy*: install it on a workspace and the agent gains that capability directly — +no separate website to sign into or configure. The platform's built-in **LLM +proxy** (platform-managed model routing) is the canonical, shipping example; the +same mechanism generalises to other services — voice, video generation, search, +and more — surfaced to the agent as MCP tools (available on MCP-capable runtimes +today, expanding to more). + +Because plugins install **per workspace** and UNION with org defaults, each role +gets exactly the services it needs, and nothing it doesn't. + + + **Roadmap — the Molecule Marketplace.** A hosted marketplace where third-party + developers publish and sell plugins (including service-proxy plugins) is on the + roadmap. Today, plugins install from the platform's curated `local://` registry + or from pinned `github://` refs (see [Sources](#sources-where)) — Molecule AI + does not yet ship a hosted plugin marketplace. + + +--- + ## Two-Axis Model ### Sources (where) diff --git a/public/diagrams/platform-architecture.svg b/public/diagrams/platform-architecture.svg index 3bcfc7d..676dfad 100644 --- a/public/diagrams/platform-architecture.svg +++ b/public/diagrams/platform-architecture.svg @@ -1,4 +1,4 @@ - + - + Molecule AI — the open-source OS for AI agent organizations @@ -212,4 +212,26 @@ + + + PLUGINS — install capabilities & services per workspace (no external site to configure) + + Per-workspace · installed like an app · UNION with org defaults + any dev can build a plugin; one plugin contract, two axes (source × shape) + Capabilities + + skills + hooks + slash-commands + MCP tools + + Service proxies (via MCP) + + LLM ✓ + voice + video + search + + Molecule Marketplace — third-party devs publish & sell · roadmap + -- 2.52.0