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
详细描述:
通过云API将文档和网页文章发送到reMarkable平板。使用rmapi进行云访问。
安装rmapi(需要Go语言环境):
bash
cd /tmp && git clone --depth 1 https://github.com/ddvk/rmapi.git
cd rmapi && go build -o /usr/local/bin/rmapi .
首次运行会提示输入一次性验证码,请访问 https://my.remarkable.com/device/browser?showOtp=true 获取。
Python依赖(用于文章转换):readability-lxml、ebooklib、requests、beautifulsoup4、lxml。
bash
{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 自定义标题 --dir /Articles
获取文章内容,提取可读部分,转换为EPUB(默认)或PDF格式,上传至reMarkable云。设备会自动同步。
bash
{baseDir}/scripts/remarkable.sh ls /
{baseDir}/scripts/remarkable.sh ls /Articles
{baseDir}/scripts/remarkable.sh ls /Book Notes
输出说明:[f] = 文件,[d] = 目录。
bash
{baseDir}/scripts/remarkable.sh upload --file /path/to/document.pdf --dir /Books
{baseDir}/scripts/remarkable.sh upload --file /path/to/book.epub --dir /
bash
{baseDir}/scripts/remarkable.sh mkdir --path /NewFolder
bash
{baseDir}/scripts/remarkable.sh find --name 文章标题
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 remarkable-1776362710 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 remarkable-1776362710 技能
skillhub install remarkable-1776362710
文件大小: 6.99 KB | 发布时间: 2026-4-17 14:57