← Back to Skills Marketplace
incident-postmortem
by
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ops-incident-postmortem
Description
Generate structured, blame-free incident postmortem reports from logs, timeline data, and incident metadata. Produces root cause analysis, impact assessment,...
Usage Guidance
This package appears to be a straightforward, local postmortem/report generator that reads log files and JSON incident data and produces Markdown/HTML/JSON output. Before installing or running it: (1) review the included scripts (scripts/generate_postmortem.py) yourself — it is bundled and readable; (2) run it with least privilege and avoid pointing it at log files that contain sensitive secrets you don't want processed or stored in generated reports; (3) test on non-production copies of logs if possible; (4) note the listed $59 price in STATUS.md if you’re obtaining it commercially. No network calls or credential requests were found in the provided files, but inspect any updated/remote versions before use.
Capability Analysis
Type: OpenClaw Skill
Name: ops-incident-postmortem
Version: 1.0.0
The skill bundle provides a legitimate utility for generating incident postmortem reports by parsing logs and structured timeline data. The core logic in `scripts/generate_postmortem.py` uses standard library modules to extract events based on regex patterns and perform a 'blame-free' language check. There is no evidence of malicious intent, data exfiltration, or unauthorized execution; the script lacks network access and does not use dangerous functions like eval or os.system. The instructions in `SKILL.md` are strictly aligned with the tool's stated purpose of SRE incident documentation.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (postmortem, log parsing, blame-free language) match the included script and documentation. Examples, CLI flags, and templates align with a report generator that ingests logs and JSON timelines.
Instruction Scope
SKILL.md instructs the agent to read logs, timeline JSON, and incident JSON and to run the included Python script; those operations are appropriate for the stated purpose. The instructions do not ask for unrelated system data or external endpoints.
Install Mechanism
There is no install spec (instruction-only packaging) and the implementation claims to use only the Python standard library. No external downloads or archive extraction are present in the package metadata.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Its file I/O (reading log files and JSON incident files) is proportional to a log-parsing postmortem tool.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It runs as an on-demand CLI utility and does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ops-incident-postmortem - After installation, invoke the skill by name or use
/ops-incident-postmortem - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is incident-postmortem?
Generate structured, blame-free incident postmortem reports from logs, timeline data, and incident metadata. Produces root cause analysis, impact assessment,... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install incident-postmortem?
Run "/install ops-incident-postmortem" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is incident-postmortem free?
Yes, incident-postmortem is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does incident-postmortem support?
incident-postmortem is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created incident-postmortem?
It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.
More Skills