How this skill is triggered — by the user, by Claude, or both
Slash command
/ASP:asp-alert-en review alert <alert_id> | list alerts [filters]review alert <alert_id> | list alerts [filters]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user needs to work on ASP alerts for SOC analysis.
Use this skill when the user needs to work on ASP alerts for SOC analysis. An alert is secondary data in ASP. Each alert belongs to a case, and each alert can have one or more artifacts attached.
list_alerts(alert_id=<id>, limit=1) because the current MCP surface does not expose a separate get_alert tool.asp-enrichment-en skill.row_id is the UUID for each alert record and is used for data association.alert_id is the human-readable unique ID for each alert record.list_alerts(alert_id=<id>, limit=1).list_alerts with supported filters.asp-enrichment-en skill.list_alerts(alert_id=<id>, limit=1, lazy_load=false) to fetch the full related data.list_alerts(alert_id=<id>, limit=1).Preferred response structure:
Alert: alert ID, title or name, severity, status, confidence, correlation UID.Timeline: created or updated time when present.Key Context: source, rule, category, owner, or other high-signal fields.Assessment: short triage judgment.alert_id, status, severity, confidence, correlation_uid, limit.list_alerts.Preferred response structure:
| Alert ID | Title | Severity | Status | Confidence | First Seen | Rule Name |
|---|
Then add one short explanation line when needed.
alert_id only when it is missing for alert-related actions.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub funnywolf/asp-marketplace --plugin asp-plugin