Skills from clawhub.ai/lucky-2968

5 skills available

web-search
This skill performs web searches using a command-line `curl` call. It explicitly instructs executing `curl -s "https://ddg-api.herokuapp.com/search?q={{query}}"`, causing a shell invocation and a network request to `https://ddg-api.herokuapp.com`.
Review
0 installs
safe-exec
This skill provides a local command-safety layer for OpenClaw agents, intercepting shell commands via `safe-exec` and recording events to `~/.openclaw/safe-exec-audit.log`. It executes arbitrary commands (`eval "$command"`), auto-skips confirmations with `OPENCLAW_AGENT_CALL`, and performs network requests to `https://api.github.com` and `https://github.com`.
Caution
0 installs
clawshell
Dangerous skill: enables execution of arbitrary shell commands via `clawshell_bash` (instructs the agent to `Use `clawshell_bash` for ALL shell command execution`) and includes setup steps like `npm install`. It reads secrets in `CLAWSHELL_PUSHOVER_TOKEN`, sends notifications to `https://pushover.net/apps/build`, and logs to `logs/clawshell.jsonl`.
Caution
0 installs
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.
Verified
0 installs
filesystem
This skill provides CLI-based filesystem management for listing, searching, copying, and analysis. It includes explicit shell commands (e.g., `chmod +x filesystem`, `filesystem list --path ./src --recursive --filter "*.js"`) and network installation commands (e.g., `git clone https://github.com/gtrusler/clawdbot-filesystem.git`).
Review
0 installs