.claude/skills/collectie-overijssel/SKILL.md
Search civil registry records at Collectie Overijssel (formerly Historisch Centrum Overijssel / HCO) via the OpenArchieven JSON API. 2M+ records with 7.2M person references covering ALL Overijssel municipalities: Zwolle, Deventer, Kampen, Enschede, Almelo, Hengelo, Holten, Markelo, Goor, Rijssen, Hellendoorn, Hardenberg, Ommen, Dalfsen, Staphorst, and many more. Currently BS records only (Geboorte, Huwelijk, Overlijden) — DTB church records (pre-1811) are NOT indexed. Use this skill when: "search Overijssel records", "Collectie Overijssel", "HCO records", "Holten records", "Deventer records", "Kampen civil records", "/collectie-overijssel", or any genealogy research in Overijssel province. Also use when searching for Knopers, Bloemendaal, or other Overijssel families. No login required.
npx skillsauth add rdeknijf/ai-genealogy-kit collectie-overijsselInstall 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.
Collectie Overijssel (formerly Historisch Centrum Overijssel, HCO) is the provincial archive for Overijssel. Based in Zwolle, it holds records for all municipalities in the province.
Website: https://collectieoverijssel.nl
DTB records have been digitized as scans on collectieoverijssel.nl but are NOT searchable by person name. Indexing is in progress ("in the coming years"). For pre-1811 research in Overijssel, use FamilySearch films or browse scans directly on the HCO website.
Uses the standard OpenArchieven API with archive=hco. No login or API key
required. Sub-second response times.
curl -s "https://api.openarchieven.nl/1.0/records/search.json?archive=hco&name={surname}&number_of_records=10"
curl -s "https://api.openarchieven.nl/1.0/records/search.json?archive=hco&name={surname}&eventplace={place}&number_of_records=10"
| Parameter | Description | Example |
|-----------|-------------|---------|
| archive | Always hco | hco |
| name | Surname (required for search) | Knopers |
| eventplace | Filter by place | Holten |
| sourcetype | Record type filter | BS Huwelijk |
| period_start | Start year | 1850 |
| period_end | End year | 1900 |
| number_of_records | Results per page (max 100) | 25 |
| start | Pagination offset | 0 |
Source type values: BS Geboorte, BS Huwelijk, BS Overlijden
Note: The place parameter does NOT work for HCO — use eventplace instead.
curl -s "https://api.openarchieven.nl/1.0/records/show.json?archive=hco&identifier={UUID}"
Returns A2A XML-style JSON with all persons in the record, their roles, dates, places, and archive references.
https://www.openarchieven.nl/hco:{UUID}
When reporting findings from HCO:
**Source:** Collectie Overijssel, {sourcetype}, {place}, {date}
**Archive ref:** HCO via OpenArchieven, ID {UUID}
**URL:** https://www.openarchieven.nl/hco:{UUID}
**Confidence:** Tier B — official civil registry record from Collectie Overijssel
All of Overijssel province, including but not limited to:
eventplace — the place parameter returns
an API error for HCO. Always use eventplace for place filtering.When DTB records are needed and this skill can't help:
No browser needed — run multiple API queries simultaneously.
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.