Skip to main content

web-search

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

الانتقال إلى التثبيت

معلومات المصدر

المستودع
AutumnsGrove/her-go
آخر نشاط في المصدر
١٤ أبريل ٢٠٢٦ في ٢٢:٤٣
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٠
التفرعات
٠

خيارات التثبيت

يُحدَّد 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