paper-search

Search Markdown paper notes by keywords, authors, or domains.

6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/wangzr040220/claude-article-read --skill paper-search-wangzr040220
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-search
Source: https://github.com/wangzr040220/claude-article-read/tree/main/paper-search
Command: npx skills add https://github.com/wangzr040220/claude-article-read --skill paper-search-wangzr040220

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate relevant papers within a large collection of notes by keyword, author, or domain, reducing manual searching time and cognitive load.

Core Features & Use Cases

  • In-note search: Find content across organized notes using keywords, authors, or research domains.
  • Contextual results: Return matched snippets with metadata like title, authors, and date for quick assessment.
  • Note linking: Generate wikilinks to found papers for seamless navigation within notes.

Quick Start

Search for a topic in your organized notes to retrieve relevant papers.

Frequently Asked Questions about paper-search

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

FAQPage Schema
How do I search for papers in my Markdown notes by author or keyword?

You can search for papers in your Markdown notes by using keywords, authors, or research domains. The tool scans the 20_Research/Papers/ directory using grep to extract titles, authors, and metadata, ranking results by relevance.

What is the best way to find research papers within organized notes?

The best way to find research papers within organized notes is using exact keyword matching and optional exclusions. This approach scans Markdown files to return contextual snippets and metadata, reducing manual searching time and cognitive load.

Can I generate wikilinks to research papers found in my notes?

Yes, you can generate wikilinks to research papers found in your notes. The search provides clean formatting with contextual snippets and metadata, allowing seamless navigation and easy linking within your Markdown notes.

Does paper search work with Markdown files stored in a specific directory structure?

Yes, paper search works with Markdown files stored in the 20_Research/Papers/ directory structure. It enforces safe, fast querying by using grep across these files to extract relevant titles, authors, and metadata.

How do I exclude irrelevant papers when searching my research notes?

You can exclude irrelevant papers when searching your research notes by using optional exclusions alongside exact matching. This ensures safe, fast querying and clean formatting, returning only the most relevant matched snippets.

What metadata is returned when searching for papers in organized notes?

When searching for papers in organized notes, the returned metadata includes titles, authors, and dates. These contextual results allow quick assessment and generate wikilinks for seamless navigation within your notes.