Jina Reader
/install jina-ai-skill
Jina Reader & Search Skill
Two APIs, zero API key required (optional key for higher rate limits).
Reader — Fetch a URL as Markdown
Simple (shell):
curl -s "https://r.jina.ai/\x3CURL>"
With script:
python3 skills/jina-reader/scripts/jina_read.py \x3CURL>
python3 skills/jina-reader/scripts/jina_read.py \x3CURL> --no-images # strip images
python3 skills/jina-reader/scripts/jina_read.py \x3CURL> --json # structured JSON response
With API key (set in .env):
JINA_API_KEY=your_key python3 skills/jina-reader/scripts/jina_read.py \x3CURL>
Useful request headers (for direct curl):
| Header | Purpose |
|---|---|
Authorization: Bearer \x3Ckey> |
Higher rate limits |
X-Return-Format: markdown |
Force markdown output |
X-Remove-Selector: img |
Strip images |
Accept: application/json |
JSON response with title, url, content |
Search — Web Search via Jina
Simple (shell):
curl -s "https://s.jina.ai/\x3CURL-encoded-query>"
With script:
python3 skills/jina-reader/scripts/jina_search.py "your query"
python3 skills/jina-reader/scripts/jina_search.py "your query" --json
python3 skills/jina-reader/scripts/jina_search.py "your query" --json --results 3
API Key
| API | Without Key | With Key |
|---|---|---|
Reader (r.jina.ai) |
✅ Works (rate-limited) | Higher limits |
Search (s.jina.ai) |
❌ Requires key | ✅ Works |
Store as JINA_API_KEY in .env. Get a free key at: https://jina.ai/api-dashboard
No key for search? Use the
duckduckgo-searchskill as a fallback.
Notes
- Reader works on most pages including JS-heavy sites
- Search returns up to 5 results by default, each with title, URL, and content summary
- For very long pages, use
--no-imagesto reduce token usage
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jina-ai-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/jina-ai-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Jina Reader 是什么?
Fetch the markdown content of any webpage using Jina AI's Reader API (r.jina.ai), or search the web using Jina AI's Search API (s.jina.ai). Use this skill wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。
如何安装 Jina Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jina-ai-skill」即可一键安装,无需额外配置。
Jina Reader 是免费的吗?
是的,Jina Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Jina Reader 支持哪些平台?
Jina Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Jina Reader?
由 claudy-my-laudy(@claudy-my-laudy)开发并维护,当前版本 v1.0.0。