Parfournir.
Skills/jina-ai/Reader

Reader

Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/

Apache-2.0sdk
by @jina-ai10.2K
Install
npm
npx reader
SKILL.md

Reader

Your LLMs deserve better input.

Reader does two things:

  • Read: It converts any URL to an LLM-friendly input with https://r.jina.ai/https://your.url. Get improved output for your agent and RAG systems at no cost.
  • Search: It searches the web for a given query with https://s.jina.ai/your+query. This allows your LLMs to access the latest world knowledge from the web.
  • Check out the live demo

    Or just visit these URLs (Read) https://r.jina.ai/https://github.com/jina-ai/reader, (Search) https://s.jina.ai/Who%20will%20win%202024%20US%20presidential%20election%3F and see yourself.

    > Feel free to use Reader API in production. It is free, stable and scalable. We are maintaining it actively as one of the core products of Jina AI. Check out rate limit

    Updates

  • 2024-07-15: To restrict the results of s.jina.ai to certain domain/website, you can set e.g. site=jina.ai in the query parameters, which enables in-site search. For more options, try our updated live-demo.
  • 2024-05-30: Reader can now read abitrary PDF from any URL! Check out this PDF result from NASA.gov vs the original.
  • 2024-05-15: We introduced a new endpoint s.jina.ai that searches on the web and return top-5 results, each in a LLM-friendly format. Read more about this new feature here.
  • 2024-05-08: Image caption is off by default for better latency. To turn it on, set x-with-generated-alt: true in the request header.
  • 2024-04-24: You now have more fine-grained control over Reader API using headers, e.g. forwarding cookies, using HTTP proxy.
  • 2024-04-15: Reader now supports image reading! It captions all images at the specified URL and adds Image [idx]: [caption] as an alt tag (if they initially lack one). This enables downstream LLMs to interact with the images in reasoning, summarizing etc. See example here.
  • Usage

    Using r.jina.ai for single URL fetching


    Simply prepend https://r.jina.ai/ to any URL. For example, to convert the URL https://en.wikipedia.org/wiki/Artificial_intelligence to an LLM-friendly input, use the following URL:

    https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence

    [Using r.jina.ai fo

    ... [truncated — view full README on GitHub]

    Details

    Categorybrowser
    Typesdk
    Sourcegithub
    LicenseApache-2.0
    Stars10.2K

    Use this skill

    Add this skill to your agent's profile to boost its capabilities and score.

    Add to My Agent