CSOC Operations & Playbook Automation

CSOC Operations & Playbook Automation is a skill for Claude Code from Masriyan/Claude-Code-CyberSecurity-Skill. It costs 28 tokens per session (4,034 once invoked), scanned A, original, MIT.

A set of procedures for security operations center teams to review alerts, handle incidents, manage escalations, prepare shift handovers, and track performance.

In plain words
What is it for?
It is for creating incident playbooks, escalation paths, handover reports, and security-center metrics such as time to detect and time to respond.
Why use it?
It helps organize repetitive security work and gives analysts structured steps for deciding what to do with alerts and incidents.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cybersecurity plugin — 20 skills shipped together

Good fit It is for creating incident playbooks, escalation paths, handover reports, and security-center metrics such as time to detect and time to respond.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/masriyan/claude-code-cybersecurity-skill/11-csoc-automation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Masriyan/Claude-Code-CyberSecurity-Skill --skill 11-csoc-automation
Clone the repo
git clone --depth 1 https://github.com/Masriyan/Claude-Code-CyberSecurity-Skill

Made for: Claude Code.

Or install cybersecurity, the plugin that ships this one along with the rest of its 20 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for CSOC Operations & Playbook Automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/masriyan/claude-code-cybersecurity-skill/11-csoc-automation/github.svg)](https://agentmods.dev/skills/masriyan/claude-code-cybersecurity-skill/11-csoc-automation)
Your own site
<a href="https://agentmods.dev/skills/masriyan/claude-code-cybersecurity-skill/11-csoc-automation"><img src="https://agentmods.dev/badge/skills/masriyan/claude-code-cybersecurity-skill/11-csoc-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for CSOC Operations & Playbook Automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/masriyan/claude-code-cybersecurity-skill/11-csoc-automation"><img src="https://agentmods.dev/badge/skills/masriyan/claude-code-cybersecurity-skill/11-csoc-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,034 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.04034
Opus 5 $0.00014 $0.02017
Sonnet 5 $0.00006 $0.00807
Haiku 4.5 $0.00003 $0.00403

Measured yesterday against content hash e21dc607c765, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

CSOC Operations & Playbook Automation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/alert_triager.py, scripts/report_generator.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/11-csoc-automation/SKILL.md · 464 lines

How it starts

The opening of the file, as written. The whole thing — 464 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CSOC Operations & Playbook Automation

Purpose

Enable Claude to assist Cyber Security Operations Center (CSOC) teams with structured alert triage, automated playbook creation, escalation workflow design, shift handover reporting, and SOC metrics analysis. Claude produces operational artifacts that analysts can execute directly or adapt to their SOAR platforms.


Activation Triggers

This skill activates when the user asks about:

  • Triaging SIEM alerts or security events
  • Creating incident response playbooks for SOC analysts
  • Designing escalation workflows and notification chains
  • Generating SOC shift handover reports
  • Calculating SOC metrics (MTTD, MTTR, FPR)
  • Automating repetitive SOC tasks
  • Playbook conversion to Splunk SOAR, Palo Alto XSOAR, or ServiceNow
  • SOC analyst decision support and runbooks
  • Alert fatigue reduction strategies
  • Alert correlation and deduplication

Prerequisites

pip install pyyaml jinja2 requests python-dateutil

Platform integrations:

  • Splunk SOAR — Playbook automation
  • Palo Alto XSOAR — SOAR platform
  • TheHive — Open-source IR platform
  • ServiceNow — ITSM ticketing
  • PagerDuty / OpsGenie — Alerting and on-call

Core Capabilities

1. Alert Triage Automation

When the user provides SIEM alerts and asks to triage:

Triage Decision Framework:

Step 1: Parse alert data
  - Source: SIEM, EDR, WAF, IDS, email security, cloud audit logs
  - Extract: timestamp, source IP, destination, user, process, alert type

Step 2: Asset criticality lookup
  - Is the asset business-critical? (production DB, domain controller, payment system)
  - Is the user privileged? (admin, developer, finance)
  - What is the asset's network exposure?

Step 3: Threat context enrichment
  - IP reputation: Check against blocklists (AbuseIPDB, VirusTotal, Shodan)
  - Hash reputation: VirusTotal lookup for file hashes
  - Domain reputation: Phishtank, URLhaus, MX Toolbox
  - User risk score: Recent activity anomalies, recent password resets

Step 4: Apply triage matrix

Read the full file on GitHub · 464 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed e21dc607c765
  2. 10d ago First seen · 464 lines · 28 tokens per session scan A 075914cdff1c

Subscribe to this mod's changes

CSOC Operations & Playbook Automation is a skill published in the GitHub repository Masriyan/Claude-Code-CyberSecurity-Skill (408 stars, last pushed 2d ago), licensed MIT. It adds 28 tokens to every session and 4,034 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

detecting-aws-guardduty-findings-automation

Automate AWS GuardDuty threat detection findings processing using EventBridge and Lambda to enable real-time incident response, automatic quarantine of compromised resources, and security notification workflows.

xalgorix/xalgorix · 45 tokens

building-soc-playbook-for-ransomware

Builds a structured SOC incident response playbook for ransomware attacks covering detection, containment, eradication, and recovery phases with specific SIEM queries, isolation procedures, and decision trees. Use when SOC teams need formalized response procedures for ransomware incidents aligned to NIST SP 800-61 and…

26zl/cybersec-toolkit · 76 tokens

building-soc-escalation-matrix

Build a structured SOC escalation matrix defining severity tiers, response SLAs, escalation paths, and notification procedures for security incidents.

26zl/cybersec-toolkit · 33 tokens

mk:decision-framework

Operational decision frameworks: triage, escalation, case management, billing ops. Use for 'how to handle X cases', 'build triage', 'escalation protocol'.

ngocsangyem/MeowKit · 40 tokens

social-creative-designer

Creative Designer skill. Takes a post concept, a client product photo, or a real lifestyle photo and produces on-brand social media visuals using the client's brand style guide. Four modes — Generate (AI image from concept), Composite (client product photo anchored in an AI-generated scene), Brand (apply text overlay…

stevenflanagan1/social-ai-team · 114 tokens

social-media-manager

Social Media Manager role skill. Orchestrates the full SMB social media workflow across three layers — Foundation (brand setup + calendar), Content Creation (captions, platform-specialist posts, visuals), and Distribution (scheduling via Blotato + performance review). Coordinates all 9 component skills as a…

stevenflanagan1/social-ai-team · 80 tokens