By eth0izzle
Build, validate, import, execute, and export CrowdStrike Falcon Fusion SOAR workflows by describing them in natural language, using Python scripts that resolve API action IDs for seamless security orchestration and automation.
npx claudepluginhub eth0izzle/security-skills --plugin fusion-workflowsA plugin marketplace of Claude Code skills that automate security operations.
Install individual skills to automate specific platforms, or combine several for end-to-end integration across your security stack.
| Skill | Platform | What It Does |
|---|---|---|
| fusion-workflows | CrowdStrike Falcon Fusion SOAR | Create, validate, import, execute, and export Fusion SOAR workflows. Discovers actions via the live API, authors YAML with correct schema and data references, handles CEL expressions, loop/conditional patterns, and manages the full workflow lifecycle. |
More skills coming soon.
/plugin marketplace add https://github.com/eth0izzle/security-skills.git
/plugin install SKILL-NAME@security-skills
Replacing SKILL-NAME with the desired skill name you want to install.
If you prefer to install manually:
git clone https://github.com/eth0izzle/security-skills.git
cd security-skills
cp -r plugins/ ~/.claude/plugins/
Some skills may require configuration. For example, the CrowdStrike Fusion workflow requires an API key to understand your live environment and optimise your workflows.
Start Claude Code in the project directory:
claude
/plan
> Create a workflow that contains a device and sends a Slack notification
> Create multiple workflows based on the attached BEC Playbook
> What CrowdStrike actions are available to help with forensics capture?
Claude will automatically use the appropriate skill based on your request.
Each skill lives under plugins/<plugin-name>/skills/<skill-name>/ and includes:
SKILL.md — the skill definition that Claude loads automaticallyscripts/ — CLI tools for interacting with the platform APIreferences/ — schema docs, expression syntax, best practicesassets/ — templates and starter filesTo add a new security skill:
plugins/<plugin-name>/.claude-plugin/plugin.json manifestplugins/<plugin-name>/skills/<skill-name>/SKILL.md that describes the skill's capabilities, prerequisites, and step-by-step workflow.claude-plugin/marketplace.jsonSee the fusion-workflows skill as a reference implementation.
MIT
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use