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.
通过逆向工程实现的 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
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 |
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 supernote-cloud-1776379872 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 supernote-cloud-1776379872 技能
skillhub install supernote-cloud-1776379872
文件大小: 9.01 KB | 发布时间: 2026-4-17 14:06