jina-reader
Installation
SKILL.md
Jina Reader 📖
Fetch a URL through Jina Reader and return the page as markdown text.
Tool: scripts/jina_reader.py
Use this script to fetch a page and emit markdown.
Inputs
url: The target web page. If no scheme is provided,https://is assumed.
Outputs
- Markdown text to stdout by default, or to a file with
--output.
Options
--output PATH: Write markdown to a file instead of stdout.--timeout SECONDS: Request timeout (default: 30).
Examples
python scripts/jina_reader.py https://example.com
python scripts/jina_reader.py example.com --output output.md
Workflow
- Choose the target URL.
- Run the script to fetch markdown.
- Use the markdown output for downstream tasks (summarize, quote, extract).
Related skills
More from iails01/skills
searxng-api
Use when you need to call SearXNG's Search API to run web searches, filter results (engine/category/language/time), paginate, and consume JSON output.
11moltbook-patrol
Moltbook 巡检与 verification challenge(AI verification challenge)处理脚本(单文件)+ 官方文档离线参考索引。用于运行巡检并输出结构化 JSON(type/action/details),以及在需要时提交 challenge 答案(POST /api/v1/verify)。当需要完整规则/限流/DM 流程时,读取本技能 references/ 下的官方文档存档。
4