Agent skill · mvanhorn
pp-seek
Every SEEK search and job-detail feature, plus a local job history, salary distributions, and hiring trends no other SEEK tool has. Trigger phrases: `search seek for <role> jobs in <city>`, `what's the salary range for <role> on seek`, `any new jobs matching my saved searches`, `who is hiring <role> in <city>`, `seek hiring trends for <classification>`, `use seek`, `run seek`.
What it needs
About 11k tokens when loaded.
What this skill does
<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/productivity/seek/SKILL.md, regenerated post-merge by tools/generate-skills/. Hand-edits here are silently overwritten on the next regen. Edit the library/ source instead. See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". --> SEEK — Printing Press CLI Prerequisites: Install the CLI This skill drives the seek-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: seek-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. seek-pp-cli searches Australian and New Zealand job listings, pulls full job details through SEEK's own JSON endpoints (never the bot-gated HTML), and keeps every job it has seen in a local SQLite store. On top of that it computes salary percentiles (salary), hiring-volume trends over time (trends), per-company hiring scans (company), and runs all your saved searches for new postings in one command (me new-jobs). No API key; no hosted scraper. When to Use This CLI Use seek-pp-cli when an agent needs to search or monitor Australian/NZ job listings, pull structured job details, compute salary statistics, or track hiring volume over time. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/pp-seek