Overview
defenseclaw aibom — AI Bill of Materials — scan live OpenClaw inventory.
Reference
Synopsis
defenseclaw aibom [OPTIONS]
Subcommands
| Subcommand | Description |
|---|---|
scan | Index a live OpenClaw install (skills, plugins, MCP, agents, tools, models, memory). |
Description
AI Bill of Materials — scan live OpenClaw inventory
defenseclaw aibom scan
Index a live OpenClaw install (skills, plugins, MCP, agents, tools, models, memory)
Index a live OpenClaw install (skills, plugins, MCP, agents, tools, models, memory).
Calls openclaw CLI commands in parallel and builds a unified inventory.
Results are stored in the audit DB.
Use --only to restrict which categories are collected (faster). Use --summary to show only the summary table.
Options
| Flag | Type | Default | Env var | Required | Description |
|---|---|---|---|---|---|
--json | boolean | — | — | no | Output full inventory as JSON |
--summary | boolean | — | — | no | Show summary table only |
--only | text | — | — | no | Comma-separated categories to scan: skills,plugins,mcp,agents,tools,models,memory |
Usage
Inventory summary
defenseclaw aibom scan --summary
Use the summary form when you only need counts by inventory category.
JSON inventory
defenseclaw aibom scan --json --only skills,plugins,mcp
--only accepts a comma-separated category list.
See AIBOM.