Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
Queries Trade Me NZ public listings across marketplace, property, motors, jobs, flatmates, rural, retirement, and commercial categories. No authentication required.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:trademe-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live public Trade Me NZ listing data through a lightweight deterministic CLI with human-readable and JSON output.
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.
CLI tool for searching, scraping, and retrieving structured data from websites (Google, Amazon, YouTube, Zillow, travel, jobs, etc.). Useful for ad-hoc data collection or script automation.
Scrapes Facebook Marketplace listings (titles, prices, locations, seller info) via camoufox/camofox-browser with cookie injection and Playwright session management.
Share bugs, ideas, or general feedback.
Query live public Trade Me NZ listing data through a lightweight deterministic CLI with human-readable and JSON output.
scripts/cli.py search with the narrowest --type that answers the task--region for location-scoped searches; names like auckland are mapped to common ids--price-min, --price-max, and bedroom flags where relevantlisting <id> for public detail after selecting a resultregions and categories to discover ids--json for agent chaining, alerts, comparisons, or structured reportsRun with:
python3 skills/trademe-nz/scripts/cli.py <command> [flags]
search [query] --type marketplace|property-sale|property-rent|motors|jobs|flatmates|commercial-sale|commercial-lease|rural|retirement [--region id/name] [--price-min N] [--price-max N] [--bedrooms-min N] [--bedrooms-max N] [--limit N] [--page N] [--json]listing <listing-id> [--json] [--raw] — fetch public listing detailsregions [--json] — list Trade Me region idscategories [--query text] [--depth N] [--limit N] [--json] — list/search public category treeExamples:
python3 skills/trademe-nz/scripts/cli.py search iphone --limit 5
python3 skills/trademe-nz/scripts/cli.py search auckland --type property-rent --region auckland --bedrooms-min 2 --price-max 800 --json
python3 skills/trademe-nz/scripts/cli.py search aqua --type motors --region auckland --price-max 15000 --json
python3 skills/trademe-nz/scripts/cli.py search developer --type jobs --region auckland --json
python3 skills/trademe-nz/scripts/cli.py listing 5945835894 --json
scripts/cli.pyscripts/smoke_test.pyreferences/api-notes.md.json API paths may require application credentials; this skill uses the lowercase endpoints used by the modern website