
Asp Plugin
- Updated August 4, 2026
- FunnyWolf/asp-marketplace
asp-plugin is a Claude Code skill in the Security category. A comprehensive toolkit for operating the ASP platform.
Key points
- asp-plugin
- Security
- AI-coding skill
Asp Plugin by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add FunnyWolf/asp-marketplace/plugin install asp-plugin@asp-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 4, 2026 |
|---|---|
| Repository | FunnyWolf/asp-marketplace ↗ |
What it does
A comprehensive toolkit for operating the ASP platform.
README.md
ASP Marketplace
Agentic SOC Platform (ASP) Claude Code plugin marketplace.
Overview
This marketplace provides Claude Code plugins for operating ASP through the current ASP MCP server. It bundles investigation agents and task-focused skills for common security operations workflows.
The bundled MCP configuration targets the current ASP backend MCP server:
- Transport: Streamable HTTP
- Endpoint:
${ASP_MCP_URL}such ashttps://asp.example.com/api/mcp - Authentication:
Authorization: Api-Key ${ASP_MCP_API_KEY}
Create an ASP user API key in the platform and set both environment variables before using the plugin. The backend MCP endpoint is served by the ASGI application; in production, route /api/mcp to the Uvicorn process.
Bundled agents
asp-case-investigator-en/asp-case-investigator-zhasp-artifact-investigator-en/asp-artifact-investigator-zhasp-threat-hunting-en/asp-threat-hunting-zh
Bundled skills
asp-alert-en/asp-alert-zhasp-artifact-en/asp-artifact-zhasp-case-en/asp-case-zhasp-cmdb-en/asp-cmdb-zhasp-comment-en/asp-comment-zhasp-enrichment-en/asp-enrichment-zhasp-knowledge-en/asp-knowledge-zhasp-module-creator-en/asp-module-creator-zhasp-playbook-en/asp-playbook-zhasp-playbook-creator-en/asp-playbook-creator-zhasp-siem-index-yaml-en/asp-siem-index-yaml-zhasp-siem-rule-en/asp-siem-rule-zhasp-siem-search-en/asp-siem-search-zhasp-threat-intelligence-en/asp-threat-intelligence-zh
Structure
plugins/
├── .mcp.json # MCP server configuration
├── agents/ # Claude Code agent definitions
│ ├── asp-artifact-investigator-*.md
│ ├── asp-case-investigator-*.md
│ └── asp-threat-hunting-*.md
└── skills/ # Claude Code skill definitions
├── asp-alert-*
├── asp-artifact-*
├── asp-case-*
├── asp-cmdb-*
├── asp-comment-*
├── asp-enrichment-*
├── asp-knowledge-*
├── asp-module-creator-*
├── asp-playbook-*
├── asp-playbook-creator-*
├── asp-siem-index-yaml-*
├── asp-siem-rule-*
├── asp-siem-search-*
└── asp-threat-intelligence-*
Each agent and skill is available in both English (-en) and Chinese (-zh) variants.
Documentation
- English: https://asp.viperrtp.com/asp/integrations/claude-code/
- Chinese: https://asp.viperrtp.com/zh/asp/integrations/claude-code/
License
See LICENSE for details.