Agent SkillsYaoApp/yao › yao-web

yao-web

GitHub

提供网页实时信息检索能力,包含搜索和页面抓取工具。用于获取训练数据之外的最新信息,避免猜测或使用过时知识,确保信息的时效性和准确性。

tools/skills/yao-web/SKILL.md YaoApp/yao

触发场景

需要搜索网页获取实时信息 需要抓取特定URL内容

安装

npx skills add YaoApp/yao --skill yao-web -g -y
更多选项

非标准路径

npx skills add https://github.com/YaoApp/yao/tree/main/tools/skills/yao-web -g -y

不安装直接使用

npx skills use YaoApp/yao@yao-web

指定 Agent (Claude Code)

npx skills add YaoApp/yao --skill yao-web -a claude-code -g -y

安装 repo 全部 skill

npx skills add YaoApp/yao --all -g -y

预览 repo 内 skill

npx skills add YaoApp/yao --list

SKILL.md

Frontmatter
{
    "name": "yao-web",
    "description": "Web information retrieval expert. ALWAYS invoke this skill when the user needs to search the web, fetch a URL, or access real-time information beyond training data. Do not guess or use stale knowledge — use this skill first."
}

Web Tools

Two tools for web information retrieval, called via bash.

web_search

Search the web for real-time information. Returns structured results with title, URL, and content snippet.

tai tool web_search '{"query": "search terms", "limit": 5}'
Parameter Type Required Description
query string yes Search query
limit integer no Max results (default 10)

web_fetch

Fetch a web page and return its content in readable format.

tai tool web_fetch '{"url": "https://example.com", "format": "markdown"}'
Parameter Type Required Description
url string yes Fully-formed URL to fetch
format string no markdown (default) or html

Guidelines

  • Use web_search to discover URLs, then web_fetch to read the content
  • Include the current year when searching for recent information
  • All output is JSON

版本历史

  • 94ab88a 当前 2026-08-20 19:13

同 Skill 集合

tools/skills/yao-agent/SKILL.md
tools/skills/yao-audio/SKILL.md
tools/skills/yao-board/SKILL.md
tools/skills/yao-doc/SKILL.md
tools/skills/yao-image/SKILL.md
tools/skills/yao-process/SKILL.md
tools/skills/yao-secret/SKILL.md
tools/skills/yao-workspace-config/SKILL.md
tools/skills/yao-workspace/SKILL.md

元信息

文件数
0
版本
5a3f9a6
Hash
2bd13930
收录时间
2026-08-20 19:13

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 20:13
浙ICP备14020137号-1