← 返回
未分类 中文

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...
通过 Jina AI 的 Reader API (r.jina.ai) 获取任意网页的 Markdown 内容,或使用 Search API (s.jina.ai) 搜索网页。
claudy-my-laudy
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 430
下载
💾 1
安装
1
版本
#latest

概述

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/<URL>"

With script:

python3 skills/jina-reader/scripts/jina_read.py <URL>
python3 skills/jina-reader/scripts/jina_read.py <URL> --no-images   # strip images
python3 skills/jina-reader/scripts/jina_read.py <URL> --json        # structured JSON response

With API key (set in .env):

JINA_API_KEY=your_key python3 skills/jina-reader/scripts/jina_read.py <URL>

Useful request headers (for direct curl):

HeaderPurpose
-----------------
Authorization: Bearer Higher rate limits
X-Return-Format: markdownForce markdown output
X-Remove-Selector: imgStrip images
Accept: application/jsonJSON response with title, url, content

Search — Web Search via Jina

Simple (shell):

curl -s "https://s.jina.ai/<URL-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

APIWithout KeyWith 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-search skill 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-images to reduce token usage

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 03:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,211 📥 266,245
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,351 📥 317,796
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,869