By kaneyxx
Personal research wiki builder for Claude Code — pipeline-driven paper ingestion with plugin architecture.
Deep-analyze a single paper into a wiki entry
Search biomedical literature (bioRxiv, medRxiv, PubMed Central) via paperclip MCP
Build a paper-wiki digest from a recipe and write it to disk
Pull real paper figures from arXiv source and embed them in Wiki/sources/
Surgically update a personal recipe to the latest template keywords (removes stale broad terms like 'foundation model' from biomedical-pathology without re-running the full setup wizard)
Deep-analyzes a single paper into a wiki entry. Use when the user invokes /paper-wiki:analyze, asks "tell me more about <paper>", wants a per-paper breakdown of methods and contributions, or is following up on a recommendation from /paper-wiki:digest.
Searches biomedical literature (bioRxiv, medRxiv, PubMed Central) via the paperclip MCP server and optionally folds results into the wiki. Use when the user invokes /paper-wiki:bio-search, asks to "search bioRxiv", "search PubMed", "find biomedical papers on X", "look up a clinical trial on Y", or otherwise wants biomedical-domain literature beyond what arXiv covers.
Builds a research-paper digest from a recipe, writing it to disk via the configured reporters. Use when the user asks for "today's papers", invokes /paper-wiki:digest, requests a daily/weekly research roundup, or wants to refresh their paper-wiki vault.
Pulls real paper figures from arXiv source tarballs and embeds them in the source's Wiki/papers/<id>.md file. Use when the user invokes /paper-wiki:extract-images, asks to "show me the figures from <paper>", "pull the architecture diagram", "extract images from <id>", or follows up on a digest entry that has an empty Figures section.
Surgically updates a personal recipe file to the latest template keywords without re-running the full setup wizard. Use when /paper-wiki:migrate-recipe is invoked, when setup SKILL Branch 1 detects stale keywords (e.g. 'foundation model' in biomedical-pathology), or when the user reports unexpected papers showing up in their digest due to overly broad keyword matches.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A personal research-wiki builder for Claude Code. Pipeline-driven paper ingestion, a persistent knowledge-accumulating wiki, and zero LLM API keys — Claude Code itself is the LLM.
paper-wiki turns the firehose of academic publishing into a curated,
queryable, compounding wiki — all from inside Claude Code. It fetches
papers from arXiv, Semantic Scholar, and (optionally) paperclip's
biomedical corpus; scores them against your interests; saves durable
notes; and lets Claude synthesize concept articles that link sources
together.
It follows a simple three-step model:
① Collect ② Build knowledge ③ Use
digest / analyze → wiki-ingest → wiki-query / wiki-graph
(papers land in (synthesize concept (ask your wiki,
Wiki/papers/) articles + graph) cited answers + graph)
hooks/ensure-env.sh (uses uv when available, else
python3 -m venv).In Claude Code:
/plugin marketplace add kaneyxx/paper-wiki
/plugin install paper-wiki@paper-wiki
The Python environment self-installs on first session — no manual setup.
1. /paper-wiki:setup # one-time wizard: vault, topics, API key
2. /paper-wiki:digest # pull & score recent papers on your topics
3. /paper-wiki:wiki-ingest arxiv:2401.12345 # fold a paper into concept articles
4. /paper-wiki:wiki-query "what I know about X" # ask your wiki, get cited answers
The wizard writes ~/.config/paper-wiki/recipes/daily.yaml (your
personal recipe) and ~/.config/paper-wiki/secrets.env (API keys,
chmod 600). Re-running it is non-destructive (Keep / Reconfigure /
Edit one piece).
paper-wiki is a daily loop: collect → build knowledge → use, with periodic maintenance.
every day: /paper-wiki:digest # see what's new
/paper-wiki:wiki-ingest <id> # fold 1–3 papers into the wiki
anytime: /paper-wiki:wiki-query <question> # use the accumulated knowledge
weekly: /paper-wiki:wiki-lint # health-check
Why two steps to "use"?
digestonly collects papers intoWiki/papers/.wiki-ingestsynthesizes them into concept articles.wiki-query/wiki-graphread those concepts — so ingest first, then query.
/paper-wiki:digest — your main tool. Runs your recipe (topics +
keywords) against arXiv + Semantic Scholar, scores and ranks results,
writes a dated digest, and drops per-paper notes into Wiki/papers/.
/paper-wiki:digest # today, default recipe
/paper-wiki:digest weekly # a named recipe (recipes/weekly.yaml)
/paper-wiki:digest 2026-05-20 # a specific date
If your recipe sets auto_ingest_top: 3, the top 3 papers are
auto-folded into concept stubs at the end of the run — run
wiki-ingest on them later to synthesize full articles.
/paper-wiki:analyze — deep-analyze one paper into a structured
note. Accepts an arXiv id, URL, s2:<id>, or a fuzzy title.
/paper-wiki:analyze arxiv:2605.05810
/paper-wiki:analyze https://arxiv.org/abs/2605.05810
/paper-wiki:bio-search — search bioRxiv / medRxiv / PMC (requires
the paperclip MCP server).
/paper-wiki:bio-search glaucoma vision-language model
/paper-wiki:wiki-ingest — the heart of the loop. Reads a source
paper and updates (or creates) the concept articles it touches. Folds
the new evidence into existing prose without clobbering anything you've
marked status: reviewed.
/paper-wiki:wiki-ingest arxiv:2605.06295
/paper-wiki:extract-images — pull real figures from an arXiv
source tarball into a paper note (arXiv only).
/paper-wiki:extract-images arxiv:2605.07367
/paper-wiki:wiki-query — ask a natural-language question. Keyword
search across concepts and sources; Claude synthesizes an answer
grounded only in your wiki, each claim cited with a [[wikilink]].
/paper-wiki:wiki-query what are the failure modes of VLMs on medical images
/paper-wiki:wiki-query which papers use knowledge graphs for reasoning
/paper-wiki:wiki-graph — structured queries over the typed-entity
knowledge graph (not free text). Three query types:
npx claudepluginhub kaneyxx/paper-wiki --plugin paper-wikiClaude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Make your AI agent code with your project's architecture, rules, and decisions.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.