一键导入
dispatcher
ETL + path-template dedupe + chunking + manifest. operation=prepare (default) or finalize. Context (Cookie/UA/tags) stored in manifest for nuclei.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ETL + path-template dedupe + chunking + manifest. operation=prepare (default) or finalize. Context (Cookie/UA/tags) stored in manifest for nuclei.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fast HTTP probing and lightweight fingerprinting using ProjectDiscovery httpx. Use for web recon with redirect-awareness and JSON output.
V5 样板 Micro-Skill:Pydantic 入参、micro_executor SDK、落盘 parsed.json、stderr S-06、stdout Agent 摘要 JSON(嵌入 raw_stdout)。
Build a basic understanding of the current project by scanning source code and available docs. Use when user asks for /init, project onboarding, quick repo familiarization, or initial architecture context.
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Raw HTTP probing with curl. Use for custom method, headers and body requests in recon and validation.
Advanced web path scanner using multithreaded brute-force. Use for discovering hidden files, directories, and endpoints on web servers.
| name | dispatcher |
| description | ETL + path-template dedupe + chunking + manifest. operation=prepare (default) or finalize. Context (Cookie/UA/tags) stored in manifest for nuclei. |
| metadata | {"openclaw":{"emoji":"📦","requires":{"bins":[],"env":[]},"primaryEnv":null}} |
Reads discovery/katana_urls.txt and discovery/dirsearch.json from the run directory, runs ETL (etl-4), template dedupe, scores endpoints, writes chunks/chunk_*.txt and manifest.json.
Required: run_id (from katana), target for scope.
Merges results/chunk_*.jsonl from completed chunks into vulnerabilities and severity_histogram. pending_chunk_indices lists chunks not marked done (partial run).
| Param | Description |
|---|---|
operation | prepare (default) or finalize |
run_id | Required |
chunk_size | Default 20 |
max_urls | Cap after ETL (default 500) |
auth_header / user_agent / tags | Stored in manifest for Nuclei |
manifest_ttl_seconds | TTL hint per chunk (default 3600) |
determinism_version is etl-4 (matrix strip + template dedupe).
Build: pentest-skill-dispatcher:latest via skills/docker-compose.yml (skill-dispatcher).