How this skill is triggered — by the user, by Claude, or both
Slash command
/kindle:kindleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manages a personal long-form reading site. Claude generates prose articles on any topic, served as a clean reading experience.
Manages a personal long-form reading site. Claude generates prose articles on any topic, served as a clean reading experience.
Before using: Read your config from wiki/skills/kindle.md.
/kindle List articles
/kindle list List articles (with type/tag filters)
/kindle stats Stats by type and tag
/kindle add "Title" Create new article (Claude generates full prose)
/kindle show <slug> Show article info and metadata
/kindle verify Fix file permissions
/kindle rename <old> <new> Rename article slug
/kindle archive <slug> Archive article
/kindle delete <slug> Delete article
Reads from wiki/skills/kindle.md:
---
site_url: https://kindle.example.com
articles_dir: /path/to/articles
site_name: My Reader
---
Each article is a directory:
articles/{slug}/
index.html Main content (clean reading layout)
meta.json Metadata (title, date, tags, type, word count)
cover.jpg Optional cover image
| Type | Pattern | Example |
|---|---|---|
| Topic deep-dive | topic-name | rust-ownership |
| Series | series-name-01 | design-patterns-01 |
| Translation | original-slug-lang | clean-code-it |
Rules: lowercase, hyphens only, max 50 chars, no dates in slug.
When user says /kindle add "Title":
meta.json with title, date, tags, word count✅ Published: {site_url}/{slug}/
Words: 3,200 (~13 min read)
Tags: rust, programming, memory
npx claudepluginhub giobi/claude-skills --plugin kindleInteracts with Readwise Reader API via CLI to save documents from URLs/HTML, list queue by location/category, update states/labels, pull changes, and triage reading workflows.
Converts URL, PDF, DOCX, Markdown, or plain text into a single-file HTML article with design and interactivity. Follows a structured workflow for shareable long-form visual articles.
List, search, save, update, and delete Readwise Reader documents via CLI. Manages document library with filtering, tagging, and bulk operations.