/install incident-dossier
Incident Dossier
Use this skill to turn messy operational artifacts into a usable incident report.
Workflow
- Identify the evidence set first: logs, JSON/JSONL audit trails, state snapshots, screenshots, or reports.
- Prefer summarizing from parsed artifacts instead of hand-reading long raw logs.
- Run
scripts/build_incident_dossier.jswith explicit inputs when at least one JSON/JSONL source exists. - Verify the generated timeline against a few raw lines before trusting it.
- State uncertainty explicitly when timestamps are missing or conflicting.
Output contract
Always include:
- Incident summary
- Scope / blast radius
- Timeline
- Evidence list
- Hypotheses / likely root cause
- Recovery status
- Recommended next actions
Script
Use scripts/build_incident_dossier.js to parse mixed JSON/JSONL evidence and emit a Markdown dossier. Give it multiple --input paths and one --out path.
Example:
node skills/incident-dossier/scripts/build_incident_dossier.js \
--input memory/job-audit.jsonl \
--input out/job_consistency_audit_report.json \
--out out/incident-dossier.md
Guardrails
- Do not fabricate timestamps.
- Do not collapse distinct incidents into one unless the evidence clearly links them.
- Keep the dossier evidence-first; interpretation comes after observed facts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install incident-dossier - After installation, invoke the skill by name or use
/incident-dossier - Provide required inputs per the skill's parameter spec and get structured output
What is Incident Dossier?
Build a concise incident dossier from operational logs, audits, JSON/JSONL files, and state snapshots. Use when investigating failures, duplicate events, stu... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Incident Dossier?
Run "/install incident-dossier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Incident Dossier free?
Yes, Incident Dossier is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Incident Dossier support?
Incident Dossier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Incident Dossier?
It is built and maintained by neo1307 (@neo1307); the current version is v1.0.0.