From asp
Manages ASP playbooks: lists definitions, executes on cases/alerts/artifacts with optional user input, inspects run records by target or status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asp:asp-playbook-enThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for playbook automation work on ASP.
Use this skill for playbook automation work on ASP.
list_available_playbook_definitions only for runnable definitions.list_playbook_runs only for run records.execute_playbook only when the user has named a runnable definition and identified the target object.user_input as optional, per-run natural-language guidance for the selected playbook, not as a generic chat
prompt.list_available_playbook_definitions.list_playbook_runs(source_id=<target_id>, type=[<target_type>]).execute_playbook.list_available_playbook_definitions first.list_playbook_runs with the narrowest useful filters.list_available_playbook_definitions.Preferred response structure:
| Definition Name | Likely Target | Purpose |
|---|
target_type, target_id, and playbook definition name.list_available_playbook_definitions first.user_input only when the user wants extra guidance for that run.execute_playbook(type=<target_type>, record_id=<target_id>, name=<definition_name>, user_input=<optional>).Preferred response structure:
Target: type and IDPlaybook Definition: selected nameRun Status: pending at creation time unless the platform reports otherwiseUser Input: only if providedNext Useful Step: usually to query related playbook runsplaybook_id, job_status, type, source_id, limit.source_id when the user is asking from the perspective of one case, alert, or artifact.list_playbook_runs.Preferred response structure:
| Run ID | Type | Target ID | Job Status | Definition Name | Updated |
|---|
Then add one short interpretation line when useful.
target_type and target_id only when missing for run requests.list_playbook_runs with object context instead of
guessing a specific run.npx claudepluginhub funnywolf/agentic-soc-platform --plugin ASPManages ASP playbooks for cyber security: lists runnable definitions, executes on cases/alerts/artifacts, views run records with filters.
Designs structured incident response playbooks with decision trees, escalation criteria, and RACI matrices aligned to NIST 800-61 and SANS PICERL frameworks. Activates for IR playbook creation or SOAR integration.
Designs structured incident response playbooks aligned with NIST SP 800-61r3 and SANS PICERL frameworks. Covers playbook structure, decision trees, escalation criteria, RACI matrices, and SOAR platform integration.