From obsidian-vault
View and analyze tags in your Obsidian vault: lists unique tags, usage stats sorted by count, notes by specific tag, with optional limits.
How this command is triggered — by the user, by Claude, or both
Slash command
/obsidian-vault:tagsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Manage Tags
View and analyze tags across your Obsidian vault.
## Usage
Runs: `bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage-tags.sh" $ARGUMENTS`
## Options
| Option | Description |
|--------|-------------|
| (none) | List all unique tags |
| `--stats` | Show tag counts, sorted by usage |
| `--find <tag>` | Find all notes with a specific tag |
| `--limit <n>` | Maximum results (default: 50) |
## Output Examples
**List tags:**
**Statistics:**
**Find by tag:**View and analyze tags across your Obsidian vault.
# List all unique tags
/obsidian-vault:tags
# Show tag usage statistics (count per tag)
/obsidian-vault:tags --stats
# Find notes with a specific tag
/obsidian-vault:tags --find laravel
# Limit results
/obsidian-vault:tags --stats --limit 20
Runs: bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage-tags.sh" $ARGUMENTS
| Option | Description |
|---|---|
| (none) | List all unique tags |
--stats | Show tag counts, sorted by usage |
--find <tag> | Find all notes with a specific tag |
--limit <n> | Maximum results (default: 50) |
List tags:
All Tags in Vault
=================
api
claude-code
commit
laravel
redis
security
Total unique tags: 42
Statistics:
Tag Usage Statistics
====================
TAG COUNT
--- -----
laravel 23
commit 18
api 12
security 8
Find by tag:
Notes tagged with: laravel
========================
[Laravel Queue Configuration]
Path: technologies/laravel-queues.md
[Rate Limiting Implementation]
Path: journal/commits/2026-01-27-rate-limiting.md
npx claudepluginhub mwguerra/claude-code-plugins --plugin obsidian-vault/brainLoads relevant notes from your Obsidian vault matching the topic into conversation context. Lists found notes and answers using their content.
/vaultManages Obsidian vault: lists structure with file counts by service and task layers, adds documents to categories with frontmatter and git commit, auto-organizes uncategorized files.
/second-brain-mappingExtracts structured metadata from all files in a vault, surfaces cross-document insights, and optionally builds a knowledge graph.
/connectConnects a specified note to semantically related notes in your Obsidian vault using qmd semantic search, or discovers connections across the vault if no path provided.