Server

Configure, deploy, and troubleshoot web servers, application servers, and containerized services.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Server" with this command: npx skills add ivangdavila/server

Scope

This skill covers the software layer — what runs inside a machine. For infrastructure (provisioning VMs, SSH hardening, firewalls, backups), use the vps skill.

When to Use

  • Configuring nginx, Caddy, or Apache
  • Deploying Node.js, Python, Go, or other apps
  • Docker and Docker Compose setups
  • SSL/TLS certificates with Let's Encrypt
  • Reverse proxy and load balancing
  • Process management (pm2, systemd services)
  • Troubleshooting port conflicts, CORS, connection errors
  • Self-hosting (Plex, Nextcloud, game servers)
  • Local development servers (Vite, webpack-dev-server)

Common Pitfalls

  • Port already in use — Check with lsof -i :PORT or ss -tlnp | grep PORT, kill stale processes
  • CORS in development — Proxy through your dev server or configure backend headers, don't disable in production
  • SSL certificate issues — Certbot needs port 80/443 open, use --standalone or --webroot mode appropriately
  • nginx config not loading — Always run nginx -t before systemctl reload nginx
  • Docker container can't reach host — Use host.docker.internal (Docker Desktop) or 172.17.0.1 (Linux)
  • Process dies after SSH disconnect — Use systemd, pm2, or run inside tmux/screen
  • Wrong permissions on mounted volumes — Match container user UID with host file ownership

Patterns by Use Case

Use CaseRecommended Stack
Static siteCaddy (auto-SSL, zero config)
Node.js appPM2 + nginx reverse proxy
Python (Django/FastAPI)Gunicorn + nginx
Multiple servicesDocker Compose + Traefik
Game serverDedicated container + port mapping

For framework-specific configs, see configs.md. For Docker Compose patterns, see docker.md.

Debugging Checklist

  1. Is the process running? systemctl status or docker ps
  2. Is it listening? ss -tlnp | grep PORT
  3. Can you reach it locally? curl localhost:PORT
  4. Firewall blocking? Check ufw status or cloud security groups
  5. Reverse proxy misconfigured? Check nginx logs: /var/log/nginx/error.log
  6. DNS pointing correctly? dig domain.com or nslookup

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gpt Image2 Zh

使用 GPT Image 2(OpenAI gpt-image-2)生成高质量图片。由虾聊(ClawdChat)提供支持。当用户要求创建、生成、绘制图片,或提到 GPT 画图、gpt-image-2、OpenAI 生图,或需要精确文字渲染(海报/信息图/菜单字)、多元素指令跟随、图生图保人保物,或使用吉卜力/Pi...

Registry SourceRecently Updated
General

Sendbl

Create sendbl file-exchange links — request files from someone, send a file, check link status, list files in a link, or delete a link. Use when the user wan...

Registry SourceRecently Updated
General

商家GEO推手

中小商家免费GEO优化助手。当商家老板需要以下场景时触发: - 发布企业宣传信息到自媒体平台 - 生成符合SEO/GEO优化的文章内容 - 管理企业在抖音、小红书、知乎、百家号、头条号、搜狐号、网易号、快手等平台的品牌内容 - 上传营业执照、门头照片等产品资料自动生成宣传文案 - 客户案例包装和企业口碑内容创作...

Registry SourceRecently Updated
General

小龙虾备忘录

小龙虾备忘录 — 记录即时想法,让 AI 更好辅助创作

Registry SourceRecently Updated