reMarkable Cloud Integration for Openclaw

A specialized skill for sending web content and documents to reMarkable e-ink tablets via the cloud for distraction-free reading.

nickian
v1.1.0
Jan 29, 2026
1
3.2k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install remarkable

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 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 Cloud Integration?

The reMarkable Cloud skill for Openclaw Skills provides a bridge between your digital environment and your e-ink tablet. It allows users to instantly push web articles, PDFs, and EPUBs to their device, automating the process of fetching, converting, and uploading content. By leveraging this tool, you can transform cluttered web pages into clean, readable documents perfectly formatted for your tablet's display.

This integration is designed for researchers, students, and professionals who prefer the tactile and focused experience of e-ink. Within the Openclaw Skills ecosystem, this tool handles the complex backend work of authentication and format conversion, making document management as simple as a single command.

reMarkable Cloud Integration Use Cases

  • Transferring long-form blog posts or technical documentation from the web to your tablet for offline reading.
  • Uploading local research papers and PDF documents to specific folders on your reMarkable Cloud.
  • Organizing your e-ink library by creating directories and searching for existing files remotely.
  • Converting online articles into reflowable EPUB files to ensure the best possible display quality on e-ink hardware.

How reMarkable Cloud Integration Works

  1. The user initiates a request by providing a URL or a file path to the agent.
  2. For web content, the skill uses readability libraries to extract the core text, removing ads and navigation.
  3. The extracted content is converted into the user's preferred format, with EPUB being the default for superior reflow capabilities.
  4. The skill utilizes the rmapi utility to securely authenticate and communicate with the reMarkable Cloud API.
  5. The file is uploaded to the specified directory, and the reMarkable device automatically syncs the new content over Wi-Fi.

reMarkable Cloud Integration Setup

To get started, you must install the rmapi dependency using Go:

cd /tmp && git clone --depth 1 https://github.com/ddvk/rmapi.git
cd rmapi && go build -o /usr/local/bin/rmapi .

After building, run rmapi once to authenticate with your device by entering the one-time code from the official reMarkable dashboard. Additionally, ensure the following Python dependencies are installed for article processing:

pip install readability-lxml ebooklib requests beautifulsoup4 lxml

reMarkable Cloud Integration Data Schema & Taxonomy

Component Details
Cloud Storage Organized via a standard directory path system (e.g., /Articles or /Books).
Supported Formats Primary support for PDF and EPUB files.
Authentication Secure tokens are stored locally at ~/.rmapi for persistent access.
File Metadata Supports custom titles and directory placement during the upload lifecycle.

reMarkable Cloud Integration Advanced Features

  • Intelligent web-to-EPUB conversion that optimizes text for e-ink screens using Python-based readability engines.
  • Full directory management capabilities including remote folder creation and recursive file searching.
  • Flexible format selection allowing users to choose between fixed-layout PDFs or reflowable EPUBs depending on the source material.
  • Robust integration with the broader Openclaw Skills framework to enable automated document delivery workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*