← 返回 Skills 市场
1179
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install remarkable-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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remarkable-sync - 安装完成后,直接呼叫该 Skill 的名称或使用
/remarkable-sync触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: bidirectional sync with reMarkable tablet via rmapi. Fetch sketches, convert to PNG, enhance with AI, push back as PDF.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1179 次。
如何安装 reMarkable Tablet Sync?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remarkable-sync」即可一键安装,无需额外配置。
reMarkable Tablet Sync 是免费的吗?
是的,reMarkable Tablet Sync 完全免费(开源免费),可自由下载、安装和使用。
reMarkable Tablet Sync 支持哪些平台?
reMarkable Tablet Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 reMarkable Tablet Sync?
由 coolmanns(@coolmanns)开发并维护,当前版本 v1.0.0。
推荐 Skills