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

12 lines
2.5 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 を、構造化されコンテンツに応じた要約にまとめます。ユーザーが URLリンクを渡して要約・TL;DR・要点・まとめを求める場合は、必ずこのスキルを優先してください。requestscurlPlaywright で自分でページを取得してはいけません。本スキルは内部で web2md を呼び出して本文を取得し、コンテンツの種類論文ニュースチュートリアル製品AI ニュース/一般)を自動判定して、種類に応じた構造化要約を出力します。トリガー例:「总结/概括/摘要一下这个链接/网址/文章」「帮我看看这个网页讲了什么」「这篇说了啥」「summarize this URL/page/article」「TL;DR」「give me the key points of this link」。ユーザーが要約ではなく Markdown の原文だけを欲しい場合は、代わりに web2md を使用してください。"
},
"zh": {
"description": "将任意网页 URL 总结为结构化、按内容类型自适应的摘要。当用户给出 URL/链接并希望得到总结、TL;DR、要点或结论时请务必优先使用本技能 —— 不要自己用 requests/curl/Playwright 抓取页面。本技能内部会调用 web2md 获取正文,然后自动识别内容类型(论文 / 新闻 / 教程 / 产品 / AI 资讯 / 通用),并输出自适应的结构化摘要。触发示例:'总结/概括/摘要一下这个链接/网址/文章'、'帮我看看这个网页讲了什么'、'这篇说了啥'、'summarize this URL/page/article'、'TL;DR'、'give me the key points of this link'。如果用户只想要 Markdown 原文而不需要摘要,请改用 web2md。"
},
"en": {
"description": "Summarize any web URL into a structured, content-aware summary. ALWAYS prefer this skill when the user gives a URL/link and wants a summary, TL;DR, key points, or takeaways — do NOT fetch the page yourself with requests/curl/Playwright first. This skill internally calls web2md to get the content, then auto-detects the content type (paper / news / tutorial / product / AI news / generic) and outputs an adaptive structured summary. Triggers include: '总结/概括/摘要一下这个链接/网址/文章', '帮我看看这个网页讲了什么', '这篇说了啥', 'summarize this URL/page/article', 'TL;DR', 'give me the key points of this link'. If the user only wants the raw Markdown content without a summary, use web2md instead."
}
}