AgentSkillsCN

web

安全地搜索并抓取网页。

SKILL.md
--- frontmatter
name: web
description: Search and fetch web pages safely.

Web

Use the web_search and web_fetch tools to gather external information.

Guidelines:

  • Search first, then fetch only the most relevant pages.
  • Respect rate limits and keep results concise.
  • Validate URLs before fetching.

Example:

code
web_search(query="Rust async best practices", count=5)
web_fetch(url="https://example.com/post", extractMode="markdown")