pp-qbo

Installation
SKILL.md

Qbo — Printing Press CLI

Prerequisites: Install the CLI

This skill drives the qbo-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:

  1. Install via the Printing Press installer into a user bin directory:
    npx -y @mvanhorn/printing-press-library install qbo --cli-only --bin-dir ~/.local/bin
    
  2. Verify: qbo-pp-cli --version
  3. Ensure ~/.local/bin is on $PATH for 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.4 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead:

Installs
10
GitHub Stars
1.7K
First Seen
Jun 7, 2026
pp-qbo — mvanhorn/printing-press-library