Skip to content
Cisco AI Defense logo
CiscoAI Security

defenseclaw aibom — DefenseClaw

Overview

defenseclaw aibom — AI Bill of Materials — scan live OpenClaw inventory.

Reference

Synopsis

defenseclaw aibom [OPTIONS]

Subcommands

SubcommandDescription
scanIndex 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

FlagTypeDefaultEnv varRequiredDescription
--jsonbooleannoOutput full inventory as JSON
--summarybooleannoShow summary table only
--onlytextnoComma-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.

Related