From nz-skills
Tracks NZ Parliament bills and their legislative progress via the public bills.parliament.nz API. Useful for bill status, stage timeline, sponsor, and keyword search.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:nz-parliamentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track bills before the New Zealand Parliament and their progress through the House,
Track bills before the New Zealand Parliament and their progress through the House, from the public bills.parliament.nz JSON API. Keyless, read-only; no login, account, or API key.
nz-ministers skillcli=skills/nz-parliament/scripts/cli.py
# Current bills before the House
python3 $cli bills
python3 $cli bills --limit 30 --json
# Search bills by keyword (across all bills, not just current)
python3 $cli bills --keyword climate --all
python3 $cli bills -k "firearms" --all --json
# One bill's detail + stage timeline (by bill number or id)
python3 $cli bill 324-1
python3 $cli bill 204-1 --json
bills — -k/--keyword TEXT, --all (include non-current bills), --limit N
(1–50, default 20), --page N, --jsonbill <ref> — <ref> is a bill number (e.g. 324-1) or bill id (GUID); --jsonscripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdbill detail.--json on every command gives machine-readable output for agent chaining.npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsSearch official New Zealand parliamentary debates, speeches and oral-question transcripts by speaker, date, topic, bill and sitting.
Queries the Korean National Assembly Open API via k-skill-proxy to search bills, retrieve bill details, and look up plenary voting records by legislator. Read-only.
Conducts UK legal research via Lex API: searches Acts, sections, amendments, explanatory notes for legislation and statutory queries.