Agent Skills
› open-gitagent/opengap
› web-search
web-search
GitHub基于Tavily API的高级网络搜索技能,用于获取最新资讯、统计数据及事实信息,支持新闻、博客等内容检索与来源验证。
Trigger Scenarios
需要查询最新时事新闻或动态
寻找当前统计数据或事实依据
验证特定主张的真实性
获取知识库之外的实时网页内容
Install
npx skills add open-gitagent/opengap --skill web-search -g -y
SKILL.md
Frontmatter
{
"name": "web-search",
"description": "Advanced web search using Tavily API for current information retrieval",
"allowed-tools": "tavily-web-search"
}
Web Search
Search the web for current information on any topic using the Tavily search API.
When to Use
- Searching for recent news, articles, blog posts, and web content
- Finding current statistics, data, and factual information
- Retrieving information that may not be in academic papers or the knowledge base
- Verifying claims with multiple web sources
How to Use
- Formulate a specific, targeted search query (max 400 characters)
- Call
tavily_web_searchwith the query - Review returned results for relevance and quality
- Extract key facts and note the source URL for citation
Result Format
Results are returned in Document XML format:
<Document href="https://example.com/article" title="Article Title">
Content excerpt from the page...
</Document>
Constraints
- Maximum 5 results returned per query
- Query will be truncated to 400 characters
- Search mode: advanced (includes content extraction)
- Each call counts toward the researcher's 8-call limit per task
Version History
- d7a8e2e Current 2026-07-25 08:13


