jina-reader

Fetch clean, AI-friendly Markdown content from any URL using Jina.ai Reader. Bypasses paywalls, handles Twitter/X posts, renders JavaScript-heavy pages, returns structured content with titles and metadata. Use this when you need to read or extract content from web pages after search, or when dealing with paywalled sites, Twitter/X, or SPA pages that need JS rendering.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jina-reader" with this command: npx skills add jiangtianjiao/jina-ai-reader

Jina.ai Reader

Fetch clean, AI-friendly Markdown content from any URL. No API key required.

Features

  • ✅ Bypasses paywalls (tested with Every.to, Medium, etc.)
  • ✅ Handles Twitter/X posts and threads
  • ✅ Renders JavaScript-heavy pages (optional wait)
  • ✅ Returns clean Markdown format
  • Free, no API key needed

Basic Usage

node {baseDir}/scripts/jina-reader.mjs "https://example.com/article"

Options

OptionDescription
--wait-ms NWait N milliseconds for JavaScript to render
--with-imagesInclude image captions in output
--with-linksInclude all links in output

Examples

# Basic fetch
node {baseDir}/scripts/jina-reader.mjs "https://every.to/article"

# Twitter/X post
node {baseDir}/scripts/jina-reader.mjs "https://twitter.com/user/status/123456"

# Wait for JavaScript rendering
node {baseDir}/scripts/jina-reader.mjs "https://spa-site.com/page" --wait-ms 5000

# With images and links
node {baseDir}/scripts/jina-reader.mjs "https://blog.example.com/post" --with-images --with-links

When to Use

  • Search + Read: After Tavily/desearch finds URLs, use this to read the actual content
  • Twitter/X: Most tools can't handle Twitter, this one can
  • Paywalled sites: Works on many sites that require login
  • SPA/JS-heavy pages: Use --wait-ms to let scripts run

Notes

  • No API key required
  • Rate limits may apply for heavy usage
  • For pagination, you may need to fetch multiple pages manually

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Web To Feishu

将任意网页链接或本地文件一键转为结构化 Markdown,并保存到飞书云文档或腾讯 ima 笔记。 支持的信源:(1) X/Twitter 推文、长文 Article、Thread 线程;(2) 微信公众号文章; (3) YouTube 视频;(4) 任意 HTML 网页;(5) 本地文件:PDF、Word、PP...

Registry SourceRecently Updated
1010Profile unavailable
General

zt-web-fetcher

当需要获取网页内容时使用(搜索结果页面、博客文章、文档等)。使用 URL 转 Markdown 服务将网页转换为可读文本。 触发场景:用户说"帮我查一下"、"看看这个链接"、"获取 xx 的信息"等需要上网抓信息的情况。

Registry SourceRecently Updated
2740Profile unavailable
General

DeepReader

The default web content reader for OpenClaw. Reads X (Twitter), Reddit, YouTube, and any webpage into clean Markdown — zero API keys required. Use when you n...

Registry SourceRecently Updated
8282Profile unavailable
Coding

GitHub Extract

Extract content from a GitHub url.

Registry SourceRecently Updated
9360Profile unavailable