Web Research Skill
This skill allows you to stay current with external APIs and libraries by searching the web and reading documentation directly.
Instructions
- •Search First: When the user asks about an external service (like Stripe or Twilio) or a modern CSS technique, use the
searchtool (DuckDuckGo) to find the most recent information. - •Fetch Docs: Once you find a relevant URL, use the
fetchtool to read the full page content. Do not rely on your training data for rapidly changing API specifications. - •Video Summaries: If a tutorial is only available on YouTube, use
youtube_transcriptto extract the key steps and implementation details. - •Synthesize: Combine the researched info into a high-quality implementation plan for the user.
Tools to Use
- •
search(via DuckDuckGo) - •
fetch - •
youtube_transcript