General
papi-ask - Claude MCP Skill
Query papers using RAG (PaperQA2 or LEANN). Use when user needs synthesized answers from papers, asks "what does paper X say about Y", or needs cited responses.
SEO Guide: Enhance your AI agent with the papi-ask tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to query papers using rag (paperqa2 or leann). use when user needs synthesized answers from papers, ask... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Query Papers via RAG Use `papi ask` for questions requiring synthesis across papers or cited answers. ## Cost-Aware Retrieval Before using RAG, consider cheaper alternatives: 1. **Literal match**: `papi search --rg "query"` (fast, no LLM) 2. **Regex or OR match**: `papi search --rg --regex "term one|term two"` (`--regex` is required) 3. **Ranked search**: `papi search "query"` (BM25) 4. **Direct read**: `papi show <paper> -l eq|tex|summary` (when you know the paper) Use `papi ask` only when: - User explicitly requests RAG/synthesis - Question spans multiple papers - Search/show cannot answer ## Commands ```bash # PaperQA2 (default) — full RAG with citations papi ask "question" # LEANN — faster semantic search + LLM papi ask "question" --backend leann # Structured output for programmatic use papi ask "question" --format evidence-blocks ``` ## MCP Tools (if available) For quick retrieval without full RAG: - `leann_search(index_name, query, top_k)` — fast semantic search - `retrieve_chunks(query, index_name, k)` — PaperQA2 chunks with citations Check available indexes: `leann_list()` or `list_pqa_indexes()` ## Output RAG answers include: - Synthesized response - Citations with page/section references - Confidence indicators For general CLI commands, see `/papi`.
Signals
Information
- Repository
- hummat/paperpipe
- Author
- hummat
- Last Sync
- 9/5/2026
- Repo Updated
- 9/1/2026
- Created
- 1/26/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
README
Agents — Working Implementations
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.
Mastering the Oracle CLI: A Complete Guide to the Claude Skill for Database Professionals
Learn how to use the oracle Claude skill. Complete guide with installation instructions and examples.