Web Skill
Use this skill to use web search engines and read web pages to find information online.
Workflow
- •Check search engines for pages answering the current subquestion/task with
search(query: str) - •Load relevant web pages using
read_url(url: str) - •Keep searching and loading result URLs until you have enough info to answer the task
- •Use global
complete_tasktool with the result when the task is done - •Use global
skill_switchwith skill_name='answer' to prepare a final answer when all tasks are complete