From claude-obsidian
Runs autonomous research loop on a topic: searches web, synthesizes findings, creates structured wiki pages, and reports key results.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-obsidian:autoresearchThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read the `autoresearch` skill. Then run the research loop. Usage: - `/autoresearch [topic]` — research a specific topic - `/autoresearch` — ask "What topic should I research?" Before starting, read `skills/autoresearch/references/program.md` to load the research constraints and objectives. If no vault is set up yet, say: "No wiki vault found. Run /wiki first to set one up." After research is complete, update wiki/index.md, wiki/log.md, and wiki/hot.md. Report how many pages were created and what the key findings are.
Read the autoresearch skill. Then run the research loop.
Usage:
/autoresearch [topic] — research a specific topic/autoresearch — ask "What topic should I research?"Before starting, read skills/autoresearch/references/program.md to load the research constraints and objectives.
If no vault is set up yet, say: "No wiki vault found. Run /wiki first to set one up."
After research is complete, update wiki/index.md, wiki/log.md, and wiki/hot.md.
Report how many pages were created and what the key findings are.
npx claudepluginhub pokaaa83/llm-wiki-obsidian5plugins reuse this command
First indexed Apr 7, 2026
/autoresearchSearches the web on a topic, synthesizes findings, and files structured wiki pages into the vault.
/researchLaunches parallel agents for deep web research on a topic, ingests sources across angles, and compiles into wiki articles. Supports auto-creating new topic wikis and timed multi-round sessions.
/researchConducts interactive deep research on a topic: captures and refines scope, decomposes into subtopics, performs parallel web searches with source verification, synthesizes into a well-sourced markdown document.
/wikiBuilds, queries, and maintains persistent research wikis as markdown folders with SQLite FTS5 indexing. Supports subcommands for management, search, research, embeddings, and HTML viewer.
/SKILLConducts deep parallel research on a topic using web searches and tools, producing cited markdown files in research/ directory with validated URLs and synthesis summary.
/vault-autoresearchRuns a 3-round autonomous research loop on a topic: survey, deep dive, and cross-examination with contradictions, saving intermediate notes and a final synthesis to the vault.