.claude/skills/rhc-rijnstreek/SKILL.md
Search civil records, population registers, and archives at RHC Rijnstreek en Lopikerwaard (archief.rhcrijnstreek.nl). Covers Woerden, Bodegraven, Lopik, Montfoort, Oudewater, Reeuwijk, IJsselstein, and surrounding areas. Use this skill whenever researching family lines from Woerden or the Rijnstreek region, looking up van Heukelom records, or searching civil/church records from the Woerden area. Triggers on: "search Woerden archive", "look up in RHC Rijnstreek", "check Woerden records", "van Heukelom", "/rhc-rijnstreek", or any genealogy research in the Woerden/Rijnstreek area. No login required.
npx skillsauth add rdeknijf/ai-genealogy-kit rhc-rijnstreekInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search 1,100+ archives and collections covering Woerden, Bodegraven, Lopik, Montfoort, Oudewater, Reeuwijk, IJsselstein, and water boards.
No login required for searching. Same Deventit Atlantis platform as Erfgoed 's-Hertogenbosch.
All browser interaction uses playwright-cli via Bash with a named session:
playwright-cli -s=rhc open
playwright-cli -s=rhc goto "https://archief.rhcrijnstreek.nl/zoeken.php?overzicht=alles"
playwright-cli -s=rhc snapshot
# Read .playwright-cli/*.yml to find refs, then interact
playwright-cli -s=rhc fill <ref> "search text"
playwright-cli -s=rhc click <ref>
playwright-cli -s=rhc close
playwright-cli -s=rhc goto "https://archief.rhcrijnstreek.nl/zoeken.php?overzicht=alles"
playwright-cli -s=rhc snapshot
The page has checkboxes for collections. For genealogy, the most useful are:
| Collection | Content | |------------|---------| | Indexen | Person records — civil registry, church records, population registers | | Streekgenoten | Local people database | | Archieven | Archive inventories | | Bouwvergunningen | Building permits | | Foto's en kaarten | Photos and maps | | Kranten | Newspapers | | Bibliotheek | Library catalog | | Lokale historie | Local history articles |
For person lookups, uncheck everything except Indexen (and optionally Streekgenoten) to focus results.
Key field:
| Field | HTML id | Notes |
|-------|---------|-------|
| Alle velden | formfield-0-alle-velden | Free text — enter name, place, or other terms |
There is also a "Zoeken met spellingsvarianten" checkbox for fuzzy matching.
The form uses POST with a CSRF token (unique-token hidden field). playwright-cli
handles this automatically since it fills and submits in-browser.
Find the "Zoeken" button ref in the snapshot and click it. Take a new snapshot to read results.
Click a result ref to see the full record. Person records show:
When "Indexen" is selected, additional fields may appear for narrowing:
These work the same as in other Atlantis-platform archives.
playwright-cli click.## RHC Rijnstreek Result — [record type]
**Person:** [name]
**Role:** [role]
**Event:** [type], [date] in [place]
**Father:** [name]
**Mother:** [name]
**Archive ref:** [Toegang, Bron]
**Scan:** [available / not available]
**Confidence:** Tier B — official archive record from RHC Rijnstreek
tools
Search Dutch civil registry records (births, marriages, deaths) on WieWasWie.nl via direct JSON API calls, with Open Archives API as a secondary source and Playwright browser automation as fallback. Use this skill whenever you need to look up or verify a person in Dutch civil records, check a birth/marriage/death date against official archives, or find parents/spouses from indexed Burgerlijke Stand records. Triggers on: "look up on wiewaswie", "check the birth record", "find the marriage certificate", "verify this date in the civil registry", "/wiewaswie", or any request to search Dutch genealogical records for a specific person. Also use when comparing GEDCOM data against official sources or when a Tier B verification is needed.
development
Search the VOC Opvarenden database for Dutch East India Company crew records (1699-1794). Uses the Nationaal Archief HUB3 API — 853,785 indexed entries with rich detail: name, origin, rank, ship, fate (died/returned/deserted), service dates, VOC chamber, and links to original scans. Use this skill when: "search VOC records", "VOC crew", "VOC opvarenden", "sailed to Batavia", "Dutch East India Company", "VOC soldier", "VOC sailor", "/voc-opvarenden", or when looking for ancestors who may have sailed with the VOC. Also use when checking Daniel Pieterse Knijf (1704, Woerden) or any Knijf/Knijff VOC connections. No login required.
tools
Generate a scan verification page for the user to review AI-extracted genealogy findings against actual document scans. The user clicks through records, confirms or rejects each one, and confirmed records become Tier A evidence in FINDINGS.md. Use this skill when: "verify scans", "show me what needs verifying", "review pending scans", "scan verification", "/verify-scans", or when the user wants to upgrade research findings from Tier C/D to Tier A by visually confirming document scans. Also use after a research session that produced scan-backed findings that need human confirmation.
tools
Search indexed person records at Streekarchief Midden-Holland (samh.nl) via the Memorix Genealogy REST API. No browser automation needed — returns structured JSON in ~50ms per query. Based in Gouda, covers municipalities: Gouda, Haastrecht, Schoonhoven, Waddinxveen, Noord-Waddinxveen, Moerkapelle, Moordrecht, Ammerstol, Broek, Vlist, and surrounding areas in the Midden-Holland region of South Holland. 3M+ person records with DTB (doop/trouw/begraven), BS (geboorte/huwelijk/overlijden), and Inschrijvingaktes. 36 Knijf results found, including Gijsbert de Knijf records in Gouda and van der Knijf in Waddinxveen. Scans available for most records. Triggers on: "search Gouda archive", "Streekarchief Midden-Holland", "SAMH", "Haastrecht records", "Schoonhoven records", "/streekarchief-midden-holland", or any genealogy research in the Gouda/Midden-Holland area. No login required. Parallelizable — run multiple queries simultaneously.