Incident Report Generator

vv1.0.0

按照用户提供的信息收集线上故障的详细数据,生成结构化的故障异常报告,支持中英文输出。

0· 45·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freepengyang/incident-report-cn.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Incident Report Generator" (freepengyang/incident-report-cn) from ClawHub.
Skill page: https://clawhub.ai/freepengyang/incident-report-cn
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install incident-report-cn

ClawHub CLI

Package manager switcher

npx clawhub@latest install incident-report-cn
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (incident report generator) match the files and runtime instructions. It only collects user-provided incident fields and produces a structured Markdown report — no unrelated resources, credentials, or binaries are requested.
Instruction Scope
SKILL.md explicitly restricts actions to prompting the user for specific fields, filling a Markdown template, and offering output options. It does not instruct reading system files, environment variables, or contacting external endpoints. The one external action mentioned is offering to 'send to 飞书群' but no automatic sending or credentials are included in the instructions.
Install Mechanism
No install spec and no code files beyond two identical Markdown instruction files. No artifacts will be written to disk and nothing is downloaded or installed.
Credentials
The skill requires no environment variables, credentials, or config paths. All data collection is limited to user-supplied incident details, which is appropriate for its purpose.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modification of other skills or agent configuration. It is a normal, invocable skill without elevated privileges.
Assessment
This is an instruction-only template for generating incident reports and is internally coherent and low-risk. Before installing, note: (1) the skill will prompt you for incident details that may include sensitive business or personnel information — do not paste secrets or credentials into those fields; (2) the skill mentions offering to "send to 飞书群" but contains no automatic send mechanism or credentials — if you want that behavior, you'll need a separate, authorized integration; (3) source/homepage are unknown (the package is just Markdown), so prefer using it in a controlled environment or reviewing the template text first. Overall it appears safe and does what it claims.

Like a lobster shell, security has layers — review code before you run it.

latestvk9766k1xp5y9frb06pvb4swttn85nxh2
45downloads
0stars
1versions
Updated 1d ago
vv1.0.0
MIT-0

线上故障异常报告速成

Language Rule

Report language matches the user's language. Chinese request → Chinese report. English → English.

触发条件

用户请求生成以下类型的报告时激活:

  • 异常报告
  • 线上报告
  • 故障报告
  • 事故通报
  • 故障通报
  • 线上故障
  • 异常通报

行为规则

第一步:收集信息

依次向用户收集以下必填项(如果用户未提供,提示补充):

  1. 开始时间 — 格式:xxxx-xx-xx xx:xx:xx
  2. 恢复时间 — 格式:xxxx-xx-xx xx:xx:xx
  3. 异常描述 — 什么反馈、出现什么问题,尽量详细
  4. 异常影响 — 影响范围(服/玩家数)、对业务的冲击程度
  5. 异常原因 — 根本原因分析
  6. 责任方 — 哪个团队/人员负责

以下为可选项: 7. 后续改进计划或建议 — 如何避免同类问题再次发生

第二步:生成报告

按以下 Markdown 模板填充内容:

开始时间: {开始时间}
恢复时间: {恢复时间}
异常描述:
{用户提供的描述文字}

异常影响:
{用户提供的影范围和对业务的影响程度}

异常原因:
{用户提供的异常原因分析}

责任方:
{用户提供的责任团队或人员}

后续改进计划或建议:
{用户提供的改进计划,若无则写"暂无"}

第三步:输出

生成后主动询问用户是否需要:

  • 直接复制 Markdown 格式
  • 发送到飞书群
  • 导出为文件

不要做什么

  • 不主动添加模板中没有的章节
  • 不自行编造时间、原因、数据等关键信息,必须由用户确认
  • 不在责任方一栏进行追责性质的措辞,以解决问题为导向
  • 不输出未完成草稿,必须等用户补充完所有必填项再生成

Comments

Loading comments...