Fetch 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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install remarkable-tablet或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install remarkable-tablet⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/remarkable-tablet/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: remarkable description: Fetch 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. ---
Fetch 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安装 Remarkable 后,可以对 AI 说这些话来触发它
Help me get started with Remarkable
Explains what Remarkable does, walks through the setup, and runs a quick demo based on your current project
Use Remarkable to fetch handwritten notes, sketches, and drawings from a reMarkable t...
Invokes Remarkable with the right parameters and returns the result directly in the conversation
What can I do with Remarkable in my documents & notes workflow?
Lists the top use cases for Remarkable, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/remarkable-tablet/ 目录(个人级,所有项目可用),或 .claude/skills/remarkable-tablet/(项目级)。重启 AI 客户端后,用 /remarkable-tablet 主动调用,或让 AI 根据上下文自动发现并使用。
Remarkable 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Remarkable 可免费安装使用。请查阅仓库了解许可证信息。
Fetch 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.
Automate my documents & notes tasks using Remarkable
Identifies repetitive steps in your workflow and sets up Remarkable to handle them automatically
Remarkable 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。