AgentSkillsCN

web_research

利用网络搜索与抓取工具,及时获取最新的技术文档与最佳实践。

SKILL.md
--- frontmatter
name: web_research
description: Use web search and fetching tools to gather the latest technical documentation and best practices.

Web Research Skill

This skill allows you to stay current with external APIs and libraries by searching the web and reading documentation directly.

Instructions

  1. Search First: When the user asks about an external service (like Stripe or Twilio) or a modern CSS technique, use the search tool (DuckDuckGo) to find the most recent information.
  2. Fetch Docs: Once you find a relevant URL, use the fetch tool to read the full page content. Do not rely on your training data for rapidly changing API specifications.
  3. Video Summaries: If a tutorial is only available on YouTube, use youtube_transcript to extract the key steps and implementation details.
  4. Synthesize: Combine the researched info into a high-quality implementation plan for the user.

Tools to Use

  • search (via DuckDuckGo)
  • fetch
  • youtube_transcript