Files
market/skills/web-search/skill.json
yi-ge c1ca91c80a style: 技能图标升级为色彩丰富的多色 SVG
将 9 个技能图标从单色 stroke 风格升级为带渐变、填充、多色的
丰富视觉风格,每个图标使用项目 3+2 色彩体系中的特征色:
- search: 蓝/青渐变镜片
- file-text: 蓝色文档+紫色文字行
- calendar-days: 绿色框架+蓝/青日期点
- compass: 紫色罗盘+橙色指针
- folder-open: 橙/黄渐变文件夹
- mail: 蓝色渐变信封
- user-plus: 绿色人物+绿色加号
- user-minus: 橙红色人物+红色减号
- user-cog: 紫蓝色人物+蓝色齿轮

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:15:28 +08:00

46 lines
2.3 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.
{
"id": "web-search",
"name": "网络搜索",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"ws-a\" x1=\"3\" y1=\"3\" x2=\"19\" y2=\"19\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#5AC8FA\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><radialGradient id=\"ws-b\" cx=\"9\" cy=\"9\" r=\"8\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#5AC8FA\" stop-opacity=\"0.25\"/><stop offset=\"1\" stop-color=\"#007AFF\" stop-opacity=\"0.05\"/></radialGradient></defs><circle cx=\"11\" cy=\"11\" r=\"7.5\" fill=\"url(#ws-b)\"/><circle cx=\"11\" cy=\"11\" r=\"7.5\" stroke=\"url(#ws-a)\" stroke-width=\"2\" fill=\"none\"/><circle cx=\"9\" cy=\"9\" r=\"2.5\" fill=\"white\" opacity=\"0.35\"/><path d=\"M16.5 16.5L21 21\" stroke=\"#007AFF\" stroke-width=\"2.8\" stroke-linecap=\"round\"/></svg>",
"shortDesc": "智能网络搜索与信息聚合,快速获取准确答案",
"fullDesc": "网络搜索技能让 Agent 能够实时检索互联网信息,支持多引擎聚合、结果去重、可信度评估和结构化摘要。不只是返回链接,而是提炼出可直接使用的答案。\n\n功能特性\n- 多引擎聚合Google、Bing、DuckDuckGo 结果综合\n- 智能摘要:自动提取关键信息,生成 TL;DR\n- 可信度评估:基于域名权威性、发布日期、交叉验证打分\n- 实时热点:追踪新闻、社交媒体趋势\n- 学术搜索arXiv、Google Scholar、PubMed 专精模式",
"category": "productivity",
"tags": [
"搜索",
"信息检索",
"网页抓取",
"实时信息",
"研究辅助"
],
"version": "3.0.2",
"latestVersion": "3.0.2",
"updatedAt": "2025-02-10",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 89340,
"rating": 4.8,
"ratingCount": 3421,
"installStatus": "not_installed",
"riskLevel": "medium",
"requires": {
"tools": [
"http_client",
"html_parser",
"rate_limiter"
],
"connections": [
"internet",
"search_api"
]
},
"compatibleAgents": [
"translator",
"business-analyst",
"data-analyst",
"writing-coach"
],
"changelog": "v3.0.2: 新增 AI 搜索结果去重算法,减少 40% 冗余信息"
}