From sundial-org-awesome-openclaw-skills-4
Extracts clean web content via Jina AI Reader API with three modes: read (URL to markdown), search (web search + full content), and ground (fact-checking). Routes requests through Jina's infra to protect your server IP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:jina-readerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract clean web content via Jina AI — without exposing your server IP.
Extract clean web content via Jina AI — without exposing your server IP.
{baseDir}/scripts/reader.sh "https://example.com/article"
{baseDir}/scripts/reader.sh --mode search "latest AI news 2025"
{baseDir}/scripts/reader.sh --mode ground "OpenAI was founded in 2015"
| Flag | Description | Default |
|---|---|---|
--mode | read, search, ground | read |
--selector | CSS selector to extract specific region | — |
--wait | CSS selector to wait for before extraction | — |
--remove | CSS selectors to remove (comma-separated) | — |
--proxy | Country code for geo-proxy (br, us, etc.) | — |
--nocache | Force fresh content (skip cache) | off |
--format | markdown, html, text, screenshot | markdown |
--json | Raw JSON output | off |
# Extract article content
{baseDir}/scripts/reader.sh "https://blog.example.com/post"
# Extract specific section via CSS selector
{baseDir}/scripts/reader.sh --selector "article.main" "https://example.com"
# Remove nav and ads before extraction
{baseDir}/scripts/reader.sh --remove "nav,footer,.ads" "https://example.com"
# Search with JSON output
{baseDir}/scripts/reader.sh --mode search --json "AI enterprise trends"
# Read via Brazil proxy
{baseDir}/scripts/reader.sh --proxy br "https://example.com.br"
# Fact-check a claim
{baseDir}/scripts/reader.sh --mode ground "Tesla is the most valuable car company"
export JINA_API_KEY="jina_..."
Free tier: 10M tokens (no signup needed). Get key at https://jina.ai/reader/
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Extracts clean markdown or text from URLs via the Tavily CLI. Handles JavaScript-rendered pages, supports query-focused chunking, and processes up to 20 URLs per call.
Extracts clean Markdown from web pages by stripping navigation, ads, sidebars, footers, and boilerplate using Defuddle. Use for reading docs, articles, blog posts, research papers, or release notes.
Scrape web pages, crawl documentation sites, search the web, and extract structured data using the Firecrawl API.