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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install supernote-cloud或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install supernote-cloud⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/supernote-cloud/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: supernote description: 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. ---
Browse, upload, and manage files on a self-hosted Supernote Private Cloud via its reverse-engineered REST API. Includes article-to-ebook conversion for sending web content to the device.
export SUPERNOTE_URL="http://192.168.50.168:8080"
export SUPERNOTE_USER="[email protected]"
export SUPERNOTE_PASSWORD="your_password"
Python dependencies (for article conversion): readability-lxml, ebooklib, requests, beautifulsoup4, lxml.
{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 "Custom Title" --dir-path Document
Fetches article content, extracts readable text with images, converts to clean EPUB or PDF, then uploads to the specified folder. Default format: epub. Default folder: Document.
{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
{baseDir}/scripts/supernote.sh tree --depth 2
{baseDir}/scripts/supernote.sh find-dir --path "Document/Books"
{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 "Renamed.pdf"
{baseDir}/scripts/supernote.sh capacity
{baseDir}/scripts/supernote.sh login
| Folder | Purpose | |--------|---------| | Note | Handwritten notes (.note files) | | Document | PDFs, EPUBs, documents | | Inbox | Incoming files | | Export | Exported content | | Screenshot | Screenshots | | Mystyle | Custom styles/templates |
安装 Supernote Cloud 后,可以对 AI 说这些话来触发它
Help me get started with Supernote Cloud
Explains what Supernote Cloud does, walks through the setup, and runs a quick demo based on your current project
Use Supernote Cloud to access a self-hosted Supernote Private Cloud instance to browse fil...
Invokes Supernote Cloud with the right parameters and returns the result directly in the conversation
What can I do with Supernote Cloud in my documents & notes workflow?
Lists the top use cases for Supernote Cloud, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/supernote-cloud/ 目录(个人级,所有项目可用),或 .claude/skills/supernote-cloud/(项目级)。重启 AI 客户端后,用 /supernote-cloud 主动调用,或让 AI 根据上下文自动发现并使用。
Supernote Cloud 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Supernote Cloud 可免费安装使用。请查阅仓库了解许可证信息。
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.
Automate my documents & notes tasks using Supernote Cloud
Identifies repetitive steps in your workflow and sets up Supernote Cloud to handle them automatically
Supernote Cloud 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。