pp-openipa
Installation
SKILL.md
IndicePA — Printing Press CLI
Prerequisites: Install the CLI
This skill drives the openipa-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 into a user bin directory:
npx -y @mvanhorn/printing-press-library install openipa --cli-only --bin-dir ~/.local/bin - Verify:
openipa-pp-cli --version - Ensure
~/.local/binis on$PATHfor the agent/runtime that will invoke this skill.
If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.3 or newer):