Agent skill · mvanhorn
pp-lever
Printing Press CLI for Lever. Public Lever postings API (https://api.lever.co/v0/postings). Every Lever customer exposes an open job board at api.
What it needs
About 11k tokens when loaded.
What this skill does
Lever — Printing Press CLI Prerequisites: Install the CLI This skill drives the lever-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: lever-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. Public Lever postings API (https://api.lever.co/v0/postings). Every Lever customer exposes an open job board at api.lever.co/v0/postings/{company} with mode=json, no authentication. The company slug is a path segment that identifies the employer (e.g. leverdemo, netflix, eventbrite). Generic CLI: the company slug is the first positional argument on every command. lever postings list stripe lists Stripe's open roles when Stripe publishes through Lever. 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. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/lever