Web search using DuckDuckGo Instant Answer API (no API key required). Use when you need to search the web for information, definitions, calculations, conversions, or quick facts. Also use when user mentions "search", "look up", "find information", "what is", "how to", or "google something". The skill provides instant answers, definitions, abstracts, and related topics without requiring external API credentials.
Security Analysis
Latest Release
v1.1.0
# Web Search Instant - v1.1.0 ## New Features - Added `--format` option for output formats (text, markdown, plain) - Added `--no-color` option to disable colored output - Added `--max-related` option to control number of related topics - Added `--quiet` option for minimal output (no headers/footer) - Improved `--help` with comprehensive usage documentation - Updated SKILL.md with new options and usage examples - Created new test suite (test-new-features.sh) for validation ## Changes - Markdown output uses `##` headers, `**bold**`, `-` bullets, and `[links]()` - Plain/text formats preserve colored ANSI output by default - All options work independently and in combination - Output to file supported via shell redirection ## Testing All 12 feature tests passing: - ✅ --help flag - ✅ --format markdown - ✅ --format plain - ✅ --no-color - ✅ --max-related 2 - ✅ --max-related 10 - ✅ --quiet - ✅ Combined options (--format markdown --no-color) - ✅ Combined options (--quiet --max-related 3) - ✅ Output to file - ✅ Invalid format validation - ✅ Default format (text with colors)
More by @web
Published by @web on ClawHub