readeck
Save articles to Readeck (self-hosted read-it-later app). Use when the user wants to save an article for later reading, add something to their reading list, or send a page to Readeck.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nickian/readeck-saveReadeck
Save articles to a self-hosted Readeck instance for later reading.
Setup
Set these environment variables (in your shell profile or Clawdbot config):
export READECK_URL="https://your-readeck-instance.com"
export READECK_API_TOKEN="your-api-token"
To get your API token: Readeck → Settings → API tokens → Create new token.
Save an article
{baseDir}/scripts/save.sh "<URL>"
Example:
{baseDir}/scripts/save.sh "https://example.com/interesting-article"
API Details
- Endpoint:
POST {READECK_URL}/api/bookmarks - Auth: Bearer token
- Body:
{"url": "..."}
Response
Returns {"status":202,"message":"Link submited"} on success.
Readeck will fetch and process the article content automatically.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nickian-readeck-save": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
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.
nocodb
Access and manage NocoDB databases, tables, and records via REST API. Use when the user wants to view bases, list tables, inspect column schemas, query or filter row data, or insert new records into a self-hosted NocoDB instance. Also use for spreadsheet-style database lookups and data entry.
vikunja
Manage tasks and projects on a self-hosted Vikunja instance. Use when the user wants to create, view, complete, or manage tasks, check what's due or overdue, list projects, or get task notifications. Also use for to-do lists, reminders, and task tracking.
freshrss
Query headlines and articles from a self-hosted FreshRSS instance. Use when the user asks for RSS news, latest headlines, feed updates, or wants to browse articles from their FreshRSS reader. Supports filtering by category, time range, and count.
karakeep
Save bookmarks to Karakeep (self-hosted bookmark manager). Use when the user wants to save a URL, bookmark a link, or add something to their reading list.