返回顶部
s

supernote超级笔记云

Access a self-hosted Supernote Private Cloud instance to browse files and folders, upload documents (PDF, EPUB) and notes, convert web articles to EPUB/PDF and send them to the device, check storage capacity, and navigate the directory tree. Use when the user mentions Supernote, e-ink device files, wants to upload/browse documents on their Supernote cloud, or wants to send an article/URL to their e-reader.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,840
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

supernote

Supernote 私有云

通过逆向工程实现的 REST API,浏览、上传和管理自托管的 Supernote 私有云中的文件。支持将网页文章转换为电子书格式并发送至设备。

设置

bash
export SUPERNOTE_URL=http://192.168.50.168:8080
export SUPERNOTE_USER=your@email.com
export SUPERNOTEPASSWORD=yourpassword

Python 依赖(用于文章转换):readability-lxml、ebooklib、requests、beautifulsoup4、lxml。

命令

发送网页文章至设备

bash
{baseDir}/scripts/supernote.sh send-article --url https://example.com/article --format epub --dir-path Document
{baseDir}/scripts/supernote.sh send-article --url https://example.com/article --format pdf --dir-path Document/Articles
{baseDir}/scripts/supernote.sh send-article --url https://example.com/article --title 自定义标题 --dir-path Document

获取文章内容,提取包含图片的可读文本,转换为干净的 EPUB 或 PDF 格式,然后上传至指定文件夹。默认格式:epub。默认文件夹:Document。

列出目录内容

bash
{baseDir}/scripts/supernote.sh ls
{baseDir}/scripts/supernote.sh ls --path Document
{baseDir}/scripts/supernote.sh ls --path Note/Journal
{baseDir}/scripts/supernote.sh ls --dir 778507258886619136

目录树

bash
{baseDir}/scripts/supernote.sh tree --depth 2

通过路径查找目录 ID

bash
{baseDir}/scripts/supernote.sh find-dir --path Document/Books

上传文件

bash
{baseDir}/scripts/supernote.sh upload --file /path/to/file.pdf --dir-path Document
{baseDir}/scripts/supernote.sh upload --file /path/to/book.epub --dir-path Document/Books
{baseDir}/scripts/supernote.sh upload --file /path/to/file.pdf --dir 778507258773372928 --name 重命名.pdf

查看存储容量

bash
{baseDir}/scripts/supernote.sh capacity

登录(手动)

bash
{baseDir}/scripts/supernote.sh login

默认文件夹

文件夹用途
Note手写笔记(.note 文件)
Document
PDF、EPUB、文档 | | Inbox | 接收的文件 | | Export | 导出的内容 | | Screenshot | 截图 | | Mystyle | 自定义样式/模板 |

说明

  • - 建议文章使用 EPUB 格式——在电子墨水屏上渲染清晰,支持文字重排
  • 该 API 为逆向工程所得,非官方接口——固件更新后端点可能发生变化
  • 目录参数支持路径(如 Document/Books)或数字 ID
  • 部分网站会阻止抓取——若获取失败,请尝试其他 URL 或使用缓存/已保存页面

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 supernote-cloud-1776379872 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 supernote-cloud-1776379872 技能

通过命令行安装

skillhub install supernote-cloud-1776379872

下载

⬇ 下载 supernote v1.0.0(免费)

文件大小: 9.01 KB | 发布时间: 2026-4-17 14:06

v1.0.0 最新 2026-4-17 14:06
Initial release: browse files, upload documents, convert web articles to EPUB/PDF and send to Supernote e-ink device via self-hosted Private Cloud API

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部