From obsidian-connector
Create a new Obsidian vault for any topic and seed it with an initial knowledge base from web research. Use when the user wants to explore a new idea, start a research project, or create a dedicated space for a tangent they want to investigate later.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-connector:exploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Tip:** You can also use `/new-vault topic` for a unified vault creation experience.
Tip: You can also use
/new-vault topicfor a unified vault creation experience.
Create a dedicated Obsidian vault for a topic and seed it with real knowledge from web research so the user has something to work with immediately.
Ask one clarifying question if needed, but don't over-interrogate. The user wants to start exploring, not write a brief.
Determine:
Call obsidian_create_vault with:
This creates the vault alongside their existing vaults with:
Home.md (index with links to all topics)Research/{topic}.md stubs with key questionsCards/, Inbox/, daily/ directoriesFor each seed topic, do actual research:
obsidian_seed_vault to save the noteEach seed note should include:
Tell the user:
obsidian_discard_vault if it's not usefulSpeed of thought. The vault should exist within 30 seconds with real content the user can immediately read and build on. If the research takes too long, create the vault first with stubs, then seed notes as research completes.
npx claudepluginhub mariourquia/obsidian-connectorScaffolds a complete Obsidian vault from scratch using the obsidian-master-kit opinionated folder structure, with CLAUDE.md, _INDEX.md, MOCs, and templates. Conducts a short interview in pt-br and is idempotent.
Scaffolds an agent-ready Obsidian Zettelkasten vault with directories, templates, CLAUDE.md, MCP config, and git init.
Sets up and maintains a persistent Obsidian wiki vault as composable knowledge base. Scaffolds structure, manages cross-references, and provides a hot cache for cross-session context.