Manage your self-hosted Supernote Private Cloud and instantly convert web content into e-reader-friendly documents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install supernote-cloud
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install supernote-cloud using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Supernote skill provides a robust interface for interacting with a self-hosted Supernote Private Cloud instance via a reverse-engineered REST API. It allows users to bridge the gap between their desktop environment and their e-ink device, offering a streamlined way to organize files, browse directories, and monitor storage. By integrating this into your collection of Openclaw Skills, you gain the ability to manipulate your Supernote ecosystem programmatically or through an AI agent.
Beyond simple file management, this skill excels at content curation. It includes specialized logic to fetch web articles, strip away distractions, and convert the core content into high-quality EPUB or PDF files. These documents are then automatically synchronized to your device, making it an essential tool for researchers and avid readers who prefer the focused environment of a Supernote tablet.
To get started with this skill in your Openclaw Skills environment, configure your environment variables and install the necessary Python processing libraries:
export SUPERNOTE_URL="http://your-server-ip:8080"
export SUPERNOTE_USER="[email protected]"
export SUPERNOTE_PASSWORD="your_password"
# Install conversion dependencies
pip install readability-lxml ebooklib requests beautifulsoup4 lxml
The skill interacts with the standard Supernote directory hierarchy to ensure files appear in the correct applications on the device:
| Folder | Primary Purpose |
|---|---|
| Note | Storage for native handwritten .note files |
| Document | Standard location for PDFs, EPUBs, and office documents |
| Inbox | Default landing zone for incoming files and transfers |
| Export | Destination for files exported from the device |
| Screenshot | Storage for captured device images |
| Mystyle | Custom templates and handwriting styles |
Loading
A specialized skill for sending web content and documents to reMarkable e-ink tablets via the cloud for distraction-free reading.

An AI agent skill to automatically save URLs and articles to a self-hosted Readeck instance for organized reading and archival.

Manage NocoDB bases, tables, and records through a powerful REST API integration for AI agents.

A streamlined integration for saving bookmarks and notes to a private, self-hosted Karakeep instance directly from your development environment.

A comprehensive task and project management skill for interacting with self-hosted Vikunja instances via REST API.

A specialized tool for converting technical clinical documentation into clear, personalized, and patient-friendly explanations.








































