Skip to content

AI Skill Center ​

The Skill Center manages structured knowledge cards in SKILL.md format. Skill cards are knowledge packages that AI Agents can reference during penetration testing (e.g., web evasion handbooks, cloud/container assessment playbooks, mobile reverse-engineering methods), orchestrated by the platform and exposed to the Agent side.

Navigate to "AI" → "Skill Library" in the left sidebar (requires skill:view or mcp:view permission).

AI Skill Center

Skill Data Model ​

FieldDescription
skillKeyUnique identifier (e.g., advanced-web-evasion)
Name / CategoryDisplay name and category
DescriptionUsage summary that helps the Agent decide whether to load it
ContentSKILL.md Markdown body (with DOMPurify-sanitized preview)
EnabledDisabled skills are not served to Agents
Sort Order / VersionDisplay order and version; built-in skills are flagged isBuiltin

Category System ​

Skills are organized into 11 categories, filterable by category plus debounced keyword search:

BASE / WEB / SAST (code auditing) / API / CLOUD / AI (AI/LLM apps) / MOBILE / COLLAB / VULN / ORCHESTRATION / CUSTOM

Common Operations ​

Create & Edit ​

Click "New Skill" to open the drawer editor. Fill in skillKey, name, category, and the Markdown body with live preview.

Enable / Disable ​

Toggle the switch on each card to control whether the skill takes effect for AI Agents.

Export & Distribution ​

  • One-click Export: Bundle all enabled skills as skills.zip, ready to drop into an Agent's skill directory (e.g., Claude Code's .agents/skills/)
  • Single Download: Download a specific skill's SKILL.md file
  • Copy: Copy the skill's Markdown content to the clipboard

Views & Browsing ​

Grid/list dual views with pagination.


  • MCP Overview — how skills are exposed to AI Agents via MCP
最近更新

Released under the MIT License