I

Incident Response

@sickn33
Visit Skill
Share:

Security incident handling.

What is Incident Response?

A powerful skill for incident response that enhances your AI assistant's capabilities in security tasks.

How to use Incident Response?

Simply invoke this skill by asking your AI to perform a task related to incident response.

Key features of Incident Response

  • Incident Response core logic
  • Advanced security patterns
  • Error prevention and recovery

Use cases of Incident Response

  1. 1Automating incident response workflows
  2. 2Improving security performance
  3. 3Standardizing incident response outputs

安装方式

推荐一键安装
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills && mkdir -p ~/.agent/skills && cp -r /tmp/ag-skills/skills/incident-response ~/.agent/skills/ && rm -rf /tmp/ag-skills
分步安装
Step 1: 创建 Skills 目录
mkdir -p ~/.agent/skills
Step 2: 克隆 Skills 仓库
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills
Step 3: 复制此 Skill
cp -r /tmp/ag-skills/skills/incident-response ~/.agent/skills/
Step 4: 清理临时文件
rm -rf /tmp/ag-skills

支持平台

antigravityclaudecursor

Server Config

config.json
{
  "mcpServers": {
    "incident-response": {
      "command": "npx",
      "args": [
        "-y",
        "incident-response"
      ]
    }
  }
}
View on GitHub