reMarkable Integration for Openclaw

A powerful integration that syncs handwritten content from your reMarkable tablet to AI workflows for text extraction and sketch refinement.

coolmanns
v1.0.0
Feb 5, 2026
5
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install remarkable-tablet

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install remarkable-tablet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is reMarkable Integration?

The reMarkable integration for Openclaw Skills enables a seamless bridge between physical handwriting and digital AI agents. By leveraging the rmapi Cloud API, this skill allows your agent to fetch handwritten notes, sketches, and diagrams directly from your tablet. Whether you are looking to digitize a personal journal or enhance a rough drawing, this tool transforms your paper-like experience into actionable digital data. Integrating this into your Openclaw Skills library ensures that your analog brainstorming sessions can immediately contribute to your digital projects and memory systems.

reMarkable Integration Use Cases

  • Automate journal entries by fetching handwritten thoughts and appending them to digital markdown files.
  • Enhance rough sketches and graphics using AI image editing tools like nano-banana-pro.
  • Extract structure and lists from brainstormed diagrams to populate project documentation.
  • Stylize hand-drawn illustrations for use in blog posts and social media content.

How reMarkable Integration Works

  1. Content created on the reMarkable tablet is synced to the reMarkable Cloud.
  2. The Openclaw Skills agent uses the rmapi tool to list and find files based on tags, stars, or specific folders.
  3. Documents are downloaded in PDF or PNG format, with the option to render annotations for visual fidelity.
  4. The agent processes the content: text is interpreted using vision models, while sketches are routed to image enhancement pipelines.
  5. The final output is either stored in a local knowledge base or returned to the user as a refined asset.

reMarkable Integration Setup

To get started with this component of Openclaw Skills, you must install the rmapi tool and link your device.

# 1. Download rmapi (ddvk fork) to ~/bin/rmapi
# 2. Visit https://my.remarkable.com/connect/desktop to get a connection code
# 3. Run rmapi and enter the 8-character code to authenticate

The authentication token is stored in ~/.rmapi, and files will typically be synced to ~/clawd/remarkable-sync/.

reMarkable Integration Data Schema & Taxonomy

The skill manages data across local directories and cloud metadata. Information is organized as follows:

Component Detail
Sync Directory ~/clawd/remarkable-sync/
Configuration ~/.rmapi (Device authentication token)
Metadata Format JSON via rmapi ls --json
File Types PDF (original), PNG (for vision processing), MD (extracted text)
Fetch Scripts ~/clawd/scripts/remarkable-fetch.sh

reMarkable Integration Advanced Features

  • Tag-based discovery: Automatically fetch any document tagged with specific keywords for immediate processing.
  • Annotation Rendering: Use the geta command to ensure handwritten sketches are visually preserved in the downloaded PDF.
  • Visual Interpretation: Leverages vision models rather than standard OCR to better understand messy handwriting and complex diagrams.
  • Bulk Sync: Support for rmapi mget to download entire folders of brainstormed content in one operation.
  • AI Refinement Pipeline: Direct integration with image-editing Openclaw Skills to transform sketches into professional graphics.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*