Plugins
Some AI apps support plugins — pre-packaged bundles that include the Lune connection plus a few helper commands and templates so your assistant gets up and running with one install.
Claude Code
Inside Claude Code:
/plugin marketplace add RetrogradeLabs/lune
/plugin install lune@retrograde-labs-luneThen point Claude at your Lune account by setting your API key once:
export LUNE_API_KEY=lune_…The plugin adds:
- The Lune connection — your assistant gets every research ability.
- Four pre-baked Skills for paper search, literature review, conference monitoring, and research guidance. Your assistant pulls them in automatically when the conversation matches.
- Three slash commands:
/lune-search,/lune-cite,/lune-watch.
OpenAI Codex
A separate plugin lives at
RetrogradeLabs/lune-codex.
Install it through your Codex client's plugin flow.
Just want the Skills?
If you use Cursor, Cline, or another agent that supports the Skill format directly, see the Skills page — you can install the four research workflows without the rest of the plugin.
Hosting your own
Both plugin repos are open. Fork either, point the configuration at your own Lune setup, and publish the fork as a plugin marketplace. Useful if you're embedding Lune inside a larger product or want a private flavor for your team.