← 返回 Skills 市场
Read Later Pro
作者
awdasfdada
· GitHub ↗
· v1.0.0
· MIT-0
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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,...
使用说明 (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
- 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"
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install read-later-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/read-later-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Read Later Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install read-later-pro」即可一键安装,无需额外配置。
Read Later Pro 是免费的吗?
是的,Read Later Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Read Later Pro 支持哪些平台?
Read Later Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Read Later Pro?
由 awdasfdada(@awdasfdada)开发并维护,当前版本 v1.0.0。
推荐 Skills