Read Later Pro
/install read-later-pro
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
- Save: Use
read-later saveto capture articles throughout the day - Organize: Add tags and notes to categorize content
- Read: Open Markdown files in any text editor or viewer
- Search: Use
read-later searchto find specific content - Archive: Move read articles to archive or delete
Scripts
Use the provided scripts in scripts/ directory:
extract_article.py- Extract clean article content from URLconvert_format.py- Convert between Markdown/PDF/EPUB/HTMLmanage_library.py- List, search, and organize saved articlesimport_services.py- Import from Pocket/Instapaper
Tips
- Use
--full-contentflag 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"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install read-later-pro - After installation, invoke the skill by name or use
/read-later-pro - Provide required inputs per the skill's parameter spec and get structured output
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.