What problem does it solve? Raw output from pentest tools like nmap, hydra, and impacket is unstructured text that an agent cannot reason over. This Skill converts that output into typed, structured facts stored in a SQLite index and re-exported as a Markdown vault, so planning always happens against current, normalized data. ## Core Features & Use Cases - Multi-tool parsing: Ingests output from nmap (XML), ssh_exec, hydra, impacket (psexec, secretsdump, wmiexec, smbexec), and msfrpc into hosts, services, credentials, sessions, and observations. - Stdin streaming: Pipes tool output directly into the parser (tool | agent-baseline parse <tool> -) to avoid stale intermediate files and race conditions. - Vault re-export: Regenerates the Markdown vault from SQLite via export-obsidian after every parse, keeping the planner-readable surface in sync. - Use Case: After running nmap -oX - 10.0.0.0/24, stream the XML into the parser, re-export the vault, and immediately plan the next attack step from up-to-date host and service facts. ## Quick Start Pipe the nmap XML output you just captured into the agent-baseline parser with a fresh SQLite database, then re-export the Markdown vault and report the parse_status.