← 返回 Skills 市场
neo1307

Incident Dossier

作者 neo1307 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install incident-dossier
功能描述
Build a concise incident dossier from operational logs, audits, JSON/JSONL files, and state snapshots. Use when investigating failures, duplicate events, stu...
使用说明 (SKILL.md)

Incident Dossier

Use this skill to turn messy operational artifacts into a usable incident report.

Workflow

  1. Identify the evidence set first: logs, JSON/JSONL audit trails, state snapshots, screenshots, or reports.
  2. Prefer summarizing from parsed artifacts instead of hand-reading long raw logs.
  3. Run scripts/build_incident_dossier.js with explicit inputs when at least one JSON/JSONL source exists.
  4. Verify the generated timeline against a few raw lines before trusting it.
  5. 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.
安全使用建议
This skill appears coherent and runs entirely on files you provide. Before installing/using: ensure your agent environment has Node.js available (SKILL.md expects to run node), only pass intended evidence files (do not feed secrets or unrelated system files), and review the generated dossier against raw lines as the skill itself recommends. There are no network calls or hidden endpoints in the code, but exercise standard caution about what files you hand to any automated processor.
功能分析
Type: OpenClaw Skill Name: incident-dossier Version: 1.0.0 The incident-dossier skill is a utility for parsing and summarizing JSON/JSONL log files into a structured Markdown report. The Node.js script (scripts/build_incident_dossier.js) uses standard file system operations to extract event metadata (timestamps, types, and IDs) and contains no network activity, obfuscation, or unauthorized access patterns. The instructions in SKILL.md are consistent with the tool's purpose and do not contain any prompt-injection attacks or malicious directives.
能力评估
Purpose & Capability
The skill is an incident-dossier generator and includes a JS script that parses JSON/JSONL evidence and emits a Markdown report — this matches the name and description. One minor inconsistency: SKILL.md instructs running the script with node, but the registry metadata lists no required binaries; the script therefore implicitly requires a Node.js runtime that is not declared.
Instruction Scope
SKILL.md restricts actions to parsing provided evidence files and producing an output dossier. It explicitly instructs the agent to invoke the included script with explicit --input paths and an --out path and includes guardrails (do not fabricate timestamps, verify raw lines). There are no instructions to read unrelated system files or environment variables.
Install Mechanism
There is no install spec (instruction-only skill plus a local script). No downloads, remote installs, or archive extraction are present. The only runtime requirement is executing the provided Node.js script locally.
Credentials
The skill declares no environment variables, credentials, or config paths, and the code does not access environment secrets. It only reads files supplied as inputs and writes the output file.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or global agent configuration. It only creates the specified output file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install incident-dossier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /incident-dossier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug incident-dossier
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Incident Dossier 是什么?

Build a concise incident dossier from operational logs, audits, JSON/JSONL files, and state snapshots. Use when investigating failures, duplicate events, stu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Incident Dossier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install incident-dossier」即可一键安装,无需额外配置。

Incident Dossier 是免费的吗?

是的,Incident Dossier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Incident Dossier 支持哪些平台?

Incident Dossier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Incident Dossier?

由 neo1307(@neo1307)开发并维护,当前版本 v1.0.0。

💬 留言讨论