Cyber ir playbook
Skill 0x-Professor/Agent-Skills-Hub/skills/cyber-ir-playbook
Build incident response timelines and report packs from event logs. Use for detection-to-recovery reporting, phase tracking, and stakeholder-ready incident summaries.From its SKILL.md
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill cyber-ir-playbookAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `scripts/ir_timeline_report.py`.
SKILL.md
0.9 KB, 141 tokens by cl100k_base, as published. Nobody here has run it
Cyber IR Playbook
Overview
Convert incident events into a standardized response timeline and phase-based report.
Workflow
- Ingest incident events with timestamps.
- Classify events into detection, containment, eradication, recovery, or post-incident phases.
- Build ordered timeline and summarize current phase completion.
- Produce a report artifact for internal and executive audiences.
Use Bundled Resources
- Run
scripts/ir_timeline_report.pyto generate a deterministic timeline report. - Read
references/ir-phase-guide.mdfor phase mapping guidance.
Guardrails
- Focus on defensive incident handling and post-incident learning.
- Do not provide offensive exploitation instructions.
What ships with it: 3 files
5.2 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml215 B
references/
- ir-phase-guide.md603 B
scripts/
- ir_timeline_report.pyruns4.4 KB