← 返回 Skills 市场
nickian

reMarkable Cloud

作者 nickian · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
2166
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install remarkable
功能描述
Send files and web articles to a reMarkable e-ink tablet via the reMarkable Cloud. Upload PDFs, EPUBs, or convert web articles to readable ebooks and send them to the device. Also browse and manage files on the device. Use when the user mentions reMarkable, wants to send an article or document to their e-reader, or manage reMarkable cloud files.
安全使用建议
This skill appears to do exactly what it says: convert web pages into EPUB/PDF and upload them to your reMarkable via rmapi. Before installing, consider: 1) The SKILL.md asks you to clone and build rmapi from GitHub and place the binary in /usr/local/bin — that requires go and permission to write to that path (you’ll need elevated privileges). 2) The conversion script downloads web content and images (required for conversion) and may invoke local PDF tools (weasyprint or cupsfilter); only run it on systems where you trust these tools and the HTML being processed. 3) rmapi will store authentication tokens under ~/.rmapi — if you want to limit exposure, inspect or run rmapi manually and review its auth flow before using the wrapper. 4) Review the rmapi GitHub repo (https://github.com/ddvk/rmapi) and the included article2ebook.py if you have heightened security concerns. If you’re comfortable granting local build/install rights and allowing a tool to access the network for fetching articles and uploading to the reMarkable cloud, the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: remarkable Version: 1.1.0 The skill is classified as suspicious due to the installation of a third-party binary from source and the use of external command execution. Specifically, `SKILL.md` instructs the agent to `git clone` and `go build` the `rmapi` tool from GitHub, which introduces a supply chain risk. Additionally, `scripts/article2ebook.py` uses `subprocess.run` to execute `cupsfilter` for PDF conversion, which, while mitigated by filename sanitization, is an external command execution based on content derived from a user-provided URL. These capabilities, though plausibly needed for the stated purpose, carry inherent risks without clear malicious intent.
能力评估
Purpose & Capability
Name/description align with included scripts: article2ebook.py converts web pages to EPUB/PDF and remarkable.sh wraps rmapi to list/upload/manage files. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md stays within scope (fetch article URLs, convert, upload with rmapi). It does instruct fetching remote webpages and images (necessary for conversion) and notes rmapi will cache auth tokens at ~/.rmapi. Be aware the conversion script may call external converters (weasyprint) or a local cupsfilter subprocess as fallbacks — these are related to PDF creation but require runtime system dependencies and will execute locally.
Install Mechanism
There is no automated install spec in the registry; SKILL.md instructs cloning and building rmapi from GitHub and placing the binary at /usr/local/bin (a well-known GitHub repo). This is expected for the functionality but requires go and permission to write to /usr/local/bin (elevated rights). The skill bundle already includes article2ebook.py and the shell wrapper, so only rmapi is fetched per instructions.
Credentials
The skill declares no required env vars or secrets. The wrapper supports RMAPI_BIN for overriding the rmapi binary. rmapi itself will handle authentication and stores tokens in ~/.rmapi — that is expected and proportional for accessing the reMarkable cloud.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request permanent system-wide presence or attempt to modify other skills or configs. The primary side effect is rmapi token caching in the user's home directory, which is expected for cloud access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install remarkable
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /remarkable 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Match Chrome extension document format: minimal EPUB3 with lipstick-on-pig CSS, no cover page, title-case filenames with spaces
v1.0.0
Initial release — send articles or files to your reMarkable tablet via the cloud, and browse or manage device files. - Upload PDFs and EPUBs directly, or convert web articles into readable e-books before sending. - List device files and folders, upload documents, create folders, and search cloud content. - Simple setup using rmapi and optional Python dependencies for article conversion. - Designed for anyone wanting to manage or read content on their reMarkable e-ink tablet.
元数据
Slug remarkable
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

reMarkable Cloud 是什么?

Send files and web articles to a reMarkable e-ink tablet via the reMarkable Cloud. Upload PDFs, EPUBs, or convert web articles to readable ebooks and send them to the device. Also browse and manage files on the device. Use when the user mentions reMarkable, wants to send an article or document to their e-reader, or manage reMarkable cloud files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2166 次。

如何安装 reMarkable Cloud?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install remarkable」即可一键安装,无需额外配置。

reMarkable Cloud 是免费的吗?

是的,reMarkable Cloud 完全免费(开源免费),可自由下载、安装和使用。

reMarkable Cloud 支持哪些平台?

reMarkable Cloud 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 reMarkable Cloud?

由 nickian(@nickian)开发并维护,当前版本 v1.1.0。

💬 留言讨论