PSPapiSkill
Main content

CLI

The `papiskill` CLI installs skills into Codex, Claude Code, Cursor, generic project folders, or a custom directory.

Before npm publication, run the CLI from the repository workspace. After publication, use `npx papiskill`.

From the repository

npm --workspace papiskill run dev -- search reviewnpm --workspace papiskill run dev -- info official/code-reviewnpm --workspace papiskill run dev -- install official/code-review --target codex

After npm publication

npx papiskill search reviewnpx papiskill info official/code-reviewnpx papiskill install official/code-review --target codexnpx papiskill login psk_...npx papiskill login psk_... --api-url http://localhost:3000npx papiskill install yaacov/my-private-skillnpx papiskill validate ./my-skillnpx papiskill doctor --check-apinpx papiskill uninstall official/code-review