research

Research a topic via web search and vault context into an Obsidian note.

36|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tuan3w/obsidian-vault-agent --skill research-tuan3w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/tuan3w/obsidian-vault-agent/tree/main/skills/research
Command: npx skills add https://github.com/tuan3w/obsidian-vault-agent --skill research-tuan3w

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Researching an unfamiliar topic is slow and unstructured, so you end up with scattered links instead of a clear, reusable note in your Obsidian vault.

Core Features & Use Cases

  • Multi-angle topic planning: Decomposes your question into 3–5 focused sub-questions that cover definition, motivation, mechanism, tradeoffs, and what’s next.
  • Vault-aware + web-aware synthesis: Checks existing vault notes first, then searches the web to fill gaps and connect new findings back into your knowledge base.
  • High-quality research output: Produces a structured note with confidence signaling, explicit uncertainties, and inline source links so the result is trustworthy and actionable.

Quick Start

Use /research followed by your topic or question to generate a new, well-sourced research note in your vault.

Frequently Asked Questions about research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a sourced research note in Obsidian from a web search?

To generate a sourced research note, this Skill combines targeted web search with existing vault context to synthesize your topic into a structured note. It decomposes your question into sub-questions, fetches web sources, and writes the results directly into your vault with inline source URLs.

Can I use existing vault notes as context when researching an unfamiliar topic?

Yes, you can use existing vault notes as context when researching an unfamiliar topic. The Skill first checks your vault via search to find prior notes, then searches the web to fill information gaps and connects the new findings back into your knowledge base.

What is the best way to structure Obsidian notes with confidence signaling and source links?

The best way to structure notes with confidence signaling is to use a Skill that explicitly embeds these markers alongside inline source links. It synthesizes fetched web data and prior vault context into a structured note, flagging uncertainties so the research output remains trustworthy and actionable.

Does the research Skill require any external dependencies or plugins to run?

No, the research Skill does not require any external dependencies or plugins to run. It operates independently using built-in argument parsing, vault search via grep or MCP, multi-query WebSearch, and WebFetch to gather information and write the final synthesized note.

How to synthesize multiple web search queries into a single knowledge base note?

To synthesize multiple web search queries into a single knowledge base note, the Skill plans 3-5 focused sub-questions covering definition, mechanism, and tradeoffs. It executes multi-query web searches, fetches the pages, and merges the extracted information into one structured vault note.

Why should I not use manual web search for investigating broad concepts in Obsidian?

You should not use manual web search for investigating broad concepts because it leaves you with scattered links instead of a clear, reusable note. Automating the process ensures high-quality output by structuring the synthesis with explicit uncertainties, confidence signaling, and source URLs.