# Send Jina Reader to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jina-reader",
    "name": "Jina Reader",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ericsantos/jina-reader",
    "canonicalUrl": "https://clawhub.ai/ericsantos/jina-reader",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/jina-reader",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jina-reader",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/reader.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "jina-reader",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T13:26:52.168Z",
      "expiresAt": "2026-05-11T13:26:52.168Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jina-reader",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jina-reader",
        "contentDisposition": "attachment; filename=\"jina-reader-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "jina-reader"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/jina-reader"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jina-reader",
    "downloadUrl": "https://openagent3.xyz/downloads/jina-reader",
    "agentUrl": "https://openagent3.xyz/skills/jina-reader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jina-reader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jina-reader/agent.md"
  }
}
```
## Documentation

### Jina Reader

Extract clean web content via Jina AI — without exposing your server IP.

### Read a URL

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

### Search the web (top 5 results with full content)

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

### Fact-check a statement

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

### Options

FlagDescriptionDefault--moderead, search, groundread--selectorCSS selector to extract specific region—--waitCSS selector to wait for before extraction—--removeCSS selectors to remove (comma-separated)—--proxyCountry code for geo-proxy (br, us, etc.)—--nocacheForce fresh content (skip cache)off--formatmarkdown, html, text, screenshotmarkdown--jsonRaw JSON outputoff

### Examples

# 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"

### API Key

export JINA_API_KEY="jina_..."

Free tier: 10M tokens (no signup needed). Get key at https://jina.ai/reader/

### Pricing

Read: ~$0.005/page (standard) | 3x for ReaderLM-v2
Search: 10K tokens fixed + variable per result
Ground: ~300K tokens/request (~30s latency)

### Why Jina Reader?

IP protection — requests route through Jina's infra, not your server
Clean markdown — readability extraction + optional ReaderLM-v2
Dynamic content — headless Chrome renders JavaScript
Structured extraction — JSON schema support for data extraction
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ericsantos
- Version: 0.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T13:26:52.168Z
- Expires at: 2026-05-11T13:26:52.168Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/jina-reader)
- [Send to Agent page](https://openagent3.xyz/skills/jina-reader/agent)
- [JSON manifest](https://openagent3.xyz/skills/jina-reader/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/jina-reader/agent.md)
- [Download page](https://openagent3.xyz/downloads/jina-reader)