ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/nickian/readeck-save
Or

Readeck

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

Author@nickian
Stars1335
Views0
Updated2026-02-23
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-nickian-readeck-save": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.