jina

Installation
SKILL.md

Jina

Extract content from URLs and search with Jina. Use when you need to: (1) read and extract content from any URL, (2) perform site-specific searches, or (3) scrape web page content.

Input

Provide input as JSON:

{
  "url": "URL to read and extract content from (e.g., https://example.com/article)",
  "query": "Search query for finding relevant content (e.g., 'AI workflow automation')",
  "site": "Optional: specific site to search within (e.g., 'github.com' to search only GitHub)"
}

Execution (Pattern B: Text/Data)

Step 1: Run the Skill and Get Run ID

Related skills
Installs
32
GitHub Stars
190
First Seen
Feb 5, 2026