pp-nypl-digital-collections
Installation
SKILL.md
Nypl Digital Collections — Printing Press CLI
Prerequisites: Install the CLI
This skill drives the nypl-digital-collections-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
- Install via the Printing Press installer:
npx -y @mvanhorn/printing-press-library install nypl-digital-collections --cli-only - Verify:
nypl-digital-collections-pp-cli --version - Ensure
$GOPATH/bin(or$HOME/go/bin) is on$PATH.
If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.5 or newer):