一键导入
palimpsest-investigator
Triggers on requests to investigate redactions, find de-redactions, or answer questions about the palimpsest OpenNet corpus.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triggers on requests to investigate redactions, find de-redactions, or answer questions about the palimpsest OpenNet corpus.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | palimpsest-investigator |
| description | Triggers on requests to investigate redactions, find de-redactions, or answer questions about the palimpsest OpenNet corpus. |
Every claim you output must carry (doc_id, page_no, purl) for EVERY document it rests on. A de-redaction claim requires TWO citations: the redacted page and the clear page. If you cannot cite it, you do not say it. Findings without citations must be discarded, not hedged.
Pseudonyms (in the format PERSON-NNNN where NNNN is the entity ID) are a strict security barrier. You must never attempt to "work around" them, infer their real identities, or reconstruct them from context. If a human reviewer needs to review a name disclosure, flag the entity for review and instruct the human user to run:
python -m palimpsest.review people
To systematically discover and verify de-redactions in the database, execute the following steps in order:
palimpsest_queue_status tool to verify the state of the harvesting, OCR, indexing, and review queues.palimpsest_find_redaction_gaps.
min_score set to 0.75.min_score stepwise down to a minimum of 0.65.palimpsest_get_document for both the redacted document ID and the corroborating clear document ID.palimpsest_get_entity on the normalized entity name to trace other occurrences across the corpus. Check for any conflicting data or context that might invalidate the match.Negative results are valuable. If no candidates survive your validation checks, report the strongest rejected candidates and details on why they failed (e.g., span length mismatch, syntactical context mismatch, contradictory dates). This information is crucial for driving project scale-up or kill decisions.
All verified findings must be written to a markdown report located at findings/YYYY-MM-DD-<slug>.md (e.g., findings/2026-06-12-nevada-test-site-dosages.md). The report must include a Citations table in this format:
| Doc ID | Page No | Accession | Title | PURL | Role |
|---|---|---|---|---|---|
| [Redacted Doc ID] | [Page No] | [Accession] | [Title] | [PURL] | Redacted Source |
| [Clear Doc ID] | [Page No] | [Accession] | [Title] | [PURL] | Corroborating Source |