View and analyze tags across your Obsidian vault.
Analyzes and manages tags across your Obsidian vault with statistics and search capabilities.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install obsidian-vault@mwguerra-marketplaceView and analyze tags across your Obsidian vault.
# List all unique tags
/obsidian:tags
# Show tag usage statistics (count per tag)
/obsidian:tags --stats
# Find notes with a specific tag
/obsidian:tags --find laravel
# Limit results
/obsidian: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