AI agent access to your CandleKeep Cloud document library. Research questions using your uploaded PDFs and markdown files with citations. Copy contextual prompts to use books directly in Claude Code.
Enriches books in CandleKeep library with missing metadata (title, author, description, table of contents) and generates contextual Claude Code prompts. Runs opportunistically during research sessions.
Writing agent for CandleKeep Cloud. Creates, edits, and manages markdown documents in the user's library. Handles full document workflows with local editing and version-safe uploads.
Research agent for CandleKeep Cloud. Searches the user's document library, reads relevant pages, and provides comprehensive answers with proper citations.
Give AI agents access to your CandleKeep Cloud document library. Research questions, get cited answers, and manage your library directly from Claude Code.
Choose one installation method:
Homebrew (macOS/Linux) - Recommended:
brew tap CandleKeepAgents/candlekeep
brew install candlekeep-cli
Cargo:
cargo install candlekeep-cli
cargo-binstall (faster binary installation):
cargo binstall candlekeep-cli
ck auth login
This opens your browser to sign in to CandleKeep Cloud and authorize the CLI.
Verify authentication:
ck auth whoami
In Claude Code, run:
/plugin marketplace add CandleKeepAgents/candlekeep-marketplace
/plugin install candlekeep-cloud@candlekeep
Ask Claude Code questions about your documents:
The AI will:
Manage your CandleKeep Cloud library:
You: What do my books say about recursion?
Claude: I'll search your CandleKeep library for information about recursion.
[Launches item-reader agent]
Based on your documents, here's what I found about recursion:
**Sources Consulted:**
- *Introduction to Algorithms* by Cormen et al. - Chapter 4 covers divide-and-conquer
- *Structure and Interpretation of Computer Programs* - Extensive coverage of recursive procedures
**Core Findings:**
Recursion is defined as "a method where the solution depends on solutions to smaller instances of the same problem" (*Introduction to Algorithms*, p. 65).
SICP emphasizes that recursive processes can be either linear or tree-shaped, noting that "the time required grows linearly with the input" for linear recursion (*SICP*, p. 35).
**Additional Insights:**
- Tail recursion optimization is covered in SICP pp. 36-38
- Master theorem for recursive running time analysis in Algorithms pp. 73-96
| Command | Description |
|---|---|
ck auth login | Authenticate with CandleKeep Cloud |
ck auth logout | Log out |
ck auth whoami | Check authentication status |
ck items list | List all documents |
ck items list --json | List with full metadata |
ck items add <file> | Upload a PDF |
ck items remove <ids> --yes | Delete documents |
ck items toc <ids> | View table of contents |
ck items read "id:pages" | Read specific pages |
The CLI isn't installed. Follow the installation steps above.
Run ck auth login to authenticate with CandleKeep Cloud.
Your library is empty. Add documents with ck items add <file.pdf> or upload at getcandlekeep.com.
/plugin marketplace list/plugin marketplace add CandleKeepAgents/candlekeep-marketplace/plugin install candlekeep-cloud@candlekeepMIT License - see LICENSE for details.
Uses power tools
Uses Bash, Write, or Edit tools
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.
npx claudepluginhub candlekeepagents/candlekeep-marketplaceAI agent access to your CandleKeep Cloud document library. Research questions using your uploaded PDFs and markdown files with citations. Copy contextual prompts to use books directly in Claude Code.
AI thinking partner for your Obsidian vault — process, recall, synthesize, research with evidence-backed learning science
Search your local documents with natural language. Index folders of PDFs, Word docs, markdown, and more — then ask questions in English or German and get answers with source citations.
LLM-maintained knowledge base skill — structured wiki with Obsidian, milestone-based source clustering, proactive write-back, and autonomous lint
Persistent knowledge workspace for Claude Code — structured files, versioning, search, and knowledge graph across sessions
Import external documentation locally - bypass AI-blocking sites via Context7, WebFetch, or Playwright
A collection of Claude Code skills for knowledge management, wiki building, and more.