name: browser-lookup description: > Browser-based lookups on Dutch government sources that require authentication, payment, or have no public API: KvK company search and extract ordering, UBO register (authorised parties only), BIG-register healthcare professional lookup, Zorgkaart Nederland, and similar. Activate when the user needs to look up a specific entity on these sites. Always ask the user to authenticate themselves — never handle credentials or payment. version: 0.1.0 allowed-tools: ["computer", "read_page", "find", "navigate", "javascript_tool"]
Browser Lookup — Authenticated Dutch Government Sources
Load references/browser_rules.md before any browser session.
Sites covered by this skill
| Site | URL | Auth required | What you can find |
|---|---|---|---|
| KvK Handelsregister | https://www.kvk.nl/zoeken/ | None for basic search | Name, address, KvK number, SBI code |
| KvK Uittreksel ordering | https://mijn.kvk.nl/ | KvK account + iDEAL | Certified extract (€2.85), company history, statutes |
| UBO Register | https://mijn.kvk.nl/ | DigiD (authorised signatory only) | UBO extract for your own organisation (€3.10) |
| BIG-register | https://www.bigregister.nl/ | None | Healthcare professional credentials, disciplinary notes |
| Zorgkaart Nederland | https://www.zorgkaartnederland.nl/ | None | Care providers by type and region |
| Woogle | https://woogle.wooverheid.nl/ | None | WOO dossiers full-text search |
Workflow — general
- Announce intent. Tell the user what you are about to look up and on which site.
- Check if auth is needed. Consult the table above.
- If auth is needed: ask the user to log in themselves, wait for confirmation.
- Never navigate to login forms proactively without the user's instruction.
- Navigate and search. Follow the site-specific procedures below.
- Extract and report. Read the relevant data from the page; do not screenshot personal data unnecessarily.
- Note what was found. Offer to add findings to the story state.
Site procedures
KvK basic search (no auth)
navigate → https://www.kvk.nl/zoeken/?query=COMPANY_NAME
wait 2s
read_page (filter: interactive)
# Fill search box if needed, submit
# Read results: kvk number, legal form, address, SBI codes
KvK uittreksel (requires user to be logged in)
# 1. Ask user to log into https://mijn.kvk.nl/ and confirm
# 2. navigate → https://mijn.kvk.nl/
# 3. Find company by KvK number
# 4. Select "Uittreksel bestellen"
# 5. STOP: ask user to complete payment (€2.85 iDEAL) themselves
# 6. After user confirms download, assist locating PDF
UBO extract (requires DigiD — authorised signatory only)
# 1. Confirm with user: are you an authorised signatory for this organisation?
# 2. Ask user to log into https://mijn.kvk.nl/ with DigiD themselves
# 3. After user confirms login, navigate to UBO section
# 4. Help locate "UBO-uittreksel downloaden"
# 5. STOP: ask user to confirm download
# 6. Read extracted PDF text if user shares file
BIG-register lookup
navigate → https://www.bigregister.nl/zoeken
find "search input"
type PROFESSIONAL_NAME
find "zoeken button" → click
wait 2s
read_page → extract: BIG number, profession, registration status, tuchtrecht aantekeningen
Woogle search
navigate → https://woogle.wooverheid.nl/search?query=SEARCH_TERMS
# Optional filters: &aanbieder=BODY_NAME&jaar_vanaf=YEAR
wait 2s
read_page → extract: dossier titles, bodies, dates, document counts
# For dossier metadata: navigate → https://pid.wooverheid.nl/?pid=PID_ID&infobox=true