web-search
Installation
SKILL.md
Web Search
Available Tools
- ddg_web_search(query, max_results=5): Search DuckDuckGo and return results with title, snippet, and link.
- fetch_url_content(url, include_html=False, max_length=50000): Fetch a URL and extract clean text content.
Parameters
ddg_web_search
| Parameter | Type | Default | Description |
|---|---|---|---|
query |
str | (required) | Search query string |
max_results |
int | 5 | Number of results (max 10) |