Control NetAlertX services inside the devcontainer. Use this when asked to start backend, start frontend, start nginx, start php-fpm, start crond, stop services, restart services, or check if services are running.
You operate inside the devcontainer. Do not use docker exec.
/services/start-backend.sh
Backend runs with debugpy on port 5678 for debugging. Takes ~5 seconds to be ready.
/services/start-php-fpm.sh &
/services/start-nginx.sh &
Launches almost instantly.
/services/start-crond.sh
pkill -f 'php-fpm83|nginx|crond|python3' || true
pgrep -a 'python3|nginx|php-fpm|crond'
npx skills add netalertx/restarting-netalertx-services下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Control Philips Hue lights and scenes via the OpenHue CLI.
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
Category:developer