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.
Code quality review agent. Reads the Code Review for AI Agents book (186 rules, 16 chapters) from CandleKeep and applies rules systematically to a code diff. Produces findings with rule citations and an audit trail of checked rules.
Research agent for CandleKeep Cloud. Searches the user's document library, reads relevant pages, and provides comprehensive answers with proper citations.
Security review agent. Reads the Web Application Security for AI Agents book (39 pages) from CandleKeep and performs a focused security audit of a code diff. Checks auth, injection, BOLA, mass assignment, CSRF, headers, and more.
Search your CandleKeep document library for answers with citations, write and edit books, and manage your personal library. Trigger on research keywords (research, read, look up) OR writing keywords (write, create, edit, book, chapter).
Run a comprehensive code review using CandleKeep books. Launches parallel review agents — code quality (186-rule book), security (webapp security book), and UI/UX (design principles book) — each with its own context window. Trigger on "code review", "review my code", "review this PR", "review the diff", "/code-review".
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.
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.
npx claudepluginhub candlekeepagents/candlekeep-marketplace --plugin candlekeep-cloudAI 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.
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.
AI thinking partner for your Obsidian vault — process, recall, synthesize, research with evidence-backed learning science
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
Long-term memory for Claude Code powered by Memex. Provides persistent knowledge capture, retrieval, and memory-augmented workflows across all projects.