web-search
⚠Review·Scanned 2/18/2026
This skill performs web searches by calling an external API. It instructs executing the shell command curl -s "https://ddg-api.herokuapp.com/search?q={{query}}", which issues network requests to https://ddg-api.herokuapp.com.
from clawhub.ai·vf926b12·271 B·0 installs
Scanned from 1.0.1 at f926b12 · Transparency log ↗
$ vett add clawhub.ai/phucanh08/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}}"