Install
openclaw skills install slipbot-kindle-importerImport reading notes from Kindle HTML exports into the slipbox. Use when user sends a Kindle notebook export file (HTML/XHTML). Parses book title and author, extracts only user's Notes (skips Highlights), then runs slipbot for each.
openclaw skills install slipbot-kindle-importerParse Kindle notebook exports (HTML) and create slipbox entries for user's notes.
Kindle exports are XHTML files with this structure:
<div class="bookTitle">Book Title Here</div>
<div class="authors">Author Name</div>
...
<div class="sectionHeading">Chapter/Section Name</div>
<div class="noteHeading">Highlight (yellow) - Section > Page X</div>
<div class="noteText">Highlighted text from book</div>
<div class="noteHeading">Note - Section > Page X</div>
<div class="noteText">User's own note</div>
Key distinction:
noteHeading starting with "Highlight" → book text → SkipnoteHeading starting with "Note" → user's own thoughts → Import.bookTitle div.authors divbook.noteHeading elements.noteText content → import- prefix)~ book, {title} by {author}Input file metadata:
Parsed entries:
Highlight (yellow) - Page 28: "This is easily solved by..." → SKIP
Note - Page 28: "Applications should not allow unsigned JWTs..." → IMPORT
Slipbot call:
- Applications should not allow unsigned JWTs to be considered valid. ~ book, The JWT Handbook by Sebastian E Peyrott
.html files exported from Kindle app