A specialized skill for sending web content and documents to reMarkable e-ink tablets via the cloud for distraction-free reading.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install remarkable
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
| 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. |
Loading
An AI agent skill to automatically save URLs and articles to a self-hosted Readeck instance for organized reading and archival.

Manage NocoDB bases, tables, and records through a powerful REST API integration for AI agents.

A streamlined integration for saving bookmarks and notes to a private, self-hosted Karakeep instance directly from your development environment.

A powerful bridge between your self-hosted FreshRSS instance and your AI agent for streamlined news consumption.

Manage your self-hosted Supernote Private Cloud and instantly convert web content into e-reader-friendly documents.

A comprehensive task and project management skill for interacting with self-hosted Vikunja instances via REST API.








































