AI agent skill for Linux server management — deploy websites, Node/Java/Python/PHP services, Docker, SSL, WAF, databases, monitoring, logs, users via SSH. Works with Cursor, Claude Code, OpenClaw.
# Linux Server Ops — AI Agent Skill **Language / 语言**: English | [简体中文](README.zh.md) --- An AI agent skill that turns your coding assistant into a full-featured Linux server management panel — like BaoTa / 1Panel, but driven entirely by AI over SSH. ## What It Does | Category | Capabilities | |----------|-------------| | **Deploy** | Static sites, Node.js (PM2), Java (systemd), Python (Gunicorn/Uvicorn), Go (systemd), PHP (FPM), Docker Compose | | **Domain & SSL** | Nginx vhost generation, Let's Encrypt auto-issue & auto-renew, wildcard certs | | **Databases** | MySQL/MariaDB, PostgreSQL, Redis, MongoDB — create, manage, backup | | **Docker** | Containers, Compose stacks, registry, image management | | **WAF & Firewall** | ModSecurity + OWASP CRS, Nginx rate limiting, IP blocklist, fail2ban, UFW/firewalld | | **Monitoring** | System metrics, PM2/systemd health, SSL expiry, uptime watchdog, alerts | | **Logs** | Real-time viewing, search by time/level/keyword, logrotate, GoAccess, Loki | | **Files** | Browse, edit, permissions, compress/extract, rsync transfer | | **Users** | Linux users, sudo rules, SSH keys, SFTP chroot accounts | | **Cron** | View, add, debug scheduled tasks + systemd timers | | **Security** | SSH hardening, kernel tuning, auditd, intrusion detection, backup | | **Multi-server** | Manage any number of servers; local workspace context for instant session resumption | ### Zero-Token-Waste Session Memory The skill maintains two layers of context: - **Server-side** `/etc/server-index.json` — auto-generated by `generate-index.sh`, contains every deployed service, database, Docker container, SSL cert, user, open port, WAF status, and more. - **Local workspace** `.server/snapshots/<server-id>.json` — pulled via `sync-context.sh`. In any new AI session, the agent reads this file instantly and already knows your entire server environment without asking. --- ## Supported Distros | Distro | Package Manager | Nginx Config | Init System | |--------
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.