From estonian-newspaper-archive
Search and retrieve material from Estonia's digitized newspaper archive DEA/DIGAR (dea.digar.ee), including full-text results, OCR text, document clipping images, and full-issue PDFs. Use when researching historical Estonian newspapers, locating archived articles, or verifying information against digitized newspaper sources.
How this skill is triggered — by the user, by Claude, or both
Slash command
/estonian-newspaper-archive:estonian-newspaper-archiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Base: `https://dea.digar.ee/` (Veridian). Be polite: ~1 s between requests, honest User-Agent.
Base: https://dea.digar.ee/ (Veridian). Be polite: ~1 s between requests, honest User-Agent.
# 1. Search (25 hits/page; r=26 for page 2; quoted phrases work; year range optional)
curl "https://dea.digar.ee/?a=q&hs=1&r=1&results=1&txq=<url_encoded_query>&txf=txIN&ssnip=txt&dafyq=<start_year>&datyq=<end_year>"
# hit doc_ids are in: href="/?a=d&d=<doc_id>&srpos=..."
# 2. OCR text of one document (strip tags to read)
curl "https://dea.digar.ee/?a=d&d=<doc_id>&f=XML"
# 3. Clipping image of the document (~100 KB JPEG; best for reading/verifying)
curl "https://dea.digar.ee/?a=is&oid=<doc_id>&type=blockimage&area=1&width=1400"
# 4. Whole issue PDF (10–30 MB); issue_id = doc_id prefix before the first dot
curl -L "https://dea.digar.ee/?a=is&oid=<issue_id>&type=staticpdf"
Human-readable page for citing: https://dea.digar.ee/?a=d&d=<doc_id>
virumaateataja20150526.2.6.1 = title + date (YYYYMMDD) + node path. So the
search hit list alone gives you dated, sourced results. Nodes .2.N… are
articles; .1.N are whole-page nodes — their block images are useless
header fragments, use the DEA page or issue PDF for those.
piiratud is searchable, but its
text and images may be unavailable outside authorized networks. Detect and
report the restriction; do not claim to have retrieved blocked content.[a-z]+\d{8}[\d.]* before parsing extracted data. OCR can
scramble page structure, so verify important quotations, names, dates, and
numbers against the clipping image or issue PDF.npx claudepluginhub taivop/marketplace --plugin estonian-newspaper-archiveGuides Claude through paywalled source retrieval: free version search, Unpaywall, CORE, Semantic Scholar. Prevents premature low-confidence judgments.
Finds accessible copies of paywalled, removed, or hard-to-find published material using Unpaywall, Semantic Scholar, CORE, and library databases. Useful for journalists and researchers needing open-access routes.
Route a question to a verified Estonian official public-data source and execute its API, download, or public web retrieval recipe.