← 返回
开发者工具 中文

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.
通过 reMarkable 云端将文件和网页文章发送至 reMarkable 电子墨水平板。支持上传 PDF、EPUB 或将网页文章转换为电子书发送至设备,亦可浏览和管理设备上的文件。当用户提及 reMarkable、欲发送文章或文档至电子阅读器,或管理 reMarkable 云端文件时使用。
nickian
开发者工具 clawhub v1.1.0 1 版本 99502.1 Key: 无需
★ 0
Stars
📥 2,798
下载
💾 0
安装
1
版本
#latest

概述

reMarkable Cloud

Send documents and web articles to a reMarkable tablet via the cloud API. Uses rmapi for cloud access.

Setup

Install rmapi (Go required):

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

First run will prompt for a one-time code from https://my.remarkable.com/device/browser?showOtp=true

Python dependencies (for article conversion): readability-lxml, ebooklib, requests, beautifulsoup4, lxml.

Commands

Send a web article to the device

{baseDir}/scripts/remarkable.sh send-article --url "https://example.com/article" --dir /Articles
{baseDir}/scripts/remarkable.sh send-article --url "https://example.com/article" --format pdf --dir /
{baseDir}/scripts/remarkable.sh send-article --url "https://example.com/article" --title "Custom Title" --dir /Articles

Fetches article, extracts readable content, converts to EPUB (default) or PDF, uploads to reMarkable cloud. Device syncs automatically.

List files

{baseDir}/scripts/remarkable.sh ls /
{baseDir}/scripts/remarkable.sh ls /Articles
{baseDir}/scripts/remarkable.sh ls "/Book Notes"

Output: [f] = file, [d] = directory.

Upload a file

{baseDir}/scripts/remarkable.sh upload --file /path/to/document.pdf --dir /Books
{baseDir}/scripts/remarkable.sh upload --file /path/to/book.epub --dir /

Create a folder

{baseDir}/scripts/remarkable.sh mkdir --path /NewFolder

Search for files

{baseDir}/scripts/remarkable.sh find --name "article title"

Notes

  • EPUB is recommended for articles — reflows nicely on e-ink
  • Device syncs automatically when connected to WiFi
  • Auth tokens are cached by rmapi at ~/.rmapi
  • Some sites block scraping — if article fetch fails, try a different URL

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-28 13:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,863
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,735
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,831