obsidian-second-brain
AgentFreeClaude Code skill for Obsidian. Turn your vault into a living AI-first second brain. 31 commands, vault-first research, scheduled agents.
Capabilities14 decomposed
vault-aware semantic search and retrieval
Medium confidenceIndexes the entire Obsidian vault as a searchable knowledge base, enabling Claude to retrieve relevant notes based on semantic similarity rather than keyword matching. Uses embeddings to understand context and relationships between notes, allowing the agent to surface connected information across the vault without explicit linking. Implements local indexing to avoid sending vault contents to external services.
Implements vault-first retrieval where the local Obsidian vault is the primary knowledge source, with Claude querying it directly via the Claude Code skill rather than relying on external vector databases or cloud-based indexing services. Uses Obsidian's native file system as the source of truth.
Avoids privacy concerns and API costs of cloud-based RAG systems by keeping all vault data local while still providing semantic search capabilities through Claude's embeddings API.
scheduled autonomous research agents
Medium confidenceEnables creation of background agents that run on a schedule (hourly, daily, weekly) to perform research tasks, synthesize information, and update notes without manual intervention. Agents execute Claude Code skill commands in sequence, reading from the vault, processing information, and writing results back to specified notes. Implements a scheduling system that persists agent configurations and execution history.
Implements scheduled agents as first-class primitives within the Claude Code skill ecosystem, allowing non-technical users to define recurring research and synthesis tasks through a declarative configuration interface rather than writing cron jobs or scheduled scripts.
Provides tighter integration with Obsidian's vault structure than generic task schedulers, enabling agents to directly manipulate notes and leverage vault-aware retrieval without middleware or API layers.
claude code skill command execution and orchestration
Medium confidenceProvides a unified interface for executing 31+ Claude Code skill commands that manipulate vault content, including note creation, editing, searching, and analysis. Implements a command registry that maps natural language requests to specific commands, handles parameter binding, and manages execution context. Supports command chaining and conditional execution based on results.
Implements a command registry that maps natural language to specific vault operations, enabling non-technical users to automate complex workflows without writing code. Commands are designed to be composable and chainable.
Provides a more accessible interface to vault automation than writing Python scripts or shell commands, while maintaining flexibility through command chaining and conditional execution.
vault content analysis and insights generation
Medium confidenceAnalyzes vault content to identify patterns, trends, gaps, and insights. The agent can identify frequently discussed topics, track how concepts evolve across notes, identify knowledge gaps, and generate insights about the vault's content. Supports statistical analysis and visualization data generation for vault structure and content patterns.
Implements analysis as a semantic understanding task that identifies meaningful patterns and relationships in vault content rather than just statistical aggregation. Generates actionable insights about knowledge gaps and areas for expansion.
Provides deeper insights than simple statistics or keyword analysis by understanding semantic relationships and content meaning, enabling identification of conceptual gaps and evolution patterns.
multi-format note import and normalization
Medium confidenceImports notes from external sources (markdown files, web content, PDFs, other note-taking apps) and normalizes them into Obsidian-compatible format with consistent metadata and structure. The agent parses various formats, extracts content and metadata, and generates Obsidian-compatible markdown with appropriate frontmatter, links, and tags. Supports batch import with deduplication.
Implements import as a semantic normalization process that understands various source formats and converts them to Obsidian conventions, including metadata extraction and link mapping, rather than simple format conversion.
Produces better-integrated imported notes than generic converters by understanding Obsidian's conventions and automatically extracting and mapping metadata, reducing manual cleanup work.
vault-aware writing assistance and editing
Medium confidenceProvides writing assistance and editing capabilities that are aware of vault content and style. When editing notes, the agent can suggest improvements, check consistency with vault conventions, identify redundancy with existing notes, and improve clarity while maintaining the user's voice. Supports style checking and tone analysis based on vault examples.
Implements editing assistance as a vault-aware process that learns the user's style and conventions from existing notes, providing suggestions that maintain consistency rather than imposing generic style rules.
Produces more contextually appropriate editing suggestions than generic writing assistants by learning from the user's vault and ensuring consistency with existing notes and style conventions.
multi-step vault transformation pipelines
Medium confidenceChains multiple Claude Code skill commands together to perform complex transformations on vault content, such as bulk note reformatting, metadata extraction, or content reorganization. Implements a pipeline abstraction that passes output from one step as input to the next, with error handling and rollback capabilities. Supports conditional branching based on note properties or content analysis.
Implements vault transformations as composable pipeline stages that understand Obsidian's data model (frontmatter, links, tags, folders) natively, rather than treating notes as generic text files. Each stage can inspect and modify vault structure directly.
Provides higher-level abstractions than shell scripts or generic ETL tools by embedding knowledge of Obsidian's conventions and data structures, reducing boilerplate and enabling safer bulk operations.
context-aware note generation and expansion
Medium confidenceGenerates new notes or expands existing ones based on vault context, using semantic search to pull relevant information and Claude to synthesize new content. When creating a note, the agent retrieves related notes from the vault, uses them as context, and generates content that integrates with existing knowledge. Supports templates and structured generation for consistent note formats.
Grounds note generation in the user's existing vault rather than generating from general knowledge, ensuring generated content integrates with and extends the user's personal knowledge base. Uses vault-aware retrieval to automatically identify and link related notes.
Produces more contextually relevant and interconnected notes than generic LLM writing assistants by leveraging the vault as a knowledge source and automatically creating bidirectional links.
intelligent note linking and backlink management
Medium confidenceAnalyzes note content to identify semantic relationships and automatically creates or suggests links between notes. Uses Claude to understand note semantics and determine when notes should be linked, then updates Obsidian's link graph. Supports bidirectional link creation and can detect and resolve duplicate or conflicting links.
Uses Claude's semantic understanding to create intelligent links based on conceptual relationships rather than keyword matching, enabling discovery of non-obvious connections between notes. Integrates directly with Obsidian's link syntax and backlink system.
Produces higher-quality links than regex-based or keyword-matching approaches by understanding semantic meaning, and integrates seamlessly with Obsidian's native linking rather than requiring external graph databases.
vault-aware code generation and documentation
Medium confidenceGenerates code snippets, functions, or documentation based on patterns and examples found in the vault. When a user requests code generation, the agent searches the vault for relevant examples, coding patterns, or documentation, then uses those as context to generate code that matches the vault's conventions and style. Supports multiple programming languages and documentation formats.
Grounds code generation in the user's documented patterns and conventions stored in the vault, ensuring generated code matches the user's style and architectural decisions rather than generic best practices.
Produces more contextually appropriate code than generic code assistants by learning from the user's own documented patterns and examples, reducing the need for post-generation editing.
research synthesis and literature review automation
Medium confidenceAutomatically synthesizes information from multiple notes into coherent research summaries, literature reviews, or analysis documents. The agent retrieves relevant notes based on a research query, analyzes them for key findings and themes, and generates a synthesized document that integrates insights across sources. Supports citation tracking and source attribution.
Implements synthesis as a multi-stage process that retrieves relevant notes, extracts key findings, identifies themes and connections, and generates coherent output that integrates insights across sources while maintaining source attribution.
Produces more coherent and well-sourced syntheses than manual note review by automatically identifying relevant sources and integrating their insights, while maintaining better source tracking than generic summarization tools.
vault metadata extraction and structuring
Medium confidenceAnalyzes unstructured note content to extract structured metadata (entities, relationships, properties) and populates note frontmatter with extracted data. Uses Claude to understand note content and identify relevant metadata, then updates YAML frontmatter with extracted information. Supports custom metadata schemas and validation rules.
Implements extraction as a semantic understanding task rather than pattern matching, enabling extraction of complex relationships and properties that require understanding note context and meaning.
Produces more accurate and contextually appropriate metadata than regex-based extraction by using Claude's semantic understanding, and integrates directly with Obsidian's frontmatter system.
query-driven note generation and expansion
Medium confidenceGenerates or expands notes in response to natural language queries, using vault context to ensure generated content is relevant and integrated. When a user asks a question, the agent searches the vault for relevant information, identifies gaps, and generates new content or expands existing notes to answer the question comprehensively. Supports follow-up queries and iterative refinement.
Implements query-driven generation as an interactive process where the agent understands the user's question, searches the vault for relevant context, identifies gaps, and generates content that fills those gaps while integrating with existing knowledge.
Produces more contextually relevant and integrated answers than generic Q&A systems by grounding responses in the user's vault and automatically identifying and filling knowledge gaps.
vault-aware task and project management
Medium confidenceIntegrates task and project management capabilities with vault content, enabling creation of tasks from notes, tracking project progress, and generating project summaries. The agent can create task notes with metadata, track dependencies between tasks, and generate project status reports by analyzing task notes. Supports integration with Obsidian's task syntax and metadata.
Implements task management as an extension of the vault's knowledge base rather than a separate system, enabling tasks to reference and link to research, documentation, and other vault content.
Provides tighter integration between task management and knowledge management than separate tools, enabling tasks to be grounded in vault context and reducing context switching.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with obsidian-second-brain, ranked by overlap. Discovered automatically through the match graph.
Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue
Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue
ruflo
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
everything-claude-code
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
letta
Letta is the platform for building stateful agents: AI with advanced memory that can learn and self-improve over time.
LlamaIndex
Transform enterprise data into powerful LLM applications...
Claude Code
Anthropic's terminal coding agent — file ops, git, MCP servers, extended thinking, slash commands.
Best For
- ✓researchers and academics managing large note collections
- ✓knowledge workers building personal wikis
- ✓developers using Obsidian as a project documentation hub
- ✓researchers maintaining living literature reviews
- ✓knowledge workers who want passive knowledge accumulation
- ✓teams using Obsidian for collaborative research with automated synthesis
- ✓users automating vault operations without coding
- ✓teams building custom workflows on top of Obsidian
Known Limitations
- ⚠Indexing latency increases with vault size (100k+ notes may require optimization)
- ⚠Embedding quality depends on Claude's semantic understanding; domain-specific terminology may require custom fine-tuning
- ⚠No incremental indexing — full re-index required on vault changes unless delta tracking is implemented
- ⚠Scheduling requires persistent background process — agent stops if Obsidian is closed
- ⚠No built-in error recovery or retry logic for failed scheduled tasks
- ⚠Limited to operations that can complete within Obsidian's execution timeout (typically 30-60 seconds)
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Last commit: May 2, 2026
About
Claude Code skill for Obsidian. Turn your vault into a living AI-first second brain. 31 commands, vault-first research, scheduled agents.
Categories
Alternatives to obsidian-second-brain
Are you the builder of obsidian-second-brain?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →