What problem does it solve? During incident investigation, agents often need external information — cloud provider status pages, CVE details, documentation, changelogs — but lack a safe, controlled way to reach the open internet. This Skill provides web search and URL fetching with built-in security guardrails so investigations can incorporate external evidence without exposing internal networks. ## Core Features & Use Cases - Web Search: Query DuckDuckGo and receive titles, URLs, and snippets, then chain promising results into fetches for deeper reading. - Secure URL Fetching: Retrieve public HTTP/HTTPS pages with private-IP blocking, GET/HEAD-only methods, 30s timeouts, and 1MB response limits. - Use Case: When multiple EKS nodes show the same symptoms, search for the error message, fetch the AWS health status page to rule out a provider outage, and pull CVE details from the NVD API to cross-reference security findings. ## Quick Start Activate the web-research skill and search for the error message you are investigating, then fetch the most relevant result URL for details.