Documentation

NYNJ World Cup Concierge CLI

nynj-world-cup-concierge-pp-cli

Install

npx -y @mvanhorn/printing-press-library install nynj-world-cup-concierge

Installs the CLI binary and the agent skill for Claude Code, Codex, Cursor, Gemini CLI, Copilot, and more. Add --cli-only or --skill-only for one half. Requires Node.

Documentation

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).

Commands

nynj-world-cup-concierge-pp-cli extract --agent
nynj-world-cup-concierge-pp-cli doctor --pretty

Filter 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

Sources

Safety

This CLI is read-only. It does not authenticate, book, purchase, submit, or mutate remote state.

For agents: pass /documentation/nynj-world-cup-concierge/agents.md to install this CLI from a prompt.