vps-manager

Manage Linux VPS operations via shell commands, Docker, and file handling.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Moisesjr20/gueclaw --skill vps-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vps-manager
Source: https://github.com/Moisesjr20/gueclaw/tree/main/.agents/skills/vps-manager
Command: npx skills add https://github.com/Moisesjr20/gueclaw --skill vps-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and automates common VPS administration tasks so users can inspect, maintain, and recover servers and containers without manual, error-prone SSH work.

Core Features & Use Cases

  • System Administration: run shell commands, manage services, inspect logs, and perform package updates.
  • Docker & Deployment: manage containers and images, view logs, run compose operations, and perform deploy rollouts.
  • File and Backup Management: read/write configuration files, create backups, and save user-facing artifacts to /opt/gueclaw-data/files.
  • Monitoring & Troubleshooting: check resource usage, diagnose failing services, and clean up disk and Docker resources.
  • Use Case: remotely restart a failed service, examine container logs, create a backup of web configuration, and save the report to the artifact repository for download.

Quick Start

Use the vps-manager skill to run a full health check, list Docker containers, and save a summary report to the repository.

Frequently Asked Questions about vps-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate VPS server management and monitoring without manual SSH commands?

VPS server management automation centralizes shell command execution, service control, and resource monitoring without manual SSH work. You can remotely inspect logs, run diagnostics, and recover services instantly through a unified interface.

Can I manage Docker containers and deployment rollouts on a Linux VPS?

Yes, you can manage the full Docker lifecycle on a Linux VPS including containers, images, logs, and compose operations. The system handles deployment rollouts, container restarts, and Docker resource cleanup directly.

What is the best way to perform VPS backups and save configuration files remotely?

The best way to perform VPS backups is by reading and writing configuration files directly through the management interface. Generated backups and reports are saved to a persistent artifact repository for later download and review.

How do I troubleshoot a failing service or clean up disk space on a VPS?

To troubleshoot failing services, run resource diagnostics, inspect service logs, and execute cleanup commands for disk and Docker resources. This identifies bottlenecks, removes unused containers, and recovers services automatically.

Does this approach to server administration work for Linux VPS and container hosts?

Yes, this approach applies directly to Linux VPS and container hosts. It supports system administration tasks like package updates, service management, and remote command execution specifically designed for Linux environments.

What are the limitations of automating VPS infrastructure tasks through a management interface?

Automating VPS infrastructure tasks requires the management interface to have proper access permissions for shell execution and Docker control. Complex custom network configurations or kernel-level debugging may still require direct manual intervention.