skills/smithery.ai/w2112515-web-search

w2112515-web-search

SKILL.md

Web Search Skill

功能描述

执行互联网搜索并返回结构化的搜索结果。支持普通网页、新闻和学术论文搜索。

适用场景:

  • 实时信息检索
  • 新闻追踪
  • 学术文献查找
  • 竞品调研

使用示例

输入:

{
  "query": "Solana Token-2022 transfer hooks",
  "max_results": 3,
  "search_type": "web",
  "time_range": "month"
}

输出:

{
  "results": [
    {
      "title": "Token-2022 Transfer Hooks Guide - Solana Docs",
      "url": "https://solana.com/docs/token-2022/transfer-hooks",
      "snippet": "Transfer hooks allow token creators to execute custom logic...",
      "published_date": "2024-12-01"
    },
    {
      "title": "Building with Transfer Hooks | Solana Cookbook",
      "url": "https://solanacookbook.com/token-2022/transfer-hooks",
      "snippet": "A comprehensive guide to implementing transfer hooks...",
      "published_date": "2024-11-28"
    }
  ],
  "total_found": 1250,
  "search_time_ms": 342
}

注意事项

  • 查询字符串最大 500 字符
  • 结果缓存 5 分钟
  • openWorldHint=true: 此 Skill 需要访问外部网络
  • idempotentHint=false: 搜索结果可能随时间变化
Weekly Installs
2
First Seen
12 days ago
Installed on
amp1
cline1
openclaw1
opencode1
cursor1
kimi-cli1