Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

afrexai-incident-response-planAfrexai 事件响应计划

Agent Skill

afrexai-incident-response-plan 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,493

周安装

180

GitHub Stars

公开资料未说明

下载量

1,454
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:afrexai-incident-response-plan(Afrexai 事件响应计划)
来源仓库:https://github.com/afrexai-cto/afrexai-incident-response-plan
安装命令:
openclaw skills install afrexai-incident-response-plan
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install afrexai-incident-response-plan

简介

afrexai-incident-response-plan 生成针对 AI 代理或 SaaS 运营的定制化响应计划。

  • 适用于技术团队制定事前准备、事中处置与事后改进方案。
  • 输出涵盖检测机制、遏制步骤、恢复流程与沟通模板。
  • 使用时需提供系统架构、用户范围和潜在风险场景作为输入。
  • 正式部署前应组织演练以验证计划的可行性与完整性。

SKILL.md

name
incident-response-plan
description
>
metadata
version
1.0.0
author
AfrexAI
tags
[incident-response, security, operations, devops, enterprise]

Incident Response Plan Generator

Generate a production-ready incident response plan tailored to your AI agent deployment.

When to Use

  • Deploying AI agents to production for the first time
  • Preparing for SOC2 or ISO 27001 audits
  • Client asks "what happens when something breaks?"
  • Building operational runbooks for managed AI services
  • After an incident — to prevent recurrence

Input

Service: [Name of AI agent/service]
Environment: [cloud provider, region, architecture]
Data Sensitivity: [low/medium/high/critical]
Team Size: [number of responders]
SLA: [uptime target, e.g., 99.9%]
Integrations: [list of connected systems]

Plan Structure

1. Severity Classification

LevelDescriptionResponse TimeExamples
SEV1 — CriticalService down, data breach, financial impact15 minAgent sending wrong data to clients, API keys exposed
SEV2 — HighDegraded service, partial outage1 hourAgent responses slow, one integration failing
SEV3 — MediumNon-critical issue, workaround exists4 hoursMinor accuracy drop, cosmetic errors
SEV4 — LowEnhancement, no immediate impactNext business dayFeature request, optimization

2. Detection & Alerting

  • Health check endpoints (every 60s)
  • Error rate thresholds (>1% = SEV3, >5% = SEV2, >25% = SEV1)
  • Response time monitoring (p99 > 2x baseline = alert)
  • Cost anomaly detection (>150% daily average)
  • Output quality sampling (random audit of agent responses)
  • Uptime monitoring (UptimeRobot, Pingdom, or custom)

3. Triage Checklist

□ Confirm the alert is real (not false positive)
□ Classify severity (SEV1-4)
□ Identify affected scope (which agents, which clients)
□ Check recent changes (deploys, config changes, upstream)
□ Assign incident commander
□ Open incident channel/thread
□ Notify affected stakeholders per SLA

4. Containment Actions by Type

Agent Misbehavior:

  • Pause agent processing (kill switch)
  • Revert to last known good config
  • Enable human-in-the-loop mode
  • Queue messages for manual review

Infrastructure Failure:

  • Failover to backup region/instance
  • Scale horizontally if capacity issue
  • Check upstream dependencies (API providers, databases)
  • Enable circuit breakers

Security Incident:

  • Rotate all credentials immediately
  • Isolate affected systems
  • Preserve logs and evidence
  • Engage security team / legal if data breach

Data Quality Issue:

  • Halt automated outputs
  • Identify contamination window
  • Notify affected clients with timeline
  • Prepare correction batch

5. Communication Templates

Client notification (SEV1/2):

Subject: [Service Name] — Incident Update

We've identified an issue affecting [description].
- Impact: [what's affected]
- Status: [investigating/identified/monitoring/resolved]
- ETA: [estimated resolution time]
- Workaround: [if available]

We'll provide updates every [30 min / 1 hour].

Internal escalation:

🚨 SEV[X] — [Service]: [Brief description]
Impact: [scope]
Started: [time]
Commander: [name]
Channel: [link]
Action needed: [specific ask]

6. Recovery & Validation

□ Root cause identified and documented
□ Fix deployed and verified
□ All affected data corrected/reconciled
□ Client communication sent (resolution)
□ Monitoring confirms stable for 30+ min
□ Incident timeline documented

7. Post-Mortem Template

# Incident Post-Mortem: [Title]
**Date:** YYYY-MM-DD
**Severity:** SEV[X]
**Duration:** [start] — [end] ([total time])
**Commander:** [name]

## Summary
[2-3 sentence description]

## Timeline
- HH:MM — [event]
- HH:MM — [event]

## Root Cause
[Technical root cause]

## Impact
- Users affected: [number]
- Duration: [time]
- Data impact: [description]
- Financial impact: [if applicable]

## What Went Well
- [item]

## What Went Wrong
- [item]

## Action Items
| Action | Owner | Due Date | Status |
|--------|-------|----------|--------|
| [item] | [name] | [date] | Open |

## Lessons Learned
- [lesson]

Best Practices

  • Test your incident response plan quarterly (tabletop exercises)
  • Keep runbooks next to the code they support
  • Automate detection — humans are slow at noticing things
  • Over-communicate during incidents — silence breeds anxiety
  • Blameless post-mortems — focus on systems, not people
  • Track MTTR (mean time to recover) as your north star metric

*Need incident response built into your AI operations from day one? AfrexAI deploys production-grade AI agents with monitoring, alerting, and response plans included. Book a call: calendly.com/cbeckford-afrexai/30min*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.03%
按下载量换算1,309

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills