Skip to content

RetrogradeLabs/lune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lune — Claude Code plugin

Top-tier paper search, citation graphs, conference monitoring, and curated research best-practices — for your Claude Code agent.

This plugin bundles:

  • MCP server (mcp.luneresearch.com) — search_papers, get_paper, get_paper_fulltext, get_paper_citations, get_conferences, get_conference_papers, subscribe_conference, search_research_guidance, etc.
  • Four research skills (skills/) — paper search, literature review, conference monitoring, research guidance. Claude auto-invokes them when the description matches the user's request.
  • Three slash commands (commands/) — /lune-search, /lune-cite, /lune-watch.

Install

# Inside Claude Code
/plugin marketplace add RetrogradeLabs/lune
/plugin install lune@retrograde-labs-lune

Then set your Lune API key (free tier available, sign up at https://luneresearch.com):

export LUNE_API_KEY=lune_xxx

The MCP server reads the key from ${LUNE_API_KEY} at request time. Restart Claude Code after the first install so it picks up the env var.

Skills

Skill When Claude invokes it
lune-paper-search "Find me papers on X", "what's been published on Y"
lune-literature-review "Write a literature review of …", "summarise the state of …"
lune-conference-monitor "Watch CCS 2025 for new papers", "subscribe me to …"
lune-research-guidance "How should I structure a paper review?", "what's the SOP for …"

Slash commands

/lune-search <query>             # Search Lune for papers
/lune-cite <paper_id>            # Pull citations for a paper, sorted by inbound count
/lune-watch <conference>         # Subscribe + drain new papers

Source

License

MIT

About

Claude Code plugin for Lune Research — paper search, citation graphs, conference monitoring, and curated research guidance. Bundles MCP server, four skills, and three slash commands.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors