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.
Install via ClawdBot CLI:
clawdbot install jrswab/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 appAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.