← Back to Skills Marketplace
coolmanns

reMarkable Tablet Sync

by coolmanns · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1179
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install remarkable-sync
Description
Bidirectional sync with reMarkable tablet via Cloud API (rmapi). Fetch handwritten notes/sketches, process with AI, and push content back. Use for sketch enhancement, journal extraction, or sending documents/images to the tablet.
Usage Guidance
This skill is internally consistent with its purpose, but before installing: 1) verify/trust the rmapi binary you download (prefer official releases or verify checksums) because you will execute it; 2) be aware that rmapi uses the reMarkable cloud and saves an auth token to ~/.rmapi — any content synced will pass through reMarkable’s cloud; 3) pip installs are run under your user account (use virtualenvs if you prefer); 4) the instructions expect you to run conversion commands and Python snippets locally—review them before executing; and 5) if you allow autonomous agent actions, remember the agent could run the described commands (download, convert, upload) — only grant that capability if you trust the skill and agent.
Capability Analysis
Type: OpenClaw Skill Name: remarkable-sync Version: 1.0.0 The skill bundle is designed for bidirectional synchronization with reMarkable tablets. It instructs the agent to download and install the `rmapi` binary from a GitHub release (ddvk/rmapi) via `curl`, and to install Python libraries (`rmc`, `cairosvg`, `pillow`) via `pip`. The `rmapi` tool itself accesses `~/.rmapi` for authentication, which is necessary for its operation. There is no evidence of prompt injection against the agent, unauthorized data exfiltration, persistence mechanisms, or other malicious activities. All actions are directly aligned with the stated purpose of managing reMarkable content.
Capability Assessment
Purpose & Capability
Name/description (bidirectional rmapi sync, fetch/process/push notes) matches the instructions: it guides installing rmapi, converting .rm to SVG/PNG, running OCR/AI image edits, and pushing PDFs back. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md stays on-task: lists rmapi commands (ls, get, put, mget/mput), unzip/find/rmc/cairosvg/Pillow workflows, and an authentication step that uses my.remarkable.com connect flow. It does not instruct reading arbitrary system files or unrelated environment variables. It does note rmapi saves a token to ~/.rmapi (expected).
Install Mechanism
No registry-level install spec (instruction-only). The README recommends downloading a rmapi binary from a GitHub release and pip installing Python packages (rmc, cairosvg, pillow). GitHub releases are a common source, but downloading and executing a binary from a third-party fork (ddvk) requires user trust; verify checksums/releases and prefer official upstream if desired.
Credentials
The skill declares no required env vars or secrets. The only persisted credential is the rmapi token saved by rmapi to ~/.rmapi after the interactive login, which is the expected mechanism for this tool and proportional to the task.
Persistence & Privilege
always is false and the skill is user-invocable. Model invocation is allowed (platform default) but that is not combined with any broad or hidden privileges. The skill does not request permanent system-wide changes beyond using rmapi's own token storage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install remarkable-sync
  3. After installation, invoke the skill by name or use /remarkable-sync
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: bidirectional sync with reMarkable tablet via rmapi. Fetch sketches, convert to PNG, enhance with AI, push back as PDF.
Metadata
Slug remarkable-sync
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is reMarkable Tablet Sync?

Bidirectional sync with reMarkable tablet via Cloud API (rmapi). Fetch handwritten notes/sketches, process with AI, and push content back. Use for sketch enhancement, journal extraction, or sending documents/images to the tablet. It is an AI Agent Skill for Claude Code / OpenClaw, with 1179 downloads so far.

How do I install reMarkable Tablet Sync?

Run "/install remarkable-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is reMarkable Tablet Sync free?

Yes, reMarkable Tablet Sync is completely free (open-source). You can download, install and use it at no cost.

Which platforms does reMarkable Tablet Sync support?

reMarkable Tablet Sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created reMarkable Tablet Sync?

It is built and maintained by coolmanns (@coolmanns); the current version is v1.0.0.

💬 Comments