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

Smart Tagger

Johan DenoyerJohan Denoyer254 downloads

Automatically generate 2-5 relevant tags for your notes using ChatGPT or Claude AI.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

An Obsidian plugin that automatically generates 2-5 relevant tags for your notes using AI (ChatGPT or Claude).

Features

  • Dual AI Support: Choose between OpenAI (ChatGPT) or Claude API
  • Smart Tag Generation: Generates 2-5 contextually relevant tags per note
  • Vault Tag Matching: AI-generated tags are matched against your existing vault tags — vault casing always wins
  • Batch Processing: Process all notes in your vault at once
  • Tag Preview: Review and select tags before applying them
  • Customizable: Configure prompts, tag limits, and behavior
  • Existing Tag Awareness: Optionally exclude tags that already exist
  • Rate Limiting: Configurable requests-per-minute to avoid quota exhaustion
  • Retry Logic: Automatic exponential backoff on transient failures
  • Multi-language: English and French interface

Installation

Manual Installation

  1. Download the latest release from the GitHub releases page
  2. Extract the files to your vault's .obsidian/plugins/smart-tagger/ directory
  3. Enable the plugin in Obsidian's Community Plugins settings

Building from Source

  1. Clone this repository
  2. Run npm install to install dependencies
  3. Run npm run build to build the plugin
  4. Copy main.js, manifest.json, and styles.css to your vault's .obsidian/plugins/smart-tagger/ directory

Setup

  1. Go to Settings → Community Plugins → Smart Tagger
  2. Choose your preferred AI provider (OpenAI or Claude)
  3. Add your API key:
    • OpenAI: Get your API key from OpenAI's platform
    • Claude: Get your API key from Anthropic's console
  4. Configure other settings as needed

Usage

Generate Tags for Current Note

  • Click the tag icon in the ribbon bar
  • Use the command palette: "Generate tags for current note"
  • The plugin will analyze your note content and suggest relevant tags

Batch Processing

  • Use the command palette: "Generate tags for all notes"
  • This will process all markdown files in your vault
  • ⚠️ Warning: This may consume significant API credits for large vaults
  • ⚠️ Warning: If you have not allowed "Auto Apply Tags" in settings, you will need to approuve tag additions on every note

Tag Preview

  • By default, generated tags are shown in a preview modal
  • You can select which tags to apply to your note
  • Enable "Auto Apply Tags" in settings to skip the preview

Settings

  • Default AI Provider: Choose between OpenAI and Claude
  • API Keys: Configure your OpenAI and/or Claude API keys
  • Tag Limits: Set minimum (1-10) and maximum (1-10) number of tags
  • Custom Prompt: Customize the AI prompt for tag generation
  • Auto Apply Tags: Skip preview and automatically apply generated tags
  • Exclude Existing Tags: Don't generate tags that already exist in the note
  • Prefer Existing Vault Tags: Match AI output against vault tags case-insensitively; vault casing wins (default: enabled)
  • Rate Limit: Max API requests per minute, 1-60 (default: 10)
  • Max Retries: Retry attempts on failure, 1-10 (default: 3)
  • Language: Interface language — English or French

API Usage and Costs

This plugin makes API calls to external AI services:

  • OpenAI: Uses GPT-3.5-turbo model (~$0.002 per 1K tokens)
  • Claude: Uses Claude-3-haiku model (~$0.00025 per 1K tokens)

Each note processed typically uses 50-200 tokens depending on content length.

Privacy

  • Your note content is sent to the selected AI provider for tag generation
  • No data is stored by this plugin beyond your settings
  • API keys are stored locally in your Obsidian vault
  • Review the privacy policies of your chosen AI provider

Support

If you encounter issues or have feature requests:

  1. Check the existing GitHub issues
  2. Create a new issue with details about your problem
  3. Include your Obsidian version and plugin version

Development

This plugin is built with TypeScript and uses:

  • Obsidian API for vault interaction
  • OpenAI API for ChatGPT integration
  • Anthropic API for Claude integration
  • esbuild for bundling

License

MIT License - see LICENSE file for details

HealthExcellent
ReviewPassed
About
Generate 2–5 contextually relevant tags for notes using OpenAI (ChatGPT) or Claude, with AI suggestions matched to your vault’s existing tags so vault casing prevails. Preview and apply tags per note or process the whole vault in batch, with rate limiting and automatic retry/backoff.
AITags
Details
Current version
1.2.2
Last updated
2 months ago
Created
Last year
Updates
4 releases
Downloads
254
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Johan DenoyerJohan Denoyerjdenoy
www.johandenoyer.fr
GitHubjdenoy
  1. Community
  2. Plugins
  3. AI
  4. Smart Tagger

Related plugins

Tars

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

Claudian

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

Copilot

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

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.

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.

Karpathy LLM Wiki

Karpathy's LLM Wiki implementation - multi-page knowledge generation with entity/concept pages and conversational query.