Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dwsy avatar

Jina Reader

  • 36 installs
  • 17 repo stars
  • Updated July 25, 2026
  • dwsy/agent

Reads web pages into Markdown/HTML/Text/JSON and runs web searches via the Jina API for agent research.

About

A skill using the Jina Reader API to turn web pages into clean Markdown, HTML, text, or JSON and to run web searches for current information, with CSS-selector and site filters. A solo builder reaches for it to give an agent reliable web reading and research without brittle scraping.

  • Convert any URL to clean Markdown/JSON
  • Web search for current information
  • CSS-selector and site filters

Jina Reader by the numbers

  • 36 all-time installs (skills.sh)
  • Ranked #8,576 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dwsy/agent --skill jina-reader

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs36
repo stars17
Last updatedJuly 25, 2026
Repositorydwsy/agent

What it does

Reads web pages into Markdown/HTML/Text/JSON and runs web searches via the Jina API for agent research.

Who is it for?

Builders adding web reading and search to an agent

Skip if: Sites requiring authenticated crawling

Files

SKILL.mdMarkdownGitHub ↗

Jina Reader

URL 内容提取 + 网络搜索。

执行

# 读取 URL(转 Markdown)
bun ~/.pi/agent/skills/jina-reader/scripts/reader.ts read "<url>"

# 搜索
bun ~/.pi/agent/skills/jina-reader/scripts/reader.ts search "<query>"

# 选项
read <url> [--format markdown|html|text|json] [--timeout N] [--no-cache] [--selector ".class"]
search <query> [--count N] [--site domain.com] [--type web|images|news]

API Key

~/.pi/agent/skills/jina-reader/.env 中配置 JINA_API_KEY

示例

bun scripts/reader.ts read "https://docs.jina.ai"
bun scripts/reader.ts search "AI news" --count 5 --site arxiv.org
bun scripts/reader.ts read "https://example.com" --selector ".article" --format json

Related skills

AI & Agent Buildingresearchautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.