@@ -37,7 +37,7 @@ ai-siem/ # AI SIEM core structure (260+ components)
3737 │ └── sentinelone/ # 17 official marketplace parsers (*.conf + metadata)
3838 ├── workflows/ # Automated playbooks and responses (3 workflows with metadata)
3939 ├── plugins/ # Claude plugins (skills bundled for Cowork / Claude Code)
40- │ └── s1-secops-skills/ # 7 SentinelOne SecOps skills + built .plugin/.skill bundles
40+ │ └── s1-secops-skills/ # 8 SentinelOne SecOps skills + built .plugin/.skill bundles
4141 └── mcp/ # SentinelOne MCP server (Node.js) + container build
4242```
4343
@@ -177,6 +177,21 @@ See [`workflows/community/README.md`](workflows/community/README.md) for the ful
177177
178178---
179179
180+ ## SentinelOne SecOps skills
181+
182+ Eight Claude skills for SentinelOne SecOps, bundled in ` plugins/s1-secops-skills/ ` for Cowork and Claude Code:
183+
184+ - ** powerquery** : author, debug, and run PowerQuery (Deep Visibility / SDL hunts, STAR rule bodies).
185+ - ** mgmt-console-api** : query and act on the S1 Management Console API (threats, alerts, agents, IOCs, RemoteOps, UAM).
186+ - ** sdl-api** : read data and manage SDL configuration files (parsers, dashboards, lookups) via the SDL API.
187+ - ** sdl-dashboard** : create, edit, and deploy SDL dashboard JSON.
188+ - ** sdl-log-parser** : author and validate SDL log parsers.
189+ - ** sdl-solutions** : deploy packaged SDL solutions (source onboarding, UEBA, RBA, detection-as-code, alert-noise reduction).
190+ - ** hyperautomation** : build and export Hyperautomation (SOAR) workflow JSON.
191+ - ** soc-investigator** : autonomous DFIR investigation over S1 alerts and third-party sources.
192+
193+ See ` plugins/s1-secops-skills/docs/skills.md ` for details.
194+
180195## Getting help
181196Open an issue. Office hours TBD based on requests.
182197
0 commit comments