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

Capabilities/Tools

Installs
1
GitHub Stars
3
First Seen
Jun 19, 2026
web-search — knuckles-team/universal-skills