Access your CandleKeep Cloud document library from Claude Code
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.
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.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search