1. Add the plugin. Run these from inside Claude Code, then start a new session so the /pss skill is discovered:
/plugin marketplace add arxhive/pss-plugin /plugin install pss@pss
2. Install the pss CLI. The plugin needs the pss CLI on your PATH. Build and link it from a checkout of the repo (run in your terminal):
git clone https://github.com/arxhive/pss-plugin cd pss-plugin pnpm install pnpm --filter @pss/cli build pnpm --filter @pss/cli link --global
Point the CLI at your portal with PSS_ENDPOINT if it is not at http://localhost:3000. Then run /pss in any session to capture and share it. See the install guide.