Supernote Private Cloud Integration for Openclaw

Manage your self-hosted Supernote Private Cloud and instantly convert web content into e-reader-friendly documents.

nickian
v1.0.0
Jan 29, 2026
0
2.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install supernote-cloud

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Supernote Private Cloud Integration?

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.

Supernote Private Cloud Integration Use Cases

  • Sending long-form web articles to your Supernote for distraction-free reading in EPUB or PDF format.
  • Remotely browsing and managing the internal directory structure of your e-ink device.
  • Automating the upload of research papers and ebooks to specific folders like Document or Inbox.
  • Checking available storage capacity and organizing handwritten notes from a CLI or AI interface.

How Supernote Private Cloud Integration Works

  1. The skill establishes a secure session with the self-hosted Supernote Private Cloud using your configured credentials.
  2. When a web article URL is provided, the system uses readability-lxml and ebooklib to extract content and package it into a reflowable ebook format.
  3. Commands are sent to the REST API to navigate the directory tree or locate specific folder IDs based on human-readable paths.
  4. Files are uploaded directly to the cloud instance, where they become available for the physical Supernote device to download during its next sync cycle.

Supernote Private Cloud Integration Setup

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

Supernote Private Cloud Integration Data Schema & Taxonomy

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

Supernote Private Cloud Integration Advanced Features

  • Intelligent web scraping that extracts readable text and images while bypassing site clutter.
  • Deep directory tree visualization to map out complex storage hierarchies.
  • Support for both human-readable directory paths and numeric internal IDs for precise file placement.
  • Automated login and session management to ensure persistent connectivity with the private cloud.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*