Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

AI Tag Curator

edgeedge145 downloads

AI tag management and governance for Obsidian vaults.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

简体中文 | English

AI tag management and governance for Obsidian vaults.

AI Tag Curator is not a generic "generate tags for this note" plugin. It helps you keep an existing Obsidian tag taxonomy coherent by reusing known tags, explaining recommendations, and surfacing vault-level tag problems before any risky cleanup work.

Current MVP Capabilities

Vault tag index 标签索引摘要

  • Build a tag index from Obsidian metadata, frontmatter tags, and optional inline tags.
  • Show a tag index summary with tag counts, usage counts, file counts, and top tags.
  • Reuse the cached index for recommendations and health reports instead of scanning the whole vault every time.

Current note recommendations 当前笔记标签推荐

  • Suggest tags for the current Markdown note.
  • Prefer existing vault tags, even when new tags are allowed.
  • Filter out tags already present on the current note.
  • Explain each recommendation with confidence and close alternatives not selected.
  • Apply selected recommendations only after user confirmation.
  • Undo the latest tag change made by this plugin for the current note.
  • Run slow AI requests in the background and show results when ready.

Vault-level tag health report

  • Organize vault-level tag health into overview, AI priority actions, and rule evidence details.
  • Group health issues such as low-frequency tags, near duplicates, hierarchy inconsistencies, over-broad tags, over-narrow tags, and naming drift.
  • Use rule analysis for factual evidence and action safety boundaries; use AI assistance for merging related issues, explaining rationale, ranking priorities, and adding risk notes.
  • Show user-facing AI action cards with priority, confidence, actionability, diagnosis, rationale, target tags, rule evidence, and caution notes.
  • Cache AI-enhanced analysis for the current tag index and show the last analysis time when reopening the report.
  • Executable merge/rename suggestions can show file previews, be applied manually, and be undone. Observation, broad split, deprecation, and removal suggestions stay read-only or manual-review.
  • Copy AI action and cleanup suggestions as Markdown for external review.
  • Click health report tags to copy and search them in Obsidian.
  • Keep long reports scrollable inside a stable modal layout. AI action suggestions Applied AI action with undo Rule evidence details

Settings 设置

  • Support OpenAI-compatible providers such as DeepSeek and OpenAI.
  • Show dev-mode timing for tag recommendations and AI-enhanced health analysis.
  • Support Chinese, English, and Auto language mode following Obsidian.

Provider Configuration

Open the plugin settings and configure:

  • API base URL
  • API key
  • Model

Example OpenAI-compatible settings:

Provider API base URL Model example
DeepSeek https://api.deepseek.com deepseek-v4-flash
OpenAI https://api.openai.com/v1 gpt-4o-mini

The API key is stored locally in Obsidian plugin data.

Local Installation

  1. Install dependencies:
npm install
  1. Build the plugin:
npm run build
  1. Create a plugin directory in your target Obsidian vault:
mkdir -p /path/to/your-vault/.obsidian/plugins/ai-tag-curator
  1. Copy the generated files:
cp main.js manifest.json styles.css .hotreload /path/to/your-vault/.obsidian/plugins/ai-tag-curator/
  1. Open Obsidian, go to Settings -> Community plugins, and enable AI Tag Curator.

Generated plugin files:

  • main.js
  • manifest.json
  • styles.css
  • .hotreload for local development with the Hot Reload plugin

For local development, you can install directly into an Obsidian vault:

npm run local:install

To install a side-by-side development copy without replacing the Marketplace plugin:

npm run local:install-dev

By default these commands target /Users/edge/personal/edge-notes. Override it with OBSIDIAN_VAULT_PATH=/path/to/vault.

Usage

  1. Configure an OpenAI-compatible API base URL, API key, and model.
  2. Run Refresh vault tag index.
  3. Open a Markdown note.
  4. Run Suggest tags for current note.
  5. Review the recommendation modal and apply only the tags you want.
  6. Run Analyze tag health to inspect vault-level tag problems.
  7. Optionally run AI-enhanced analysis inside the health report.
  8. Run Undo last tag curator change if you need to revert the latest tag write for the current note.

Commands

The plugin UI defaults to Auto, which follows the current Obsidian language. In English, the commands are:

  • Refresh vault tag index
  • Show tag index summary
  • Analyze tag health
  • Suggest tags for current note
  • Undo last tag curator change

Development

Run tests:

npm test

Build:

npm run build

OpenSpec workflow:

npm run spec:list
npm run spec:status -- --change <change-name>
npm run spec:validate -- <change-name>

For new product work, start with an OpenSpec change proposal before implementation.

Current Limitations

  • The MVP only writes to the current note's frontmatter tags.
  • Inline tags are read for indexing but are not automatically rewritten yet: body tags may appear in quotes, code blocks, links, or prose, so safe writes need position-level diffs, operation logs, and conflict detection.
  • Rule evidence in tag health reports is read-only. Executable cleanup items require file previews and explicit manual confirmation.
  • AI-enhanced health analysis provides summary and action guidance only; it cannot change local action capability or execute changes.
  • Cleanup plans label action capabilities. Executable merge/rename items can be applied manually and undone; other items remain preview-only, observe-only, or manual-review.
  • AI responses must be valid structured JSON. If parsing fails, no file is modified.

Documentation

  • Changelog
  • License
  • Chinese release checklist
  • English product handoff
  • Chinese product explanation
  • Chinese technical design
  • Chinese roadmap
  • OpenSpec project context
HealthExcellent
ReviewSatisfactory
About
Maintain a coherent tag taxonomy across your vault with AI-driven recommendations that prefer existing tags, explain confidence and alternatives, and apply changes only after confirmation. Generate a vault-level tag health report that surfaces low-frequency or duplicate tags, hierarchy inconsistencies, naming drift, and prioritized actions with supporting evidence.
TagsAI
Details
Current version
0.1.2
Last updated
2 months ago
Created
2 months ago
Updates
3 releases
Downloads
145
Compatible with
Obsidian 1.8.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
edgeedgeedge
GitHubqmkcamel
  1. Community
  2. Plugins
  3. Tags
  4. AI Tag Curator

Related plugins

Tars

Text generation based on tag suggestions, using Claude, OpenAI, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

TagFolder

Show tags as folder.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Text Generator

Generate text content using GPT-3 (OpenAI).

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.