원클릭으로
kindle
Kindle-style reader — manage long-form articles as a personal reading site
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Kindle-style reader — manage long-form articles as a personal reading site
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
GitHub — repos, issues, PRs, gists, Pages, branches via API
Gmail orchestrator — triage inbox, search, draft replies in-thread
Session closing (log, commit, push)
Mid-session checkpoint (log, database, commit, push) without closing
Brain package manager — install, update, list skills from registries
AI email auto-responder — monitors inbox, drafts context-aware replies, never sends without approval
| name | kindle |
| description | Kindle-style reader — manage long-form articles as a personal reading site |
| user-invocable | true |
| argument-hint | [list|stats|add title|show slug|verify|rename|archive|delete] |
| parameters | [{"name":"site_url","description":"URL of the reading site (e.g. https://kindle.example.com)","required":true},{"name":"articles_dir","description":"Path to articles directory","required":true},{"name":"site_name","description":"Name shown in the reader UI","default":"My Reader"}] |
| requires | {"capabilities":["web_serving"]} |
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