Read-only Printing Press CLI for the public NYNJ World Cup Concierge and Host Committee fan-experience pages.
The CLI extracts normalized JSON candidates from public NYNJ World Cup 26 sources, including Explore NYNJ cards, Fan Experiences, and Watch Parties/Public Viewing guidance. It is designed for trip-planning agents that need official, source-linked activity candidates with stable IDs.
Created by @amit (Amit).
The recommended path installs both the nynj-world-cup-concierge-pp-cli binary and the pp-nynj-world-cup-concierge agent skill (Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, and other agents supported by the upstream skills CLI) in one shot:
npx -y @mvanhorn/printing-press-library install nynj-world-cup-conciergeFor CLI only (no skill):
npx -y @mvanhorn/printing-press-library install nynj-world-cup-concierge --cli-onlyFor skill only — installs the skill into the same agents as the default command above, but skips the CLI binary (use this to update or reinstall just the skill):
npx -y @mvanhorn/printing-press-library install nynj-world-cup-concierge --skill-onlyTo constrain the skill install to one or more specific agents (repeatable — agent names match the skills CLI):
npx -y @mvanhorn/printing-press-library install nynj-world-cup-concierge --agent claude-code
npx -y @mvanhorn/printing-press-library install nynj-world-cup-concierge --agent claude-code --agent codexIf npx isn't available (no Node, offline), install the CLI directly via Go (requires Go 1.26.4 or newer):
go install github.com/mvanhorn/printing-press-library/library/travel/nynj-world-cup-concierge/cmd/nynj-world-cup-concierge-pp-cli@latestThis installs the CLI only — no skill.
Download a pre-built binary for your platform from the latest release. On macOS, clear the Gatekeeper quarantine: xattr -d com.apple.quarantine <binary>. On Unix, mark it executable: chmod +x <binary>.
Install the CLI binary first. The installer writes binaries to a per-user managed bin directory by default: $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows.
npx -y @mvanhorn/printing-press-library install nynj-world-cup-concierge --cli-onlyThen install the focused Hermes skill.
From the Hermes CLI:
hermes skills install mvanhorn/printing-press-library/cli-skills/pp-nynj-world-cup-concierge --forceInside a Hermes chat session:
/skills install mvanhorn/printing-press-library/cli-skills/pp-nynj-world-cup-concierge --forceRestart the Hermes session or gateway if the newly installed skill is not visible immediately.
Install both the CLI binary and the focused OpenClaw skill. The installer defaults binaries to a per-user bin directory ($HOME/.local/bin on macOS/Linux, %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows):
npx -y @mvanhorn/printing-press-library install nynj-world-cup-concierge --agent openclawRestart the OpenClaw session or gateway if the newly installed skill is not visible immediately.
nynj-world-cup-concierge-pp-cli extract --agent
nynj-world-cup-concierge-pp-cli doctor --prettyFilter to a trip window:
nynj-world-cup-concierge-pp-cli extract \
--agent \
--category "Fan Experiences" \
--category "Watch Parties" \
--date-window-start 2026-07-02 \
--date-window-end 2026-07-06 \
--exclude-undated- https://nynjfwc26.com/destination/
- https://nynjfwc26.com/fan-events/
- https://nynj-ai.neurun.com/api/race/event/guid/ef742ab9-0cc1-45dc-a173-739ec1eeb541
- https://nynj-ai.neurun.com/api/prompts/by-event/ef742ab9-0cc1-45dc-a173-739ec1eeb541?lang=en
This CLI is read-only. It does not authenticate, book, purchase, submit, or mutate remote state.