← Back to Skills Marketplace
awdasfdada

Read Later Pro

by awdasfdada · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install read-later-pro
Description
Read Later Pro - Save, organize, and read web articles offline. Extract clean article content from any URL, save as Markdown/PDF/EPUB, manage reading lists,...
README (SKILL.md)

Read Later Pro

Save, organize, and read web articles offline. Extract clean article content from any URL and export to multiple formats.

Features

  • Article Extraction: Clean, readable content from any URL (removes ads, navigation, clutter)
  • Multiple Formats: Export to Markdown, PDF, EPUB, or HTML
  • Reading List Management: Organize saved articles with tags and search
  • Batch Processing: Save multiple articles at once
  • Offline Reading: Full-text search across saved articles
  • Service Integration: Import from Pocket, Instapaper (export coming soon)

Quick Start

Save a Single Article

# Save article as Markdown
read-later save \x3Curl> --format markdown --output ./articles/

# Save as PDF
read-later save \x3Curl> --format pdf --output ./articles/

# Save with tags
read-later save \x3Curl> --tags "tech,ai" --output ./articles/

Batch Save Articles

# From a list of URLs in a file
read-later batch --file urls.txt --format markdown --output ./articles/

# From browser bookmarks export
read-later import-bookmarks bookmarks.html --tags "imported"

List and Search Saved Articles

# List all articles
read-later list

# Search articles
read-later search "machine learning"

# Filter by tags
read-later list --tags "tech"

Export/Convert Saved Articles

# Convert saved article to different format
read-later convert \x3Carticle-id> --format epub

# Export all articles as single PDF
read-later export --format pdf --output reading-collection.pdf

Article Storage

Articles are stored with metadata:

articles/
├── article-slug/
│   ├── article.md       # Main content (Markdown)
│   ├── article.pdf      # PDF version (if generated)
│   ├── metadata.json    # Title, URL, date, tags, etc.
│   └── images/          # Downloaded images

Integration with Read-Later Services

Import from Pocket

read-later import-pocket --consumer-key \x3Ckey> --access-token \x3Ctoken>

Import from Instapaper

read-later import-instapaper --username \x3Cuser> --password \x3Cpass>

Reading Workflow

  1. Save: Use read-later save to capture articles throughout the day
  2. Organize: Add tags and notes to categorize content
  3. Read: Open Markdown files in any text editor or viewer
  4. Search: Use read-later search to find specific content
  5. Archive: Move read articles to archive or delete

Scripts

Use the provided scripts in scripts/ directory:

  • extract_article.py - Extract clean article content from URL
  • convert_format.py - Convert between Markdown/PDF/EPUB/HTML
  • manage_library.py - List, search, and organize saved articles
  • import_services.py - Import from Pocket/Instapaper

Tips

  • Use --full-content flag to attempt bypassing paywalls (experimental)
  • Images are downloaded locally for true offline reading
  • Full-text search works across all saved article content
  • Tags support nesting: "tech/ai", "tech/programming"
Usage Guidance
Install only if you are comfortable with it fetching article URLs and storing saved content locally. For Pocket or Instapaper imports, avoid pasting passwords or tokens directly into shell commands when possible; prefer temporary tokens, environment variables, or a secure prompt, and revoke tokens after use if they are no longer needed.
Capability Assessment
Purpose & Capability
The stated purpose is saving, converting, searching, and organizing web articles; the included scripts fetch user-supplied URLs, convert local article files, and manage a local article library, which fits that purpose.
Instruction Scope
The Pocket and Instapaper examples ask for tokens or passwords on the command line without explaining safer handling, but the integration is optional, user-directed, and aligned with read-later imports.
Install Mechanism
The artifact contains a SKILL.md and simple Python helper scripts; no install hooks, hidden package installation, or automatic execution mechanism is present.
Credentials
Network access for fetching article URLs and local file writes for saved articles are expected for this tool; users should be aware it stores articles locally and downloads content from requested URLs.
Persistence & Privilege
The library manager creates and updates a local ~/.read-later-library directory and can delete articles on explicit command, but there is no background persistence, privilege escalation, or credential store access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install read-later-pro
  3. After installation, invoke the skill by name or use /read-later-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Save, organize and read web articles offline. Extract clean content from any URL and export to Markdown, PDF, EPUB, or HTML.
Metadata
Slug read-later-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Read Later Pro?

Read Later Pro - Save, organize, and read web articles offline. Extract clean article content from any URL, save as Markdown/PDF/EPUB, manage reading lists,... It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.

How do I install Read Later Pro?

Run "/install read-later-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Read Later Pro free?

Yes, Read Later Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Read Later Pro support?

Read Later Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Read Later Pro?

It is built and maintained by awdasfdada (@awdasfdada); the current version is v1.0.0.

💬 Comments