web-search
使用 AI 进行网络搜索
Également disponible depuis: skillssh,inference-sh,inferen-sh,Cain96
此技能使 AI 代理能够使用 Tavily 和 Exa AI 驱动的搜索 API 搜索网络并从 URL 提取内容。它为事实核查、内容聚合和构建 RAG 管道提供研究功能。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "web-search". Search for latest developments in quantum computing
Résultat attendu:
基于最近的搜索,量子计算的关键发展包括:1)麻省理工学院在纠错方面的突破... [来源: nature.com, science.org]
Utilisation de "web-search". Extract content from https://example.com/tech-article
Résultat attendu:
已提取内容:文章讨论了新兴的 AI 框架。要点:- 新的工具方法... - 性能改进...
Utilisation de "web-search". What is the population of Tokyo?
Résultat attendu:
东京的大东京都会区人口约为 3700 万。
Audit de sécurité
SûrAll 41 static findings are false positives. The scanner misinterpreted markdown documentation as executable code. External commands are documented CLI usage, network calls are intended API endpoints, and the cryptographic reference is legitimate checksum verification. This is a documentation skill with no actual security issues.
Problèmes à risque moyen (1)
Problèmes à risque faible (3)
Facteurs de risque
⚙️ Commandes externes (24)
Score de qualité
Ce que vous pouvez construire
研究代理
构建能够搜索网络获取最新信息并引用来源的 AI 代理
事实核查
通过搜索多个来源并提取相关信息来验证声明
RAG 数据准备
从 URL 提取内容以构建检索增强生成的知识库
Essayez ces prompts
Search the web for information about {topic}Search for {topic} and provide a summary with sourcesExtract the main content from these URLs: {urls}First search for {topic}, then analyze the results to identify key trendsBonnes pratiques
- 使用具体的搜索查询以获得更好的结果
- 通过检查多个来源来验证提取内容的准确性
- 结合搜索结果与 LLM 分析进行综合研究
Éviter
- 使用过于宽泛的搜索查询导致返回不相关的结果
- 假设提取的内容始终准确而无需验证
- 忽视 API 速率限制并产生不必要的费用