Manage Readwise highlights and Reader documents - search, save, analyze, and export your reading data
npx claudepluginhub ethanolivertroy/claude-pluginsGet daily spaced repetition review highlights
List documents from Readwise Reader
Export highlights to files
List recent highlights from books
Save article or content to Readwise Reader
Search highlights and documents across Readwise

Disclaimer: This is an independent, community-driven project and is not affiliated with, endorsed by, or officially associated with Anthropic or Claude. The author is an independent developer contributing to open source and demonstrating how these tools can be used in real-world workflows. Claude, Anthropic, and any related marks are property of their respective owners.
My personal collection of Claude Code plugins for enhancing productivity and workflow automation.
| Plugin | Description |
|---|---|
| ghost-content-plugin | Manage your Ghost blog content - create posts, sync drafts, push changes |
| readwise-plugin | Comprehensive Readwise integration - search your highlights, save content, analyze reading data, export highlights |
| obsidian-plugin | AI-powered Obsidian.md vault management - create notes, search vault, suggest links, autonomous assistant |
| ralph-loop-plugin | Continuous self-referential AI loops for iterative development |
| amplenote-plugin | Amplenote integration - create notes, manage tasks, search your knowledge base |
| image-generator-plugin | Generate and edit images using Gemini's Nano Banana Pro model |
| exif-stripper-plugin | Strip sensitive EXIF metadata from images before publishing |
# Add this marketplace (one-time)
# Note: Use HTTPS URL if you don't have SSH keys configured
/plugin marketplace add https://github.com/ethanolivertroy/claude-plugins
# Install Ghost plugin
/plugin install ghost@ethanolivertroy-plugins
# Install Readwise plugin
/plugin install readwise@ethanolivertroy-plugins
# Install Obsidian plugin
/plugin install obsidian@ethanolivertroy-plugins
# Install Ralph Loop plugin
/plugin install ralph-loop@ethanolivertroy-plugins
# Install Amplenote plugin
/plugin install amplenote@ethanolivertroy-plugins
# Install Image Generator plugin
/plugin install image-generator@ethanolivertroy-plugins
# Install EXIF Stripper plugin
/plugin install exif-stripper@ethanolivertroy-plugins
Ghost Plugin:
git clone https://github.com/ethanolivertroy/claude-plugins.git
cd claude-plugins/ghost-content-plugin
npm install
cd ..
claude --plugin-dir ./ghost-content-plugin
Readwise Plugin:
git clone https://github.com/ethanolivertroy/claude-plugins.git
# Build the MCP server first
cd claude-plugins/readwise-plugin/server
npm install && npm run build
cd ../..
claude --plugin-dir ./readwise-plugin
Obsidian Plugin:
git clone https://github.com/ethanolivertroy/claude-plugins.git
cd claude-plugins/obsidian-plugin
npm install
cd ..
claude --plugin-dir ./obsidian-plugin
Image Generator Plugin:
git clone https://github.com/ethanolivertroy/claude-plugins.git
cd claude-plugins/image-generator-plugin
npm install
cd ..
claude --plugin-dir ./image-generator-plugin
EXIF Stripper Plugin:
git clone https://github.com/ethanolivertroy/claude-plugins.git
cd claude-plugins/exif-stripper-plugin
npm install
cd ..
claude --plugin-dir ./exif-stripper-plugin
These are my personal Claude Code plugins that I've built to streamline my workflow. Feel free to use them as inspiration for your own plugins!
Author: Ethan Troy GitHub: @ethanolivertroy
MIT
Create and review Readwise highlights; save articles to Reader; triage your reading queue — all from Claude Code.
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
语雀个人版 — 个人知识库 AI 集成,25 MCP Tools + 8 Skills
LLM-maintained knowledge base skill — structured wiki with Obsidian, milestone-based source clustering, proactive write-back, and autonomous lint
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern. Optional DragonScale Memory extension adds hierarchical log folds, deterministic page addresses, embedding-based semantic tiling lint, and boundary-first autoresearch topic selection.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.