返回顶部
j

jina-readerJina阅读器

Web content extraction via Jina AI Reader API. Three modes: read (URL to markdown), search (web search + full content), ground (fact-checking). Extracts clean content without exposing server IP.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.0.1
安全检测
已通过
3,983
下载量
免费
免费
3
收藏
概述
安装方式
版本历史

jina-reader

Jina Reader

通过Jina AI提取干净的网页内容——无需暴露您的服务器IP。

读取URL

bash
{baseDir}/scripts/reader.sh https://example.com/article

搜索网页(返回前5条结果及完整内容)

bash
{baseDir}/scripts/reader.sh --mode search latest AI news 2025

事实核查声明

bash
{baseDir}/scripts/reader.sh --mode ground OpenAI was founded in 2015

选项

标志描述默认值
--moderead、search、groundread
--selector
用于提取特定区域的CSS选择器 | — | | --wait | 提取前等待的CSS选择器 | — | | --remove | 要移除的CSS选择器(逗号分隔) | — | | --proxy | 地理代理的国家代码(br、us等) | — | | --nocache | 强制获取最新内容(跳过缓存) | 关闭 | | --format | markdown、html、text、screenshot | markdown | | --json | 原始JSON输出 | 关闭 |

示例

bash

提取文章内容


{baseDir}/scripts/reader.sh https://blog.example.com/post

通过CSS选择器提取特定部分

{baseDir}/scripts/reader.sh --selector article.main https://example.com

提取前移除导航和广告

{baseDir}/scripts/reader.sh --remove nav,footer,.ads https://example.com

搜索并输出JSON格式

{baseDir}/scripts/reader.sh --mode search --json AI enterprise trends

通过巴西代理读取

{baseDir}/scripts/reader.sh --proxy br https://example.com.br

事实核查声明

{baseDir}/scripts/reader.sh --mode ground Tesla is the most valuable car company

API密钥

bash
export JINAAPIKEY=jina_...

免费套餐:1000万tokens(无需注册)。获取密钥:https://jina.ai/reader/

定价

  • - 读取: 约$0.005/页(标准)| ReaderLM-v2版本3倍费用
  • 搜索: 固定10K tokens + 每条结果可变费用
  • 事实核查: 约300K tokens/请求(约30秒延迟)

为什么选择Jina Reader?

  • - IP保护 — 请求通过Jina基础设施路由,而非您的服务器
  • 干净的Markdown — 可读性提取 + 可选的ReaderLM-v2
  • 动态内容 — 无头Chrome渲染JavaScript
  • 结构化提取 — 支持JSON Schema进行数据提取

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 jina-reader-1776420061 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 jina-reader-1776420061 技能

通过命令行安装

skillhub install jina-reader-1776420061

下载

⬇ 下载 jina-reader v0.0.1(免费)

文件大小: 3.56 KB | 发布时间: 2026-4-17 18:07

v0.0.1 最新 2026-4-17 18:07
Initial release.

- Web content extraction via Jina AI Reader API with three modes: read, search, and ground.
- Supports clean content extraction to markdown, HTML, text, or screenshot.
- Allows region-specific extraction, removal, and waiting with CSS selectors.
- Enables web search with full content and fact-checking from the command line.
- Protects server IP and supports geo-proxying.
- Free tier API key with 10M tokens (no signup required).

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部