Skip to content

Skills

ASP Skills is a capability package for skill-aware agents. It exposes ASP Case, Alert, Artifact, SIEM, CMDB, threat intelligence, Playbook, and development helper workflows as reusable skills.

The skills runtime uses the asp command as the boundary. Agents access the ASP Agent Operations API through asp-cli and prefer --output json for stable structured results. It does not require the old plugin installation flow or server-protocol environment variables.

Install

Complete ASP CLI installation, login, and connectivity verification first.

Install the skill registry:

bash
npx skills@latest add FunnyWolf/asp-marketplace

Install and run asp-setup first:

text
/asp-setup

Skill Catalog

CategorySkills
Setupasp-setup
Recordsasp-case, asp-alert, asp-artifact, asp-comment, asp-file, asp-knowledge, asp-enrichment, asp-playbook
Integrationsasp-siem-search, asp-siem-index-yaml, asp-siem-rule, asp-cmdb, asp-threat-intelligence
Authoringasp-module-creator, asp-playbook-creator
Investigation Workflowsasp-case-investigation, asp-artifact-investigation, asp-threat-hunting

Usage Rules

  • Read operations may be invoked by the agent when they match the user's request.
  • Create, update, upload, comment, enrich, and Playbook execution operations require explicit user authorization.
  • Automation and investigation workflows should prefer JSON output, such as asp case list --output json.
  • Do not write API keys into skill files, repository files, or prompts.