How this command is triggered — by the user, by Claude, or both
Slash command
/poam-automation:setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# POA&M Automation Setup Run this once before using any other poam-automation commands. ## Get the Tool Clone the POAM Automation Tool repo: ## Steps 1. Install the required Python dependency: 2. Verify your scanner export files are present. Supported formats: | Scanner | Format | |---|---| | Nessus | `.csv` or `.xml` / `.nessus` | | Tenable.io | `.csv` | | Qualys | `.csv` | | Wiz | `.csv` | | Generic | `.csv` | 3. Confirm `grc_tool.py` and `poam_converter.py` are in the same directory. 4. Run a quick check: If you see all 12 commands listed, setup is complete.
Run this once before using any other poam-automation commands.
Clone the POAM Automation Tool repo:
git clone https://github.com/networkbm/POAM-Automation-Tool
cd POAM-Automation-Tool
pip install openpyxl
| Scanner | Format |
|---|---|
| Nessus | .csv or .xml / .nessus |
| Tenable.io | .csv |
| Qualys | .csv |
| Wiz | .csv |
| Generic | .csv |
Confirm grc_tool.py and poam_converter.py are in the same directory.
Run a quick check:
python3 grc_tool.py --help
If you see all 12 commands listed, setup is complete.
/setupInitializes or resumes Conductor project setup by creating foundational documentation (product definition, tech stack, workflow, style guides) through interactive Q&A.
/setupChecks whether the local Codex CLI is ready and optionally toggles the stop-time review gate. If Codex is not installed, prompts the user to install it via npm.
/setupGuides enterprise admin through provisioning a cloud backend (Vertex/Bedrock/Foundry/gateway) for the Claude Office add-in, handles admin consent, and generates a deployable manifest.xml.
/setupDetects ghost installations of the claude-hud plugin by checking cache and registry state, and offers cleanup of orphaned files.
/setupInteractive setup wizard that detects installed AI providers, configures auth, and optimizes token usage for the Octopus ecosystem. Runs on first install or manual invocation.
7plugins reuse this command
First indexed Jul 10, 2026
Showing the 6 earliest of 7 plugins
npx claudepluginhub fianulabs/claude-grc-engineering --plugin poam-automation