instances/xiaodazi/skills/jina-reader/SKILL.md
Extract clean readable content from any URL using Jina Reader API. No API key required.
npx skillsauth add malue-ai/dazee-small jina-readerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将任意网页 URL 转换为干净的 Markdown 文本,去除广告、导航栏等噪声。免费,无需 API Key。
必须通过 nodes 工具执行,禁止使用 api_calling!
将目标 URL 拼接到 https://r.jina.ai/ 后面:
{
"action": "run",
"command": ["curl", "-sS", "-L", "--max-time", "30", "-H", "Accept: text/markdown", "-H", "X-Retain-Images: none", "https://r.jina.ai/https://example.com/article"],
"output_handling": "full"
}
{
"action": "run",
"command": ["curl", "-sS", "-L", "--max-time", "30", "-H", "Accept: application/json", "-H", "X-Retain-Images: none", "https://s.jina.ai/搜索关键词"],
"output_handling": "full"
}
https://s.jina.ai/关键词)找到 URL,再用 Jina Reader 提取正文--max-time 30 控制超时development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.