paper-query

Answer questions about papers and concepts in an Obsidian wiki with cited retrieval.

10|1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/zzzlxhhh/obsidian-paper-curator --skill paper-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-query
Source: https://github.com/zzzlxhhh/obsidian-paper-curator/tree/main/.agents/skills/paper-query
Command: npx skills add https://github.com/zzzlxhhh/obsidian-paper-curator --skill paper-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Answer questions about papers, concepts, or relationships stored in an Obsidian wiki using a layered retrieval pipeline to ensure relevant, cited responses without building new pages.

Core Features & Use Cases

  • Hierarchical retrieval: semantic overview, structured knowledge, raw evidence, and optional external augmentation to answer complex queries.
  • Phase-driven workflow: always start from index/structure, narrow down to page content, and optionally fetch external sources.
  • Persistent traceability: stores query records under queries/ for future reference without mutating the wiki content.
  • Non-destructive: answers are grounded in wiki content with wikilinks or [External: ...] annotations when external sources are used.

Quick Start

Ask a question about a paper or concept in the wiki, and the skill will return a layered, cited answer.

Frequently Asked Questions about paper-query

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

FAQPage Schema
How do I answer questions about papers stored in my Obsidian wiki?

Querying papers in an Obsidian wiki uses a layered retrieval pipeline applying semantic overview, structured knowledge, and raw evidence to produce cited answers without creating new wiki pages.

What is hierarchical retrieval for knowledge management in Obsidian?

Hierarchical retrieval for Obsidian knowledge management is a phase-driven workflow starting from index structure, narrowing to page content, and optionally fetching external sources to generate cited answers.

Can I get cited answers from my Obsidian wiki without creating new pages?

Yes, you can get cited answers without creating new pages. The process grounds responses in existing wiki content using wikilinks and external annotations, storing query records separately under a queries directory.

How do I trace past query records in Obsidian paper research?

Trace past query records in Obsidian paper research through persistent traceability, which stores query records under queries/<topic> for future reference without mutating the original wiki content.

Does paper Q&A in Obsidian support external augmentation for evidence retrieval?

Yes, paper Q&A in Obsidian supports external augmentation. It optionally fetches external sources during the retrieval pipeline and annotates claims with [External: ...] tags to maintain non-destructive evidence grounding.

What are the limitations of using layered retrieval for Obsidian knowledge management?

A key limitation is that layered retrieval does not create wiki pages during normal operation. It strictly outputs cited answers and persists query records, meaning it cannot autonomously expand your knowledge graph.