Agent skill · mvanhorn
pp-texas-roadhouse
Printing Press CLI for Texas Roadhouse. Waitlist: find a nearby store, read the quote, join and leave the list. Trigger phrases: `join the waitlist`, `Texas Roadhouse wait`, `roadhouse nearby`.
What it needs
About 11k tokens when loaded.
What this skill does
Texas Roadhouse - call ahead seating Prerequisites: Install the CLI This skill drives the texas-roadhouse-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: texas-roadhouse-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. Waitlist CLI for Texas Roadhouse. Find a nearby store, read the quote, join and leave the list. Unofficial integration: This skill is not affiliated with or endorsed by Texas Roadhouse. It uses browser-observed, undocumented endpoints that may change without notice. A waitlist submission sends the guest's name, email address, phone number, and party details to Texas Roadhouse. Do not put that identity on argv flags. Agents pass stdin JSON, --guest-file, or TEXASROADHOUSEGUEST env vars. --dry-run redacts guest fields. Hidden name/email/phone flags are a private --yes path only. Live submit / checkin / cancel require --yes. MCP privacy boundary: the MCP server intentionally does not expose waitlist submit, because MCP hosts can retain tool-call arguments in transcripts or logs. Use the CLI's stdin JSON, --guest-file, environment, or interactive-prompt flow for a guest join. Last endpoint verification: 2026-08-29. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/texas-roadhouse