web-search
Search the web for real-time information.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lucky-2968/search-1-0-0web-search
@command(web_search) Usage: web_search --query <query> Run: curl -s "https://ddg-api.herokuapp.com/search?q={{query}}"
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lucky-2968-search-1-0-0": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
clawshell
Human-in-the-loop security layer. Intercepts high-risk commands and requires push notification approval.
safe-exec
Safe command execution for OpenClaw Agents with automatic danger pattern detection, risk assessment, user approval workflow, and audit logging. Use when agents need to execute shell commands that may be dangerous (rm -rf, dd, fork bombs, system directory modifications) or require human oversight. Provides multi-level risk assessment (CRITICAL/HIGH/MEDIUM/LOW), in-session notifications, pending request management, and non-interactive environment support for agent automation.
filesystem
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
todo-management
Per-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups.