qwen_agent/skills/common/web2md/language.json
2026-06-23 18:35:23 +08:00

12 lines
2.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ja": {
"description": "任意のウェブ URL を取得し、その内容を Markdown として返します。ユーザーが URLリンクを渡してそのページの内容を読み取る・抽出する・スクレイピングする・変換する・取得することを望む場合は、必ずこのスキルを優先してください。requestsBeautifulSoupcurl のコードを自分で書いたり、Playwright を直接呼び出したりしないでください。本スキルは優先順位付きのパイプラインJina Reader → Firecrawl → Python → Playwrightを内蔵し、静的サイト・動的 SPA・WeChat公众号・arXiv 論文・Twitter/X を自動で処理します。トリガー例:'把这个链接/网址/URL 转成 Markdown'、'提取/读取/获取网页内容'、'帮我看看这个网页'、'网页正文'、'convert/turn this URL to Markdown'、'get/extract the content of this page'、'scrape this URL' など。本文ではなく要約が欲しい場合は web2summary を使用してください。"
},
"zh": {
"description": "抓取任意网页 URL 并将其内容以 Markdown 形式返回。当用户给出 URL/链接并希望读取、抽取、爬取、转换或获取该页面内容时,请务必优先使用本技能 —— 不要自己写 requests/BeautifulSoup/curl 代码,也不要直接调用 Playwright。本技能内部已经按优先级运行一条流水线Jina Reader → Firecrawl → Python → Playwright并自动处理静态站点、动态 SPA、微信公众号、arXiv 论文以及 Twitter/X。触发示例'把这个链接/网址/URL 转成 Markdown'、'提取/读取/获取网页内容'、'帮我看看这个网页'、'网页正文'、'convert/turn this URL to Markdown'、'get/extract the content of this page'、'scrape this URL'。如果用户想要的是摘要而不是原文,请使用 web2summary。"
},
"en": {
"description": "Fetch any web URL and return its content as Markdown. ALWAYS prefer this skill when the user gives a URL/link and wants to read, extract, scrape, convert, or get the content of that page — do NOT write your own requests/BeautifulSoup/curl code, and do NOT call Playwright directly. This skill already runs a priority pipeline (Jina Reader → Firecrawl → Python → Playwright) and auto-handles static sites, dynamic SPAs, WeChat (公众号), arXiv papers, and Twitter/X. Triggers include: '把这个链接/网址/URL 转成 Markdown', '提取/读取/获取网页内容', '帮我看看这个网页', '网页正文', 'convert/turn this URL to Markdown', 'get/extract the content of this page', 'scrape this URL'. If the user wants a summary instead of raw content, use web2summary."
}
}