Skip to content
Skillv1.0.0

web-search

网络搜索和信息检索技能。用于搜索网页、查询实时信息、获取新闻资讯。当用户询问需要联网查询的问题、最新信息或实时数据时使用。

by rtgs2017(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from rtgs2017/nagaagent (skills/web-search/SKILL.md). Install upstream with npx skills add rtgs2017/nagaagent --skill web-search. Copyright stays with the author.

网络搜索技能

本技能提供网络搜索和信息检索能力。

触发条件

当用户请求以下类型的信息时激活此技能:

  • 最新新闻和资讯
  • 实时数据(股票、天气、赛事等)
  • 网页内容检索
  • 技术文档查询

搜索策略

1. 关键词提取

从用户问题中提取核心搜索关键词:

  • 移除语气词和无关词汇
  • 保留专有名词和技术术语
  • 添加限定词(如"2026"表示最新)

2. 搜索执行

调用系统搜索工具:

工具: online_search
参数: {"query": "提取的关键词"}

3. 结果整理

  • 筛选相关性高的结果
  • 提取关键信息摘要
  • 标注信息来源

输出格式

## 搜索结果

### 关键发现
- 发现 1
- 发现 2

### 详细信息
[整理后的详细内容]

### 来源
- [来源1](url)
- [来源2](url)

注意事项

  • 对于时效性强的问题,优先使用最新结果
  • 技术问题优先查阅官方文档
  • 多源交叉验证重要信息

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/rtgs2017-nagaagent-web-search/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

rtgs2017-nagaagent-web-search.ocm.jsonjson
{
  "ocm": "1",
  "id": "rtgs2017-nagaagent-web-search",
  "kind": "skill",
  "name": "web-search",
  "description": "网络搜索和信息检索技能。用于搜索网页、查询实时信息、获取新闻资讯。当用户询问需要联网查询的问题、最新信息或实时数据时使用。",
  "publisher": "rtgs2017",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "search",
      "web",
      "realtime",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "网络搜索和信息检索技能。用于搜索网页、查询实时信息、获取新闻资讯。当用户询问需要联网查询的问题、最新信息或实时数据时使用。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/rtgs2017/nagaagent",
      "path": "skills/web-search/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/rtgs2017/nagaagent/blob/HEAD/skills/web-search/SKILL.md",
      "key": "rtgs2017/nagaagent/skills/web-search/SKILL.md"
    }
  },
  "instructions": "# 网络搜索技能\r\n\r\n本技能提供网络搜索和信息检索能力。\r\n\r\n## 触发条件\r\n\r\n当用户请求以下类型的信息时激活此技能:\r\n- 最新新闻和资讯\r\n- 实时数据(股票、天气、赛事等)\r\n- 网页内容检索\r\n- 技术文档查询\r\n\r\n## 搜索策略\r\n\r\n### 1. 关键词提取\r\n从用户问题中提取核心搜索关键词:\r\n- 移除语气词和无关词汇\r\n- 保留专有名词和技术术语\r\n- 添加限定词(如\"2026\"表示最新)\r\n\r\n### 2. 搜索执行\r\n调用系统搜索工具:\r\n```\r\n工具: online_search\r\n参数: {\"query\": \"提取的关键词\"}\r\n```\r\n\r\n### 3. 结果整理\r\n- 筛选相关性高的结果\r\n- 提取关键信息摘要\r\n- 标注信息来源\r\n\r\n## 输出格式\r\n\r\n```markdown\r\n## 搜索结果\r\n\r\n### 关键发现\r\n- 发现 1\r\n- 发现 2\r\n\r\n### 详细信息\r\n[整理后的详细内容]\r\n\r\n### 来源\r\n- [来源1](url)\r\n- [来源2](url)\r\n```\r\n\r\n## 注意事项\r\n\r\n- 对于时效性强的问题,优先使用最新结果\r\n- 技术问题优先查阅官方文档\r\n- 多源交叉验证重要信息",
  "cost": {
    "context_tokens": 133
  }
}

Fetch it by URL: GET /api/v1/registry/rtgs2017-nagaagent-web-search/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.