Install
openclaw skills install remarkable-tabletFetch handwritten notes, sketches, and drawings from a reMarkable tablet via Cloud API (rmapi). Process content by refining artwork with AI image generation, extracting handwritten text to memory/journal, or using sketches as input for other workflows. Use when working with reMarkable tablet content, syncing handwritten notes, processing sketches, or integrating tablet drawings into projects.
openclaw skills install remarkable-tabletFetch handwritten notes, sketches, and drawings from a reMarkable tablet via Cloud API. Process them — refine artwork with AI image generation, extract text to memory/journal, or use as input for other workflows.
memory/YYYY-MM-DD.md or a dedicated journal filereMarkable tablet → Cloud sync → rmapi fetch → PDF/PNG
↓
┌─────────────┴─────────────┐
│ │
Text content? Visual/sketch?
│ │
OCR / interpret nano-banana-pro
│ (AI enhance)
│ │
Add to memory/ Return refined
journal/project image to user
~/bin/rmapi~/.rmapi (device token after auth)~/clawd/remarkable-sync/rmapi and enter the code~/.rmapi — future runs are automatic# List files/folders
rmapi ls
rmapi ls --json
# Navigate
rmapi cd "folder name"
# Find by tag / starred / regex
rmapi find --tag="share-with-gandalf" /
rmapi find --starred /
rmapi find / ".*sketch.*"
# Download (PDF)
rmapi get "filename"
# Download with annotations rendered (best for sketches)
rmapi geta "filename"
# Bulk download folder
rmapi mget -o ~/clawd/remarkable-sync/ "/Shared with Gandalf"
User creates "Shared with Gandalf" folder on reMarkable → moves items there → agent fetches with rmapi mget
User tags documents with share-with-gandalf → agent discovers with rmapi find --tag
User stars items → agent fetches with rmapi find --starred
# Fetch from shared folder
~/clawd/scripts/remarkable-fetch.sh
# Fetch starred items
~/clawd/scripts/remarkable-fetch.sh --starred
# Fetch by tag
~/clawd/scripts/remarkable-fetch.sh --tag="share-with-gandalf"
geta renders annotations into PDF (preferred for handwritten content)convert (ImageMagick) to go from PDF → PNG for image processing