Token导航 LogoToken导航TokenDH.com
运维需要联网clawhub未标认证来源可访问clear审计提醒

toolweb-ir-playbook-generatortoolweb IR 剧本生成器

Agent Skill

toolweb-ir-playbook-generator 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,003

周安装

129

GitHub Stars

公开资料未说明

下载量

1,053
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:toolweb-ir-playbook-generator(toolweb IR 剧本生成器)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/toolweb-ir-playbook-generator
安装命令:
openclaw skills install toolweb-ir-playbook-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-ir-playbook-generator

简介

生成定制化事件响应手册的安全工具。

  • 适用于应急响应团队预案制定和演练准备。
  • 提供流程设计、角色分工和工具集成建议。
  • 需输入组织规模和安全需求配置内容。
  • 建议定期更新手册并开展应急演练。toolweb-ir-playbook-generator 属于运维类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Incident Response Playbook Generator API
description
Generates customized incident response playbooks tailored to organizational assessment data and security requirements.

Overview

The Incident Response Playbook Generator API automates the creation of comprehensive, organization-specific incident response playbooks. Security teams and incident response managers use this tool to rapidly produce formal documentation that aligns with their organizational structure, compliance requirements, and threat landscape.

This API transforms assessment data—including organizational context, existing security controls, and risk profiles—into a fully structured playbook containing executive summaries, response phases, team roles, communication templates, escalation procedures, legal considerations, and emergency contact lists. Rather than starting from scratch with generic templates, teams receive customized playbooks that reflect their unique operational environment.

Ideal users include security operations centers (SOCs), incident response teams, compliance officers, security architects, and organizations preparing for security audits or regulatory assessments.

Usage

Sample Request:

{
  "assessmentData": {
    "organization_name": "TechCorp Inc.",
    "industry": "Financial Services",
    "employee_count": 2500,
    "critical_systems": ["Payment Processing", "Customer Database", "Internal Email"],
    "compliance_frameworks": ["PCI-DSS", "SOC 2", "GDPR"],
    "current_ir_maturity": "Intermediate",
    "primary_threats": ["Ransomware", "Data Exfiltration", "Insider Threats"]
  },
  "sessionId": "sess_abc123def456",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response:

{
  "playbook_title": "TechCorp Inc. Incident Response Playbook 2024",
  "organization_name": "TechCorp Inc.",
  "executive_summary": "This playbook establishes a comprehensive incident response framework for TechCorp Inc., addressing ransomware, data exfiltration, and insider threats within financial services operations. The plan aligns with PCI-DSS, SOC 2, and GDPR requirements and is tailored for an intermediate maturity security posture.",
  "phases": [
    {
      "phase_name": "Detection & Analysis",
      "duration": "0-4 hours",
      "objectives": ["Confirm incident validity", "Classify severity and type", "Preserve evidence"],
      "key_actions": ["Enable enhanced logging", "Isolate affected systems", "Notify IR team"]
    },
    {
      "phase_name": "Containment",
      "duration": "4-24 hours",
      "objectives": ["Stop active attack", "Prevent spread", "Preserve forensic data"],
      "key_actions": ["Segment network", "Reset credentials", "Deploy patches"]
    },
    {
      "phase_name": "Eradication",
      "duration": "1-7 days",
      "objectives": ["Remove attacker presence", "Close vulnerabilities", "Validate remediation"],
      "key_actions": ["Rebuild systems", "Apply security updates", "Conduct forensics"]
    },
    {
      "phase_name": "Recovery",
      "duration": "1-14 days",
      "objectives": ["Restore normal operations", "Verify system integrity", "Restore data"],
      "key_actions": ["Bring systems online", "Monitor for recompromise", "Validate backups"]
    },
    {
      "phase_name": "Post-Incident",
      "duration": "Ongoing",
      "objectives": ["Document lessons learned", "Improve processes", "Update security controls"],
      "key_actions": ["Conduct review meeting", "Update playbook", "Implement improvements"]
    }
  ],
  "roles": [
    {
      "role": "Incident Commander",
      "responsibility": "Overall coordination and decision authority",
      "reporting_chain": "Chief Information Security Officer"
    },
    {
      "role": "Technical Lead",
      "responsibility": "Technical investigation and remediation direction",
      "reporting_chain": "Incident Commander"
    },
    {
      "role": "Communications Lead",
      "responsibility": "Internal and external stakeholder communication",
      "reporting_chain": "Incident Commander"
    },
    {
      "role": "Legal & Compliance",
      "responsibility": "Regulatory notification and legal guidance",
      "reporting_chain": "Incident Commander"
    }
  ],
  "communication_templates": [
    {
      "template_name": "Internal Alert",
      "recipient": "All Staff",
      "message": "A potential security incident has been detected and is being investigated. IT support may be slower than normal. Do not open suspicious emails or click unknown links."
    },
    {
      "template_name": "Executive Briefing",
      "recipient": "C-Suite, Board",
      "message": "At [TIME], a security incident was detected. Current status: [STATUS]. Estimated impact: [IMPACT]. Expected resolution: [TIMELINE]."
    },
    {
      "template_name": "Customer Notification",
      "recipient": "Affected Customers",
      "message": "We recently identified a security incident that may have affected your data. Here's what happened, what we're doing, and how to protect yourself."
    }
  ],
  "escalation_procedures": "Incidents are classified by severity (Low, Medium, High, Critical) based on impact and affected systems. Low incidents are managed by SOC; Medium and High require Incident Commander activation; Critical incidents trigger executive notification within 15 minutes and external communication within 1 hour per GDPR and PCI-DSS requirements.",
  "legal_considerations": [
    "GDPR: Notify regulators within 72 hours of confirmed data breach involving EU resident personal data",
    "PCI-DSS: Notify acquiring bank and card brands of confirmed compromise within 30 days",
    "SOC 2: Maintain audit trail and document all investigation steps for Type II audit review",
    "Financial Services Compliance: Report material incidents to regulators per industry-specific guidance"
  ],
  "contact_list": [
    {
      "role": "CISO",
      "name": "Sarah Chen",
      "phone": "+1-555-0101",
      "email": "s.chen@techcorp.com",
      "available_24_7": true
    },
    {
      "role": "Legal Counsel",
      "name": "James Mitchell",
      "phone": "+1-555-0102",
      "email": "j.mitchell@techcorp.com",
      "available_24_7": false
    },
    {
      "role": "Forensics Vendor",
      "name": "ForensicPro LLC",
      "phone": "+1-800-FORENSIC",
      "email": "onboarding@forensicpro.com",
      "available_24_7": true
    }
  ],
  "session_id": "sess_abc123def456",
  "timestamp": "2024-01-15T10:32:45Z"
}

Endpoints

POST /api/ir/playbook

Summary: Generate Playbook

Description: Generate a customized incident response playbook based on assessment data, organizational context, and security requirements.

Parameters:

NameTypeRequiredDescription
assessmentDataobjectYesStructured assessment data including organization details, critical systems, compliance frameworks, threat landscape, and current IR maturity level
sessionIdstringYesUnique session identifier for tracking and audit purposes
userIdintegerNoUser ID of the requester for multi-tenant environments and audit logging
timestampstringNoISO 8601 timestamp indicating when the request was initiated

Request Body Schema: PlaybookRequest

Response (200 - Success):

Returns a PlaybookResponse object containing:

  • playbook_title (string): Formal title of the generated playbook
  • organization_name (string): Name of the organization
  • executive_summary (string): High-level overview of the playbook and organizational context
  • phases (array of objects): Incident response phases (Detection, Containment, Eradication, Recovery, Post-Incident) with duration, objectives, and key actions
  • roles (array of objects): Defined incident response team roles, responsibilities, and reporting chains
  • communication_templates (array of objects): Ready-to-use message templates for internal alerts, executive briefings, and customer notifications
  • escalation_procedures (string): Procedures for classifying incident severity and escalation paths
  • legal_considerations (array of strings): Compliance and regulatory obligations applicable to the organization
  • contact_list (array of objects): Emergency contacts including name, role, phone, email, and 24/7 availability status
  • session_id (string): Echo of the request session ID
  • timestamp (string): ISO 8601 timestamp of response generation

Response (422 - Validation Error):

Returns HTTPValidationError containing an array of ValidationError objects with:

  • loc (array): Location of the error (field path)
  • msg (string): Error message
  • type (string): Error type (e.g., "value_error", "type_error")

GET /api/ir/health

Summary: Health Check

Description: Verify the API service is operational and responsive.

Parameters: None

Response (200 - Success):

Returns a JSON object indicating service status.


GET /

Summary: Root Endpoint

Description: Root service endpoint; may return service metadata or welcome information.

Parameters: None

Response (200 - Success):

Returns a JSON object with service information.

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/security/ir-playbook-generator
  • API Docs: https://api.mkkpro.com:8118/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.47%
按下载量换算974

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills