AI Summaryvault-cli provides CLI utilities for maintaining Obsidian vaults through linting, link automation, and stub promotion. Developers and knowledge managers using Obsidian will benefit from automated vault maintenance and organization.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "vault-cli" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/vault-cli && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/vault-cli/SKILL.md "https://raw.githubusercontent.com/aaronvanston/vault-cli/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Generic CLI utilities for maintaining an Obsidian vault (lint/linkify/promote stubs).
vault-cli
Use vault to maintain an Obsidian vault. Quick start • vault lint --root /path/to/vault • vault linkify 00-inbox/note.md --root /path/to/vault (dry-run) • vault linkify 00-inbox/note.md --root /path/to/vault --write • vault linkify-all --root /path/to/vault --glob '00-inbox/*/.md' (dry-run) • vault linkify-all --root /path/to/vault --glob '00-inbox/*/.md' --limit 20 --write Promote stubs (safe plan/apply) • vault promote-stubs --root /path/to/vault --min-refs 10 --out vault.promote-stubs.plan.json • Edit vault.promote-stubs.plan.json • vault promote-stubs-apply --root /path/to/vault --plan vault.promote-stubs.plan.json (dry-run) • vault promote-stubs-apply --root /path/to/vault --plan vault.promote-stubs.plan.json --write
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster