From asp
Manages ASP security alerts: reviews/summarizes by ID/filters, updates AI triage, attaches artifacts/discussions/enrichment for SOC investigation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asp:asp-alert-enThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for alert-centric SOC work on ASP.
Use this skill for alert-centric SOC work on ASP.
list_alerts(alert_id=..., limit=1) for single-alert retrieval because there is no separate get_alert tool
on the current MCP surface.asp-enrichment-en skill.list_alerts(alert_id=<id>, limit=1).get_alert_discussions(alert_id) after retrieving the alert.list_alerts with supported filters.update_alert.create_artifact for a new
artifact or locate an existing artifact row ID, then call
attach_artifact_to_alert(alert_id=<alert_id>, artifact_rowid=<artifact_rowid>).asp-enrichment-en
skill.list_alerts(alert_id=<id>, limit=1).get_alert_discussions(alert_id).Preferred response structure:
Alert: alert ID, title or name if present, severity, status, confidence, correlation UID.Timeline: created or updated times when present.Key Context: source, rule, category, owner, or similar high-signal fields.Discussions: only the most relevant analyst or system notes when needed.Assessment: short triage interpretation.alert_id, status, severity, confidence, correlation_uid, limit.list_alerts.Preferred response structure:
| Alert ID | Severity | Status | Confidence | Correlation UID | Summary |
|---|
Then add one short interpretation line when useful.
alert_id.severity_ai, confidence_ai, comment_ai.update_alert with only changed fields.None, state that the alert was not found.alert_id.value, and when
possible name, type, or role.create_artifact and keep the returned artifact row ID.attach_artifact_to_alert(alert_id=<alert_id>, artifact_rowid=<artifact_rowid>).alert_id only when missing for alert-specific actions.npx claudepluginhub funnywolf/agentic-soc-platform --plugin ASPReviews ASP security alerts for SOC triage: fetches details/discussions, lists by status/severity/confidence, updates AI fields like severity/confidence/comment.
Triages new SentinelOne alerts, investigates specifics, searches by severity/status with GraphQL filters, reviews timelines, and manages MSP workflows using read-only tools.
Triage and analyze Orca Security alerts with timeline visualization, risk assessment, and progressive disclosure. Provides summaries, investigation steps, and correlation insights.