Install and configure nginx as a basic web server with reverse proxy capabilities
When you need to set up a web server, reverse proxy, or load balancer for web applications.
sudo apt update (Ubuntu/Debian) or sudo yum update (CentOS/RHEL)sudo apt install nginx (Ubuntu/Debian) or sudo yum install nginx (CentOS/RHEL)sudo systemctl start nginx && sudo systemctl enable nginxsudo systemctl status nginxsudo ufw allow 'Nginx Full' (Ubuntu) or sudo firewall-cmd --permanent --add-service=http && sudo firewall-cmd --reload (CentOS)http://your-server-ipsudo nano /etc/nginx/nginx.confsudo nano /etc/nginx/sites-available/mysitesudo ln -s /etc/nginx/sites-available/mysite /etc/nginx/sites-enabled/sudo nginx -tsudo systemctl reload nginxsudo nginx -t returns "syntax is ok" and "test is successful"curl -I http://your-server-ip returns HTTP 200 statusSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
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.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer