with one click
pp-nynj-world-cup-concierge
Use the public NYNJ World Cup Concierge to extract official Explore NYNJ, Fan Experiences, and Watch Parties/Public Viewing candidates.
Use the public NYNJ World Cup Concierge to extract official Explore NYNJ, Fan Experiences, and Watch Parties/Public Viewing candidates.
Printing Press CLI for Kit.
Keyword Tool data from eRank, plus local scoring, drift, and listing-gap analysis for Etsy sellers. Trigger phrases: `research dad mug on eRank`, `score an Etsy keyword`, `find eRank top listings`, `compare Etsy listing tags`, `use eRank`, `run eRank`.
Research Etsy products, shops, and keywords from EverBee in a repeatable agent-ready workflow. Trigger phrases: `research Etsy product opportunities`, `analyze an EverBee shop`, `find Etsy keyword gaps`, `score this Etsy niche`, `compare competitor Etsy tags`, `use EverBee`, `run EverBee`.
Keyword Tool data from eRank, plus local scoring, drift, and listing-gap analysis for Etsy sellers. Trigger phrases: `research dad mug on eRank`, `score an Etsy keyword`, `find eRank top listings`, `compare Etsy listing tags`, `use eRank`, `run eRank`.
Inspect, audit, and right-size your Azure Functions from the terminal — cold-start trends, config drift Trigger phrases: `check my azure functions`, `are my functions cold-starting`, `should I move off the consumption plan`, `audit my function app settings`, `find unused azure functions`, `use azure-functions-admin`, `run azure-functions-admin`.
Authoritative IMO ship particulars on the command line Trigger phrases: `look up IMO`, `GISIS particulars`, `ship particulars by IMO`, `vessel registry lookup`, `flag-hop history for vessel`, `use gisis`, `run gisis`.
| name | pp-nynj-world-cup-concierge |
| description | Use the public NYNJ World Cup Concierge to extract official Explore NYNJ, Fan Experiences, and Watch Parties/Public Viewing candidates. |
| author | Amit |
| license | Apache-2.0 |
| argument-hint | <command> [args] | install cli |
| allowed-tools | Read Bash |
| metadata | {"openclaw":{"requires":{"bins":["nynj-world-cup-concierge-pp-cli"]}}} |
This skill drives the nynj-world-cup-concierge-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
npx -y @mvanhorn/printing-press-library install nynj-world-cup-concierge --cli-only
nynj-world-cup-concierge-pp-cli --version$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.3 or newer):
go install github.com/mvanhorn/printing-press-library/library/travel/nynj-world-cup-concierge/cmd/nynj-world-cup-concierge-pp-cli@latest
If --version reports "command not found" after install, the install step did not put the binary on $PATH. Do not proceed with skill commands until verification succeeds.
Use this CLI when a user asks for official NYNJ World Cup 26 fan experiences, Explore NYNJ entries, watch-party/public-viewing guidance, or trip-window filtering for NYNJ activities.
Do not use this CLI to book, buy, reserve, register, publish, submit, or mutate remote state. It is read-only and returns public discovery data only.
extract — Fetch public NYNJ World Cup Concierge sources and emit normalized JSON candidates.
nynj-world-cup-concierge-pp-cli extract --agent — Extract all public categories as compact JSON.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 — Extract only activities whose public date ranges overlap July 2 through July 6, 2026.doctor — Validate source reachability and extraction shape.
nynj-world-cup-concierge-pp-cli doctor --pretty — Check source health and required categories.Add --agent to extract for compact JSON. Use --pretty only when a human is inspecting the output.
Important filters:
--category <name> is repeatable.--date-window-start YYYY-MM-DD and --date-window-end YYYY-MM-DD keep candidates whose parsed date range overlaps the window.--exclude-undated removes general guidance from a date-windowed activity feed.Parse $ARGUMENTS:
help, or --help means show nynj-world-cup-concierge-pp-cli --help.install means install using the command in Prerequisites.--agent when machine-readable output is appropriate.Run:
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
The response contains meta, categories, prompts, and candidates. Parse candidates[] for activity records and use source_url/url for official source attribution.