The largest open-source collection of cybersecurity skills for AI agents.
753 structured skills Β· MITRE ATT&CK mapped Β· NIST CSF 2.0 aligned Β· agentskills.io open standard
π Landing Page Β· π¦ v1.1.0 Release Β· π Report Bug Β· π‘ Request Feature
--- Anthropic Cybersecurity Skills gives every AI agent β from Claude Code to GitHub Copilot to your custom LangChain pipeline β instant access to **753 production-grade cybersecurity skills** spanning 26 security domains. Each skill follows the [agentskills.io](https://agentskills.io) open standard: a YAML frontmatter header for lightning-fast discovery, a structured Markdown body for step-by-step execution, and reference files for deep technical context. The entire collection is mapped to **MITRE ATT&CK** (all 14 Enterprise tactics, 200+ techniques) and aligned to **NIST CSF 2.0** β giving AI agents the same structured knowledge that senior security practitioners carry in their heads. Install in one command and your agent immediately knows how to perform memory forensics, hunt for C2 beaconing, audit Kubernetes RBAC, reverse .NET malware, and hundreds more tasks. ## π Table of contents - [π Quick start](#-quick-start--install-cybersecurity-skills-for-ai-agents) - [π‘οΈ What's inside](#οΈ-whats-inside--753-cybersecurity-skills-across-38-domains) - [π€ Compatible platforms](#-compatible-ai-agent-platforms) - [π Skill structure](#-skill-structure-and-agentskillsio-format) - [πΊοΈ MITRE ATT&CK coverage](#οΈ-mitre-attck-and-nist-csf-20-coverage) - [π§ How AI agents use these skills](#-how-ai-agents-use-these-cybersecurity-skills) - [π Example skills](#-example-cybersecurity-skills) - [π₯ Contributors](#-contributors) - [π€ Contributing](#-contributing-to-cybersecurity-ai-skills) - [β Star history](#-star-history) - [π Community](#-community) - [π License](#-license) --- ## π Quick start β install cybersecurity skills for AI agents Get up and running in under 30 seconds. Choose your preferred method: ### Option 1 Β· npx (recommended) ```bash npx skills add mukul975/Anthropic-Cybersecurity-Skills ``` ### Option 2 Β· Claude Code plugin marketplace ``` /plugin marketplace add mukul975/Anthropic-Cybersecurity-Skills ``` ### Option 3 Β· Manual clone ```bash git clone https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git cd Anthropic-Cybersecurity-Skills ``` > **That's it.** Your AI agent can now discover and execute 753 cybersecurity skills on demand. No configuration, no API keys, no setup scripts. --- ## π‘οΈ What's inside β 753 cybersecurity skills across 38 domains Every skill is a self-contained directory with structured workflows, reference materials, helper scripts, and validation steps. Here are the top 16 domains: | Domain | Skills | Example capabilities | |:-------|:------:|:---------------------| | βοΈ **Cloud Security** | **48** | AWS S3 bucket audit, Azure AD config review, GCP IAM assessment | | π **Web Application Security** | **45** | HTTP request smuggling, XSS with Burp Suite, web cache poisoning | | π **Network Security** | **41** | Wireshark traffic analysis, VLAN segmentation, Suricata IDS tuning | | π― **Penetration Testing** | **38** | Active Directory exploitation, OSCP-style methodology, pivoting | | π΄ **Red Teaming** | **35** | Cobalt Strike operations, LOTL techniques, evasion & persistence | | π **DFIR** | **32** | Disk imaging, memory forensics with Volatility3, browser forensics | | π¦ **Malware Analysis** | **28** | Ghidra reverse engineering, YARA rules, .NET decompilation | | π‘ **Threat Intelligence** | **26** | APT group analysis with MITRE Navigator, campaign attribution | | βΈοΈ **Cloud Native / Kubernetes** | **24** | etcd security assessment, pod security policies, RBAC audit | | π **Compliance & Governance** | **22** | PCI DSS scoping, SOC 2 readiness, GDPR data mapping | | π **IAM Security** | **20** | SAML SSO with Okta, PAM deployment, service account hardening | | π **Cryptography** | **18** | TLS configuration audit, certificate lifecycle, key management | | π° **Zero Trust** | **16** | Microsegmentation, BeyondCorp implementation, continuous verification | | π **OT / ICS Security** | **14** | SCADA monitoring, Modbus anomaly detection, Purdue model | | π§ **DevSecOps** | **12** | Pipeline security gates, SAST/DAST integration, IaC scanning | | π΅οΈ **OSINT** | **15** | Domain reconnaissance, social engineering recon, dark web monitoring | | β **Additional domains (10+)** | **300+** | SOC operations, API security, endpoint security, phishing defense, ransomware defense, mobile security, deception technology, and more | | | **753** | **Total skills across 38 domains** | --- ## π€ Compatible AI agent platforms Skills follow the [agentskills.io](https://agentskills.io) open standard β **write once, use everywhere**. Any platform that reads `SKILL.md` files with YAML frontmatter works out of the box. ### AI code assistants | Platform | Status | Install method | |:---------|:------:|:---------------| | **Claude Code** (Anthropic) | β | `/plugin marketplace add mukul975/Anthropic-Cybersecurity-Skills` | | **GitHub Copilot** (Microsoft) | β | Place in `.github/skills` directory | | **Cursor** | β | `npx skills add` or manual clone | | **Windsurf** | β | `npx skills add` or manual clone | | **Cline** | β | `npx skills add` or manual clone | | **Aider** | β | `npx skills add` or manual clone | | **Continue** | β | `npx skills add` or manual clone | | **Roo Code** | β | `npx skills add` or manual clone | | **Amazon Q Developer** | β | `npx skills add` or manual clone | | **Tabnine** | β | `npx skills add` or manual clone | | **Sourcegraph Cody** | β | `npx skills add` or manual clone | | **JetBrains AI** | β | `npx skills add` or manual clone | ### CLI agents | Platform | Status | Install method | |:---------|:------:|:---------------| | **OpenAI Codex CLI** | β | `npx skills add` β reads from `~/.codex/skills` | | **Gemini CLI** (Google) | β | `npx skills add` or manual clone | ### Autonomous agents | Platform | Status | Install method | |:---------|:------:|:---------------| | **Devin** | β | Point to cloned skill directory | | **Replit Agent** | β | Import via repo URL | | **SWE-agent** | β | Mount skill directory | | **OpenHands** | β | Mount skill directory | ### Agent frameworks & SDKs | Platform | Status | Install method | |:---------|:------:|:---------------| | **LangChain** | β | Load `SKILL.md` files as tool descriptions | | **CrewAI** | β | Load as agent knowledge base | | **AutoGen** | β | Load as agent knowledge base | | **Semantic Kernel** | β | Load as plugins | | **Haystack** | β | Ingest via document store | | **Vercel AI SDK** | β | Load as tool definitions | | **Any MCP-compatible agent** | β | Via MCP tool integration | --- ## π Skill structure and agentskills.io format Every skill lives in its own directory under `skills/` and follows a consistent structure: ``` skills/performing-memory-forensics-with-volatility3/ βββ SKILL.md # Skill definition (YAML frontmatter + Markdown body) β βββ Frontmatter # β name, description, domain, subdomain, tags β βββ When to Use # β Trigger conditions for AI agents β βββ Prerequisites # β Required tools, access, environment β βββ Workflow # β Step-by-step execution guide β βββ Verification # β How to confirm success βββ references/ β βββ standards.md # NIST, MITRE ATT&CK, CVE references β βββ workflows.md # Deep technical procedure reference βββ scripts/ β βββ process.py # Practitioner helper scripts βββ assets/ βββ template.md # Checklists, report templates ``` ### YAML frontmatter (the discovery layer) ```yaml --- name: performing-memory-forensics-with-volatility3 description: >- Analyze memory dumps to extract running processes, network connections, injected code, and malware artifacts using Volatility3 framework. domain: cybersecurity subdomain: digital-forensics tags: [forensics, memory-analysis, volatility3, incident-response, dfir] version: "1.0" author: mukul975 license: Apache-2.0 --- ``` **Required fields:** `name` (kebab-case, 1β64 chars), `description` (keyword-rich for agent discovery), `domain`, `subdomain`, `tags` **Optional fields:** `version`, `author`, `license` --- ## πΊοΈ MITRE ATT&CK and NIST CSF 2.0 coverage This collection provides **comprehensive coverage** of the two most widely adopted cybersecurity frameworks in the industry. ### MITRE ATT&CK Enterprise All **14 Enterprise tactics** are covered, with skills mapped to **200+ individual techniques**: | Tactic | Coverage | Example skills | |:-------|:--------:|:---------------| | Reconnaissance | β | OSINT gathering, domain enumeration, social engineering recon | | Resource Development | β | Infrastructure profiling, certificate analysis | | Initial Access | β | Phishing analysis, exploit detection, supply chain review | | Execution | β | Script analysis, command-line forensics, scheduled task audit | | Persistence | β | Registry analysis, startup item review, implant detection | | Privilege Escalation | β | Token manipulation detection, UAC bypass analysis | | Defense Evasion | β | Process injection detection, obfuscation analysis | | Credential Access | β | Credential dumping detection, Kerberoasting defense | | Discovery | β | Network scanning detection, AD enumeration monitoring | | Lateral Movement | β | Pass-the-hash detection, RDP abuse monitoring | | Collection | β | Data staging detection, screen capture forensics | | Command and Control | β | C2 beaconing detection, DNS tunneling analysis | | Exfiltration | β | Data transfer monitoring, covert channel detection | | Impact | β | Ransomware response, data destruction forensics | ### NIST CSF 2.0 alignment Every skill maps to one or more **NIST Cybersecurity Framework 2.0** functions: - **Identify (ID)** β Asset management, risk assessment, governance skills - **Protect (PR)** β Access control, awareness training, data security skills - **Detect (DE)** β Anomaly detection, continuous monitoring, event analysis skills - **Respond (RS)** β Incident response, mitigation, communication skills - **Recover (RC)** β Recovery planning, improvement, communication skills > An ATT&CK Navigator layer file is included in the v1.1.0 release for visual coverage mapping. --- ## π§ How AI agents use these cybersecurity skills Skills use a **progressive disclosure pattern** that minimizes token usage while maximizing agent capability. Here's what happens when you ask your AI agent to "analyze this memory dump for signs of compromise": ### Stage 1 Β· Discovery (~30β50 tokens per skill) The agent scans **only YAML frontmatter** across all 753 skills. Each scan costs ~30β50 tokens β the entire collection can be indexed for under 40K tokens. The agent matches your task against `name`, `description`, `subdomain`, and `tags` fields to find relevant skills. ```yaml # Agent reads ONLY this: name: performing-memory-forensics-with-volatility3 description: Analyze memory dumps to extract processes, network connections, and malware artifacts using Volatility3. subdomain: digital-forensics tags: [forensics, memory-analysis, volatility3, incident-response] ``` ### Stage 2 Β· Full workflow load (~200β500 tokens) Once a skill matches, the agent loads the **complete `SKILL.md` body** β trigger conditions, prerequisites, step-by-step workflow, and verification checks. This gives the agent a structured playbook to follow. ### Stage 3 Β· Deep reference access (on demand) For complex tasks, the agent pulls in **supporting files** from `references/`, `scripts/`, and `assets/` β NIST standards mappings, detailed technical procedures, helper scripts, and report templates. These files are loaded only when the agent needs deeper context. > **Result:** Irrelevant skills cost ~30 tokens. Relevant skills provide complete, structured, expert-level guidance. No wasted context window. --- ## π Example cybersecurity skillsβ Star this repo Β· π΄ Fork it Β· π¬ Discuss Β· π Open an issue
If this project saves you time or makes your AI agent more capable, **give it a β** β it helps others discover these skills and keeps the community growing. --- ## π License This project is licensed under the **Apache License 2.0** β see the [`LICENSE`](LICENSE) file for details. You are free to use, modify, and distribute these skills in both personal and commercial projects. Attribution is appreciated but not required. ---
β οΈ Disclaimer: This is an independent, community-created project. Not affiliated with Anthropic PBC.
"Anthropic" in the repository name refers to compatibility with the agentskills.io open standard,
not official Anthropic endorsement or affiliation. All trademarks belong to their respective owners.