Install
npx skillscat add jingyi-zhao-01/obsidian-cli-inspector Install via the SkillsCat registry.
SKILL.md
- Install the Rust CLI (required by the wrapper):
cargo install obsidian-cli-inspector
Global options
-c, --config <FILE>Path to config file-h, --helpPrint help-V, --versionPrint version
Commands
obsidian-cli-inspector initInitialize or reinitialize the databaseobsidian-cli-inspector indexIndex the vault (scan and parse all files)obsidian-cli-inspector searchSearch notes using full-text searchobsidian-cli-inspector backlinksList backlinks to a noteobsidian-cli-inspector linksList forward links from a noteobsidian-cli-inspector unresolved-linksList all unresolved links in the vaultobsidian-cli-inspector tagsList notes by tagobsidian-cli-inspector suggestSuggest related notes not directly linkedobsidian-cli-inspector bloatDetect bloated notes and suggest refactoringobsidian-cli-inspector statsShow statistics about the vaultobsidian-cli-inspector tuiLaunch interactive TUIobsidian-cli-inspector graphDisplay vault graph informationobsidian-cli-inspector helpPrint this message or the help of the given subcommand(s)
If the CLI binary is missing, install it before running commands.