Communityv1.1.0

Web Search Instant

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.

2.6kdownloads5stars5active installshahahxx
View on ClawHubBack to Skills

Skill Details

Slug
web-search-instant
Latest Version
1.1.0
Author
hahahxx
Published
Feb 2, 2026
Updated
May 11, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Web Search Instant.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — 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)