contabo-skill

Automate project deployment to Contabo VPS via SSH and docker-compose.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/almazom/agents_slash_skills --skill contabo-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contabo-skill
Source: https://github.com/almazom/agents_slash_skills/tree/main/contabo-skill
Command: npx skills add https://github.com/almazom/agents_slash_skills --skill contabo-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy and manage projects on Contabo VPS: minimize manual setup, ensure reproducible deployments, and simplify lifecycle management.

Core Features & Use Cases

  • Remote deployment workflow: pack locally, transfer to Contabo, unpack, and start services via docker compose.
  • Health checks and diagnostics: verify service readiness, inspect logs, and monitor disk usage to maintain uptime.
  • Access and constraints awareness: document SSH access details and port constraints to plan secure operations.

Quick Start

Pack your project locally, transfer it to the Contabo VPS, unpack it, and start the services, then verify health at the provided endpoint.

Frequently Asked Questions about contabo-skill

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

FAQPage Schema
How do I deploy a docker-compose project to a Contabo VPS?

To deploy a docker-compose project to a Contabo VPS, the workflow packs your application locally, transfers it via SSH, unpacks it remotely, and starts services using docker compose. This minimizes manual setup and ensures reproducible deployments.

What is the best way to manage remote applications on a Contabo VPS?

The best way to manage remote applications on a Contabo VPS is to automate the lifecycle from local packaging to remote service initiation. This includes transferring files via SSH, starting environments with docker compose, and verifying uptime.

Do I need SSH access and Docker installed to deploy on Contabo?

Yes, you need SSH access and Docker installed to deploy on Contabo. This deployment workflow requires remote access credentials and Docker Compose on the host to transfer packages, unpack them, and initiate services successfully.

How do I verify service readiness after a remote deployment?

To verify service readiness after a remote deployment, the workflow checks accessible health-check endpoints. It also inspects container logs and monitors disk usage to confirm successful startup and maintain uptime for your applications.

Can I automate local packaging and transfer for VPS deployment?

Yes, you can automate local packaging and transfer for VPS deployment. The workflow coordinates packing your project locally, transferring it to the Contabo VPS via SSH, unpacking it, and starting services with docker compose automatically.

Why does my Contabo deployment require accessible health-check endpoints?

Your Contabo deployment requires accessible health-check endpoints to confirm successful service startup. Verifying these endpoints ensures the docker compose services are fully operational and ready to receive traffic after the remote transfer and unpacking.