Agent skill · mvanhorn

pp-bestfoodtrucks

The only Best Food Trucks client that can tell you where a truck goes, not just what's parked outside today. Trigger phrases: `what food truck is at my office today`, `check the food truck schedule`, `when does my favorite food truck come back`, `best food trucks in Los Angeles`, `food truck menu and prices`, `use bestfoodtrucks`, `run bestfoodtrucks`.

What it needs

About 11k tokens when loaded.

What this skill does

Best Food Trucks — Printing Press CLI Prerequisites: Install the CLI This skill drives the bestfoodtrucks-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. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: bestfoodtrucks-pp-cli --version 3. Ensure the reported install directory 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.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Best Food Trucks has no public API, no SDK, and no way to ask 'where else does this truck park' or 'summarize this week for my team.' This CLI talks directly to the same GraphQL backend the website and mobile apps use, then adds schedule digests, cuisine search, truck-centric reverse lookup, and cross-lot views the live site was never built to answer. When to Use This CLI Use this CLI for anonymous, read-only lookups of Best Food Trucks lot schedules, truck rotations, and menu data — checking what's at a specific office campus or lot, tracking a favorite truck's schedule across lots, or summarizing a week's schedule for a team. It is the right tool whenever a task needs structured or human-readable schedule/menu data faster than clicking through the bot-protected website by hand. Anti-triggers Do not use this CLI for: Do not use this CLI to place real food orders or complete checkout — order-ahead requires a customer login and payment method, which this CLI does not automate. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/bestfoodtrucks

View the source on GitHub

Browse the @skills marketplace