server-services

Install, update, remove, and restore community server services with approved recipes.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/coolabnet/mesha --skill server-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-services
Source: https://github.com/coolabnet/mesha/tree/main/skills/server-services
Command: npx skills add https://github.com/coolabnet/mesha --skill server-services

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to install, manage, and monitor local services on community servers with safety gates, reducing the risk of errors and ensuring all changes are approved and documented.

Core Features & Use Cases

  • Service Installation and Management: Install, update, remove, and restore community server services using approved recipes and validation checks.
  • Service Catalog: Only services in the approved catalog may be installed, ensuring consistency and security.
  • Safety Gates: All operations require a written plan and explicit maintainer approval before execution.
  • Monitoring: Validate service health, offline behavior, and backup configurations post-installation.
  • Documentation: Log all actions and maintain a complete service inventory.

Quick Start

Use the server-services skill to install a new service on the server. Run the following command:

install-service --service <service-name> --plan <plan-file> --approve

Frequently Asked Questions about server-services

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

FAQPage Schema
How do I safely install and manage community server services?

Safely manage community server services by installing, updating, or removing them through approved recipes and safety gates that require a written plan and explicit maintainer approval before execution.

What are safety gates in server service management?

Safety gates require a written plan and explicit maintainer approval before installing, updating, or removing server services, ensuring all operations are validated and documented to reduce the risk of errors.

Can I install any service on a community server using this framework?

You can only install services listed in the approved service catalog. This ensures consistency and security by preventing the installation of unapproved or unvalidated services on community servers.

Do I need Docker to manage server services with safety gates?

Yes, Docker is required to manage community server services with this framework. You also need access to the service catalog and server inventory to validate and execute approved service recipes.

How do I validate service health and offline behavior after installation?

Validate service health and offline behavior by running post-installation monitoring checks provided by the framework, which also verifies backup configurations and maintains detailed action logs.

What's the best way to document server service installations and updates?

Document server service installations and updates by relying on the framework's built-in logging, which automatically records all actions and maintains a complete service inventory for community servers.