npx claudepluginhub funnywolf/agentic-soc-platform --plugin ASPThis skill uses the workspace's default tool permissions.
Use this skill when analysis results should be saved back into ASP as structured context.
Creates and attaches structured enrichments to cases, alerts, or artifacts in ASP cyber security platform. Persists analysis, threat intelligence, and investigation context.
Manages SOC cases in Elastic Security via Kibana Cases API: create, search, update, link alerts, add notes. Use for incident tracking, triage, investigation.
Investigates LimaCharlie security cases holistically: initial access hunting, org-wide scope, lateral movement, host context. Enriches with telemetry, IOCs, notes, summaries for SOC triage, threat hunting, incident response.
Share bugs, ideas, or general feedback.
Use this skill when analysis results should be saved back into ASP as structured context.
case, alert, or artifact.create_enrichment for a new result record.attach_enrichment_to_target only after you have the enrichment row ID.create_enrichment first.attach_enrichment_to_target.target_type and target_id.create_enrichment and keep the returned enrichment row ID.attach_enrichment_to_target(target_type=<target_type>, target_id=<target_id>, enrichment_rowid=<created_rowid>).Preferred response structure:
Target: target type and target IDEnrichment: created enrichment row IDAttachment: attached to targetNext useful step: optional, usually continue investigation, review the enriched object, or run follow-up automationtarget_type, target_id, and enrichment_rowid.attach_enrichment_to_target(target_type=<target_type>, target_id=<target_id>, enrichment_rowid=<enrichment_rowid>).target_type and target_id only when missing.