{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["platform-badges","admonition","img"]},"type":"markdown"},"seo":{"title":"Treasure AI Studio - Plugin Marketplace","description":"Treasure AI Product Documentation · Collect and Unify · Segment and Activate · Experiment and Analyze · Decisioning Automate with AI Scale and Trust.","siteUrl":"https://docs.treasure.ai","lang":"en-US","jsonLd":{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.treasure.ai/","name":"Treasure AI","url":"https://www.treasure.ai/","logo":"https://www.treasure.ai/hubfs/assets/images/logos/primary-logo.svg"},{"@type":"WebSite","@id":"https://docs.treasure.ai/#website","name":"Treasure AI Documentation","url":"https://docs.treasure.ai/","inLanguage":["en","ja"],"publisher":{"@id":"https://www.treasure.ai/"}}]},"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"plugin-marketplace","__idx":0},"children":["Plugin Marketplace"]},{"$$mdtype":"Tag","name":"PlatformBadges","attributes":{"platforms":["Web","Desktop"]},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Plugin Marketplace lets you extend Treasure AI Studio with new skills. With it you can:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Install any public skill marketplace"]}," — register a public, GitHub-hosted catalog of plugins."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enable or disable plugins individually"]}," — turn each plugin on or off for yourself."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Keep or drop the defaults"]}," — Treasure AI's plugins are enabled out of the box, and you can disable any of them."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Restrict who can add marketplaces"]}," — administrators can limit marketplace registration to admins only."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["marketplace"]}," is a catalog of plugins; a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["plugin"]}," bundles one or more skills. Enabling a plugin gives the AI new domain expertise without any local setup."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Plugins vs. skills"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["plugin"]}," is the unit you install and toggle; a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["skill"]}," is the individual instruction package the AI applies to a task. One plugin can deliver several skills. For example, the pre-installed ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["tdx-skills"]}," plugin delivers the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["segment"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["journey"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["workflow"]},", and other Treasure AI skills. To learn what skills are and how the AI applies them, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/skills"},"children":["Skills & Marketplace"]}," and the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/skills-catalog"},"children":["Supported Skills Catalog"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"objective","__idx":1},"children":["Objective"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Understand what a plugin marketplace is, how to register one, how to install and enable plugins, and how account administrators govern marketplace access for an organization."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"prerequisites","__idx":2},"children":["Prerequisites"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Signed in to Treasure AI Studio (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/getting-started"},"children":["Getting Started"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Familiarity with how skills work (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/skills"},"children":["Skills & Marketplace"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A public GitHub repository URL to register a custom marketplace (optional)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Account administrator privileges to manage organization-wide marketplaces and policies (optional)"]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-the-marketplace-works","__idx":3},"children":["How the Marketplace Works"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A marketplace is a public Git repository on GitHub that contains a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude-plugin/marketplace.json"]}," catalog file at its root. That file declares the marketplace name and the plugins it offers. When you register a marketplace, Studio reads the catalog and lists its plugins so you can install them."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Plugins are referenced as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["plugin-name@marketplace-name"]}," — for example, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tdx-skills@td-skills"]},". Installing or enabling a plugin makes its skills available in your chat sessions; disabling it removes them. None of this runs on your machine: enabled plugins are resolved when your AI session starts and their skills are loaded into the AI's context."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Changes apply to new sessions"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Enabling or disabling a plugin takes effect the next time you start a chat. Plugin selections are resolved at session start, so changes do not affect a conversation that is already open."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Marketplace updates"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A marketplace's plugins are fetched when the marketplace is first registered. In the current release, updates later published to the marketplace's GitHub repository are not automatically synced — the originally fetched version continues to be used, and there is no in-app refresh action."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Network access to GitHub is required"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Because marketplaces and their plugins are fetched from GitHub, Studio must be able to reach ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["github.com"]},". If your organization restricts outbound traffic with a network policy, add ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["github.com"]}," to the allowlist (if it is not already permitted). Specify the exact host ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["github.com"]}," — ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not"]}," a wildcard such as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["*.github.com"]},". Without it, registering a marketplace and loading plugins will fail."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"where-to-find-it","__idx":4},"children":["Where to Find It"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The marketplace lives in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Settings → Marketplace"]}," on Web and Desktop."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Marketplace"]}," — your personal view, where you register marketplaces and manage your plugin preferences."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Marketplace (admin)"]}," — visible only to account administrators, for managing marketplaces and default plugins for the whole organization."]}]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-marketplace-settings.6826b533337708ee08feb1adeee514359e6021140c507460f57aa923b28b62b7.985700c3.webp","alt":"Settings panel with the Marketplace tab selected, showing the anthropic-agent-skills and td-skills marketplaces expanded with per-plugin controls","framed":false,"withLightbox":true,"width":"800px"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Mobile"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The marketplace management interface is available on Web and Desktop only. Plugins you enable on Web or Desktop apply to your sessions on all platforms, including Mobile."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"marketplace-types","__idx":5},"children":["Marketplace Types"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Marketplaces appear grouped by where they come from, each with a badge:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Badge"},"children":["Badge"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Who Manages It"},"children":["Who Manages It"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["PRE-INSTALLED"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["System marketplaces that ship with Studio"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Managed by Treasure AI — cannot be removed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ADMIN"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Marketplaces registered for the whole organization"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Added and managed by account administrators"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MY"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Marketplaces you registered yourself"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Managed by you — register and remove freely"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"pre-installed-marketplaces","__idx":6},"children":["Pre-Installed Marketplaces"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Every account ships with the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["td-skills"]}," marketplace pre-installed, with the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["tdx-skills"]}," plugin enabled by default. This delivers the core Treasure AI skills for CDP segments and journeys, AI agents, workflows, campaigns, and CLI operations."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Free accounts additionally ship with the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["td-plg-skills"]}," marketplace and the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["treasure-ai-experience"]}," plugin enabled by default."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Pre-installed marketplaces are system-managed and cannot be deleted."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"registering-a-marketplace","__idx":7},"children":["Registering a Marketplace"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your account policy allows user-registered marketplaces, you can add your own GitHub-hosted catalog:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Settings → Marketplace"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Click ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Register marketplace"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["In the dialog, enter the GitHub repository URL for the marketplace."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Click ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Register"]},"."]}]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-marketplace-register-dialog.756f3a398eb4c3e37b903649680279a91da3583b85a84a3e0a795c543e843cd0.985700c3.webp","alt":"The Register Marketplace dialog with the GitHub repository URL field and Cancel and Register buttons","framed":false,"withLightbox":true,"width":"450px"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Studio fetches the repository's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude-plugin/marketplace.json"]},", reads the marketplace name from it, and adds the marketplace to your list under the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MY"]}," badge. Its plugins then appear ready to install."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Requirements"},"children":[{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The URL must be a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["public"]}," GitHub HTTPS repository ending in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".git"]}," (for example, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://github.com/owner/repo.git"]},")."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The repository must contain a valid ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude-plugin/marketplace.json"]}," at its root. If the file is missing, the repository is private, or the JSON is malformed, registration fails."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Marketplace and plugin names must be lowercase letters, numbers, and hyphens."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["You cannot register the same marketplace URL twice."]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Removing a marketplace you registered also removes all of its plugins from your list."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Only register marketplaces you trust"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A marketplace's plugins deliver skills — instructions that shape how the AI behaves. Registering a public marketplace means running third-party instructions in your sessions, which carries a risk of indirect prompt injection or otherwise malicious guidance. Only register marketplaces from sources you trust and have reviewed."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"installing-and-managing-plugins","__idx":8},"children":["Installing and Managing Plugins"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Expand a marketplace group to see its plugins. Each plugin shows its name, description, and skill count (when the catalog provides them). How you control a plugin depends on which marketplace it belongs to."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"plugins-from-your-own-marketplaces","__idx":9},"children":["Plugins from your own marketplaces"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Plugins from a marketplace you registered (the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MY"]}," group) have a simple on/off toggle:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["On"]}," — the plugin's skills are available in your sessions."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Off"]}," — the plugin remains listed but its skills are not loaded."]}]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-marketplace-user-plugin-toggle.49a089ac78f0c69cae48866802e0b1e030e8528ce5c4622d8d63d71590b1069b.985700c3.webp","alt":"A user-registered marketplace with the MY badge, its plugins shown with simple On/Off toggle switches","framed":false,"withLightbox":true,"width":"800px"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"plugins-from-pre-installed-and-admin-marketplaces","__idx":10},"children":["Plugins from pre-installed and admin marketplaces"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Plugins from ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["PRE-INSTALLED"]}," and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ADMIN"]}," marketplaces use a three-state control so you can follow or override the organization default:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"State"},"children":["State"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Meaning"},"children":["Meaning"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Default"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Follow the administrator's setting for this plugin. If the admin enabled it by default, it stays enabled."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["On"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Explicitly enable the plugin for yourself, regardless of the default."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Off"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Explicitly disable the plugin for yourself, even if it is enabled by default."]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Setting a plugin back to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Default"]}," removes your personal override and restores the administrator's setting."]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-marketplace-plugin-tristate.a08344f948b625acba05682eb632412f760a27094451dbfbc5096a0f04aba6ed.985700c3.webp","alt":"A plugin from a pre-installed marketplace showing the Default / On / Off three-state control expanded","framed":false,"withLightbox":true,"width":"700px"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"administrator-controls","__idx":11},"children":["Administrator Controls"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Account administrators manage marketplaces and plugins for the entire organization from the admin ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Marketplace"]}," tab in Settings."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"register-organization-wide-marketplaces-and-default-plugins","__idx":12},"children":["Register organization-wide marketplaces and default plugins"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Administrators can:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Register a marketplace for the whole account"]}," — it appears for every user under the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ADMIN"]}," badge."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enable a default plugin"]}," — turn on a plugin for all users by default. Users see it as ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Default"]}," and can override it for themselves (unless the account policy restricts them)."]}]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-marketplace-admin-plugins.a0fbdd04583aaf45f79d76c7bfc5d276f116c223f9b1ead2aee05dd1210c781e.985700c3.webp","alt":"The organization Marketplace tab showing a marketplace expanded with per-plugin enable/disable toggles","framed":false,"withLightbox":true,"width":"800px"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"govern-who-can-add-marketplaces","__idx":13},"children":["Govern who can add marketplaces"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The account-level ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["plugin policy"]}," controls whether users may register their own marketplaces:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Policy"},"children":["Policy"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Effect"},"children":["Effect"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Allow user-registered marketplaces"]}," (open)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Users can register their own GitHub-hosted marketplaces and manage their own plugin preferences. This is the default."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Admin only"]}," (admin_only)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Only administrator-registered marketplaces are available. Users cannot register marketplaces or change plugin settings, and the personal ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Marketplace"]}," tab is hidden for them."]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Toggle this with the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Allow user-registered marketplaces"]}," switch on the admin Marketplace tab."]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-marketplace-admin-policy-toggle.9503de3b3c3bc4b5fa69caf696ece6b64006cb2adcc40fcc0daeef0f7b75f7e8.985700c3.webp","alt":"The Marketplace Administration panel with the Allow user-registered marketplaces toggle and Register Marketplace button","framed":false,"withLightbox":true,"width":"700px"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"A governance control"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Admin only"]}," is also a security and governance control: it prevents users from introducing unvetted third-party skills into your environment. For organizations with strict security or compliance requirements, set the policy to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["admin only"]}," so that only marketplaces reviewed by administrators are available."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"How plugins are resolved"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When a session starts, Studio combines the marketplaces and enabled plugins that apply to you. Under the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["open"]}," policy, this is the union of admin-defined plugins and your own enabled plugins, minus anything you explicitly turned ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Off"]},". Under ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["admin only"]},", only administrator-defined plugins apply."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"verification","__idx":14},"children":["Verification"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["After reading this guide, you can:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"input","attributes":{"checked":false,"type":"checkbox","readOnly":true},"children":[]}," Explain the difference between a marketplace, a plugin, and a skill"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"input","attributes":{"checked":false,"type":"checkbox","readOnly":true},"children":[]}," Find the Marketplace tab in Settings on Web or Desktop"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"input","attributes":{"checked":false,"type":"checkbox","readOnly":true},"children":[]}," Register a public GitHub-hosted marketplace (when your policy allows it)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"input","attributes":{"checked":false,"type":"checkbox","readOnly":true},"children":[]}," Enable or disable a plugin, and use the Default/On/Off states for admin-managed plugins"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"input","attributes":{"checked":false,"type":"checkbox","readOnly":true},"children":[]}," As an administrator, register an organization-wide marketplace and set the user-registration policy"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"troubleshooting","__idx":15},"children":["Troubleshooting"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Issue"},"children":["Issue"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Solution"},"children":["Solution"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Registration fails with a catalog error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Confirm the repository is public, the URL ends in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".git"]},", and a valid ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude-plugin/marketplace.json"]}," exists at the repository root."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Registration or plugin loading fails behind a network policy"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Studio fetches marketplaces and plugins from GitHub. Ensure your organization's network policy allows outbound access to the exact host ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["github.com"]}," — not a wildcard such as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["*.github.com"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Register marketplace"]}," button"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Your account policy is set to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["admin only"]},". Ask an administrator to register the marketplace or to allow user-registered marketplaces."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["New plugin's skills are not available"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Start a new chat. Plugins are resolved at session start, so existing conversations are unaffected."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A plugin keeps coming back after you disable it"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["It is enabled by default at the account level. Set its state to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Off"]}," (not ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Default"]},") to override the administrator setting."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The Marketplace tab is missing entirely"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The marketplace interface is Web and Desktop only; it is not available on Mobile."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"next-steps","__idx":16},"children":["Next Steps"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/skills"},"children":["Skills & Marketplace"]}," — Learn how skills work and how the AI applies them"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/sharing-custom-skills"},"children":["Sharing Custom Skills"]}," — Share skills inside your account without a public repository"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/skills-catalog"},"children":["Supported Skills Catalog"]}," — Reference of every skill delivered by the pre-installed plugins"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/concepts"},"children":["Core Concepts"]}," — Configure work folders with pre-selected skill defaults"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/security"},"children":["Security & Permissions"]}," — How access control works in Studio"]}]}]},"headings":[{"value":"Plugin Marketplace","id":"plugin-marketplace","depth":1},{"value":"Objective","id":"objective","depth":2},{"value":"Prerequisites","id":"prerequisites","depth":2},{"value":"How the Marketplace Works","id":"how-the-marketplace-works","depth":2},{"value":"Where to Find It","id":"where-to-find-it","depth":2},{"value":"Marketplace Types","id":"marketplace-types","depth":2},{"value":"Pre-Installed Marketplaces","id":"pre-installed-marketplaces","depth":3},{"value":"Registering a Marketplace","id":"registering-a-marketplace","depth":2},{"value":"Installing and Managing Plugins","id":"installing-and-managing-plugins","depth":2},{"value":"Plugins from your own marketplaces","id":"plugins-from-your-own-marketplaces","depth":3},{"value":"Plugins from pre-installed and admin marketplaces","id":"plugins-from-pre-installed-and-admin-marketplaces","depth":3},{"value":"Administrator Controls","id":"administrator-controls","depth":2},{"value":"Register organization-wide marketplaces and default plugins","id":"register-organization-wide-marketplaces-and-default-plugins","depth":3},{"value":"Govern who can add marketplaces","id":"govern-who-can-add-marketplaces","depth":3},{"value":"Verification","id":"verification","depth":2},{"value":"Troubleshooting","id":"troubleshooting","depth":2},{"value":"Next Steps","id":"next-steps","depth":2}],"frontmatter":{"seo":{"title":"Treasure AI Studio - Plugin Marketplace"},"platforms":["Web","Desktop"]},"lastModified":"2026-07-08T07:33:25.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/ai-studio/skills/marketplace","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}