From nz-skills
Searches and inspects public SEEK.co.nz job listings by keyword, location, or job ID. Returns CLI or JSON output for New Zealand job-market snapshots, salary snippets, and company details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:seek-co-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live public SEEK.co.nz job-search results and public job detail pages through a deterministic Python CLI with human-readable and JSON output.
Query live public SEEK.co.nz job-search results and public job detail pages through a deterministic Python CLI with human-readable and JSON output.
scripts/cli.py search with explicit keywords and the narrowest useful --where value.--limit to keep result pages small and respectful.job <id> for public detail after selecting a result.--json for agent chaining, alerts, market snapshots, or downstream analysis.Run from the repository root:
python3 skills/seek-co-nz/scripts/cli.py <command> [flags]
search <keywords> [--where LOCATION] [--page N] [--limit N] [--json] — search public SEEK.co.nz job listingsjob <job-id> [--json] — fetch public detail for a numeric SEEK job idExamples:
python3 skills/seek-co-nz/scripts/cli.py search "python developer" --where Auckland --limit 5
python3 skills/seek-co-nz/scripts/cli.py search "data analyst" --where Wellington --limit 10 --json
python3 skills/seek-co-nz/scripts/cli.py job 92100951 --json
scripts/cli.pyscripts/smoke_test.pyreferences/api-notes.md403 from Cloudflare/edge filtering even though the same public page is accessible without login.npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries Trade Me NZ public listings across marketplace, property, motors, jobs, flatmates, rural, retirement, and commercial categories. No authentication required.
CLI tool for BOSS直聘 job search, recommendations, applications, and recruiter messaging via reverse-engineered API. Supports cookie extraction, QR login, and structured output.
Searches UK/France job platforms, matches listings to candidate profile, checks visa sponsorship and commute costs, ranks results by viability, exports to Excel.