@agentmentor/install
v0.1.0-202608240924
Published
Public installer for the Agent Mentor DeepSeek Harness plugin. Downloads the private plugin package only after a valid pk_* license is verified; no paid content is shipped on npm.
Readme
Agent Mentor — DSH plugin installer (public shell)
This npm package contains only the installer. It downloads the paid Agent
Mentor DSH plugin package from the delivery worker after verifying your
pk_* plugin license, then installs it into DeepSeek Harness.
Install
curl -fsSL https://get.agentmentor.dev/install.sh | sh
# or on Windows PowerShell:
# powershell -NoProfile -ExecutionPolicy Bypass -Command "& ([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://get.agentmentor.dev/install.ps1).Content)) 'pk_...'"or directly:
npx -y @agentmentor/install --key pk_...The installer performs 8 steps: DSH CLI check/install, plugin license verify, gated plugin package download, extraction to a stable DSH_HOME path, reader dependency install, license.conf write, profile patch, and agent preset install.
