Agent Skills: Web Search Skill

Search the web for current information

UncategorizedID: boise-state-development/agentcore-public-stack/web-search

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Boise-State-Development/agentcore-public-stack/tree/HEAD/backend/src/agents/main_agent/skills/definitions/web-search

Skill Files

Browse the full folder contents for web-search.

Download Skill

Loading file tree…

backend/src/agents/main_agent/skills/definitions/web-search/SKILL.md

Skill Metadata

Name
web-search
Description
Search the web for current information

Web Search Skill

Use this skill to search the web for up-to-date information that may not be in your training data.

When to Use

  • User asks about current events or recent information
  • User needs real-time data (weather, stock prices, news)
  • User asks "what is the latest..." or "search for..."

Tools

| Tool | Purpose | |------|---------| | fetch_url_content | Fetch and extract content from a URL |

Usage Pattern

  1. Use fetch_url_content to retrieve content from a specific URL
  2. Summarize the relevant information for the user
  3. Cite the source URL in your response