π¦ ClawHub
Web Search Instant 1.1.0
by @86293073
Web search using DuckDuckGo Instant Answer API (no API key required). Use when you need to search the web for information, definitions, calculations, convers...
π‘ Examples
# Basic search
cd /home/hxx/clawd/tools && ./web-search.sh "your query"Examples
./web-search.sh "what is artificial intelligence"
./web-search.sh "python programming"
./web-search.sh "define recursion"
./web-search.sh "2+2"
π Tips & Best Practices
1. Be specific - More specific queries get better instant answers
2. Try variations - If no results, rephrase your query
3. Use for facts - Definitions, calculations, quick lookups work best
4. Check URL - Always provides DuckDuckGo link for full search
5. Use appropriate format:
- Terminal output: --format text (colored, default)
- Documentation: --format markdown > file.md
- Logs/piping: --format plain or --no-color`
TERMINAL
clawhub install web-search-instant-1-1-0