0
0
# Install this skill:
npx skills add randerzander/skill-agent --skill "web"

Install specific skill from multi-skill repository

# Description

Tools for web search and reading URLs. Use to find info online that answer questions.

# SKILL.md


name: web
description: Tools for web search and reading URLs. Use to find info online that answer questions.


Web Skill

Use this skill to use web search engines and read web pages to find information online.

Workflow

  1. Check search engines for pages answering the current subquestion/task with search(query: str)
  2. Load relevant web pages using read_url(url: str)
  3. Keep searching and loading result URLs until you have enough info to answer the task
  4. Use global complete_task tool with the result when the task is done
  5. Use global skill_switch with skill_name='answer' to prepare a final answer when all tasks are complete

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.