Agent skill · mvanhorn
pp-scryfall
Printing Press CLI for Scryfall.
What it needs
About 11k tokens when loaded.
What this skill does
Scryfall — Printing Press CLI Prerequisites: Install the CLI This skill drives the scryfall-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: scryfall-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. HTTP Transport This CLI uses Chrome-compatible HTTP transport for browser-facing endpoints. It does not require a resident browser process for normal API calls. Command Reference bulk-data — Manage bulk data scryfall-pp-cli bulk-data — Returns a List of all bulk data items on Scryfall. cards — Manage cards scryfall-pp-cli cards autocomplete — Autocomplete scryfall-pp-cli cards get-all — Returns a List object that contains all cards in Scryfall’s database. scryfall-pp-cli cards get-by-arena-id — Get by arena id scryfall-pp-cli cards get-by-cardmarket-id — Fetch a card by its Cardmarket ID scryfall-pp-cli cards get-by-code-by-number — Get by code by number scryfall-pp-cli cards get-by-id — Get by id scryfall-pp-cli cards get-by-mtgo-id — Get by mtgo id scryfall-pp-cli cards get-by-multiverse-id — Get by multiverse id scryfall-pp-cli cards get-by-tcgplayer-id — Fetch a card by its TCGplayer ID scryfall-pp-cli cards get-named — Get named scryfall-pp-cli cards get-random — Get random scryfall-pp-cli cards post-collection — Accepts a JSON body with an identifiers array (max 75). …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/scryfall