Skills from clawhub.ai/phucanh08
5 skills available
web-search
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`.
0 installs
codex-cli
Use OpenAI Codex CLI for coding tasks. Triggers: codex, code review, fix CI, refactor code, implement feature, coding agent, gpt-5-codex. Enables Clawdbot to delegate coding work to Codex CLI as a subagent or direct tool.
0 installs
searxng
Privacy-respecting metasearch using your local SearXNG instance. Search the web, images, news, and more without external API dependencies.
0 installs
multi-search-engine
The skill integrates 17 search engines and supplies code samples that call `web_fetch` against external endpoints such as `https://www.google.com/search?q={keyword}` and `https://duckduckgo.com/html/?q={keyword}`. It therefore instructs outbound network requests to external search domains; no instructions to access local secrets, execute shell commands, or store credentials were found.
0 installs
google-search
This skill provides Google-powered web and image search using Gemini grounding and the Custom Search API. It requires `GOOGLE_API_KEY` (and related env vars), runs local install/CLI commands (`bash skills/google-search/install.sh`, `python3 skills/google-search/lib/google_search.py`) and calls `https://www.googleapis.com/customsearch/v1?`.
0 installs