web-search
⚠Review·Scanned 2/17/2026
This skill provides a web_search command to perform web searches. It instructs executing curl -s "https://ddg-api.herokuapp.com/search?q={{query}}", which causes outbound network requests and shell execution.
from clawhub.ai·ve23358b·271 B·0 installs
Scanned from 1.0.0 at e23358b · Transparency log ↗
$ vett add clawhub.ai/chamaka98/web-searchReview findings below
web-search
@command(web_search) Usage: web_search --query <query> Run: curl -s "https://ddg-api.herokuapp.com/search?q={{query}}"