AgentSkillsCN

webjs

利用内置的web_search和web_fetch工具(无需浏览器自动化),高效抓取并提取网页内容。

SKILL.md
--- frontmatter
name: webjs
description: Fetch and extract web content using the built-in web_search and web_fetch tools (no browser automation).
metadata: {"nanobot":{"emoji":"🕸️"}}

WebJS

Use this skill when you need to search the web or fetch a URL and extract readable text. This skill uses the built-in tools:

  • web_search for discovery
  • web_fetch for fetching and extracting content

Quick start

  1. Search for relevant sources:
    • web_search with a precise query.
  2. Fetch the best source:
    • web_fetch with the URL.
  3. Extract and summarize the key facts.

Tips

  • Use web_search first when you don't have a specific URL.
  • Use web_fetch directly when the user provides a URL.
  • Prefer authoritative domains for factual answers.