Agent skill · mvanhorn

pp-ashby

Printing Press CLI for Ashby. Unauthenticated, read-only access to currently published postings on a named Ashby job board.

What it needs

About 11k tokens when loaded.

What this skill does

Ashby — Printing Press CLI Prerequisites: Install the CLI This skill drives the ashby-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: ashby-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. Turn any known Ashby job-board name into structured, agent-friendly job data while enforcing Ashby's public-listing boundary. When Not to Use This CLI Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis. Unique Capabilities These capabilities aren't available in any other tool for this API. Public job intelligence postings list — Lists only publicly listed Ashby jobs and supports structured filtering across department, team, location, workplace type, employment type, publication date, currency, and compensation range. Agents and job seekers get keyless machine-readable discovery without surfacing an unlisted posting returned upstream. Recipes Find remote engineering roles Uses structured remote and department filters. Find published compensation Filters published structured compensation. Build a local index Mirrors a known public board into SQLite. …

How to use it

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

@skills mvanhorn/ashby

View the source on GitHub

Browse the @skills marketplace