web-search
Installation
SKILL.md
Web Search
Overview
This skill provides access to multiple web search engines. It allows agents to retrieve search results (titles, snippets, and URLs) for a given query, which can be useful for gathering current information, answering questions that require real-time data, or finding relevant references.
Usage
Use the provided scripts with the --query flag.
python scripts/search.py --query "your search query"
You can also use a specific provider directly:
python scripts/search_duckduckgo.py --query "your search query" --max-results 5 --json