Appearance
Install from marketplace
Pin a global (marketplace) skill into your project or organization so it participates in resolution.
Feature flag
Marketplace APIs and UI require SKILL_MARKETPLACE_ENABLED=true on the server. If the Skill Library gallery is missing or returns 404, ask your admin to enable the flag (common default off on on-prem).
Steps
Open the Skill Library
In the console, go to /skills (Skill Library / marketplace gallery).Preview
Open a skill, read the renderedSKILL.md, check scan status, and review any scripts before installing. Install to project (or org)
Choose Install to project (or org). This creates a pin (pinned_sha) — it does not by itself write files to your laptop. Pull with the CLI
pm-skills list
pm-skills pull The installed skill should appear in the effective set and on disk. CLI note
pm-skills search --marketplace (when supported by your server) helps discovery; install pins are UI-only in the current CLI. There is no pm-skills install write command in the shipped read-only client.
Manage pins later
Use the installed-skills panel to change pin SHA, toggle auto-update, or uninstall. Then pm-skills update / pull on developer machines and CI.