Skill822 estrellas del repoactualizado 5d ago
web_research
The web_research skill enables querying public web pages, extracting content summaries, and comparing information across multiple sources. Use this skill when you need to gather current information from the internet, synthesize findings from different sources, or present comparative analysis across multiple references. It provides web search functionality and multi-source summarization with support for specifying keywords, time ranges, and comparison dimensions.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/Haohao-end/openagent /tmp/web_research && cp -r /tmp/web_research/api/internal/core/skills/catalog/web_research ~/.claude/skills/web_researchDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
skill.md
# 网页研究
面向公开网页检索、内容提炼和资料对比的技能包。
## 能力
- 公开网页查询
- 多来源内容摘要
- 资料归纳与对比
## 工具
### `search_web`
输入:
- `query`: 需要检索的关键词或问题
输出:
- `query`
- `results`
### `summarize_sources`
输入:
- `sources`: 待总结的来源列表
- `prompt`: 摘要要求
输出:
- `source_count`
- `prompt`
- `summary`
## 使用方式
- 明确检索目标和范围
- 给出关键词、时间范围和对比维度
- 优先整理证据,再给结论
## 执行说明
- 生产环境优先通过 SCF 执行
- 当 SCF 不可用时,开发环境会回退到本地技能执行
- `search_web` 会尝试抓取公开搜索结果并返回候选链接
- `summarize_sources` 会抓取来源页标题和正文摘要
## 示例
```json
{
"query": "2026 年技能系统设计要点"
}
```Del mismo repositorio
aspnet-coreSkill
cavemanSkill
chatgpt-appsSkill
cli-creatorSkill
cloudflare-deploySkill
code_workbenchSkill
creativeSkill
Use when the user wants a less default, more original solution for code, design, writing, naming, architecture, debugging, or strategy, especially when progress is stuck.
develop-web-gameSkill