vps-server-management
Manage authorized VPS hosts and server-side agents through cautious SSH and operations workflows.
npx skills add sickn33/agentic-awesome-skills --skill vps-server-management --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# VPS Server Management ## When to Use - Use when the user asks to operate an authorized VPS or agent running on a remote host. - Use when SSH, deployment, restart, status, or log inspection is needed with explicit permission. Source of truth: `library/infrastructure.md` (read it for the latest — IPs/expirations change). ## Servers (Hostinger VPS) — 3 total | Hostname | IP | OS | Purpose | Expires | |---|---|---|---|---| | openclaw-server | <IP> | Ubuntu 24.04 (Dokploy) | OpenClaw — personal instance | <expiry> | | n8n-server | <IP> | Ubuntu 24.04 (n8n) | All n8n workflow automations (primary) | <expiry> | | hermes-server | <IP> | Ubuntu 24.04 | Hermes Agent — Discord gateway (Vilnius, LT) | <expiry> | SSH as `root@<IP>`. ## Access levels (never share higher than needed) 1. **App login** — e.g. `app.example.hstgr.cloud`. Build/edit workflows, no server access. Safest to share. 2. **VPS SSH** — `root@<IP>`. Docker, files, system config. Trusted technical people only. 3. **Hostinger hPanel** — `hpanel.hostinger.com`. Billing, reboot, OS reinstall. Exposes SSH creds + browser terminal, so it grants server access too. The user only. ## Managing a VPS via an agent For multi-step or expl
- When to Use
- Servers (Hostinger VPS) — 3 total
- Access levels (never share higher than needed)
- Managing a VPS via an agent
- Agents on servers
- Hermes ops (on hermes-server)
- Limitations
hermes --version # shows version + commits behind hermes update # auto-snapshots, updates deps, rebuilds web UI, restarts gateway itself hermes gateway status|restart journalctl --user -u hermes-gateway --since '5 min ago' --no-pager # gateway logs (systemd USER service)
What does the vps-server-management skill do?
Manage authorized VPS hosts and server-side agents through cautious SSH and operations workflows.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill vps-server-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.