Skip to main content

web-search

Search the web for current information, recent events, and factual answers using the Tavily API

跳到安装

来源信息

仓库
AutumnsGrove/her-go
最近来源活动
2026年4月14日 22:43
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
5 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
web_search
description
Search the web for current information, recent events, and factual answers using the Tavily API
version
1.0.0
language
go
hash
sha256:f6e288d1a1b78a60a734e78fc7e2c4297a1dbc4395c7c0bf765b9bd87c7be8e4
author
autumn
params
[{"name":"query","type":"string","required":true,"description":"The search query"},{"name":"limit","type":"int","required":false,"default":5,"description":"Maximum number of results to return"}]
permissions
{"network":true,"domains":["api.tavily.com"],"env":["TAVILY_API_KEY"],"timeout":"15s"}
requires
{"env":["TAVILY_API_KEY"]}
## Instructions Search the web for current, factual information. Use when the user asks about: - Recent events or news - Questions beyond your training data - Anything that benefits from real-time information - Fact-checking or verification The skill returns a summary answer (when available) plus ranked source results with titles, URLs, and content snippets.
在 GitHub 查看