ClawVault
Commands

stats

Show vault statistics including document counts and category breakdowns

The stats command provides a statistical overview of your vault contents.

Usage

clawvault stats [options]

Options

FlagDescriptionDefault
-v, --vault <path>Vault pathNearest vault
--jsonOutput as JSONfalse

Examples

# View vault stats
clawvault stats

# JSON output for dashboards or scripts
clawvault stats --json

Stats includes document counts by category, total vault size, and index health information.

On this page