Service Management

Monitor and control platform service processes via systemprompt CLI commands.

24|4|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/systempromptio/systemprompt-template --skill service-management-systempromptio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Service Management
Source: https://github.com/systempromptio/systemprompt-template/tree/main/storage/files/plugins/systemprompt-admin/skills/systemprompt-admin-services
Command: npx skills add https://github.com/systempromptio/systemprompt-template --skill service-management-systempromptio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Service Management skill unit helps streamline the management of platform services, including starting, stopping, and health-checking services, thereby minimizing downtime and ensuring a seamless operation of the system.

Core Features & Use Cases

  • Service Status Check: Monitor the health and status of services to proactively manage the infrastructure.
  • Starting and Stopping Services: Execute start, stop, and restart commands for various services like API servers, agents, and MCP servers.
  • Service Management Tasks: Includes process cleanup to ensure no orphaned processes affect system performance.
  • Use Case: For instance, if a service crashes, you can use this skill to restart it and ensure continuous service availability.

Quick Start

Execute systemprompt infra services start --failed to automatically restart failed services and ensure system stability.

Frequently Asked Questions about Service Management

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

FAQPage Schema
How do I monitor platform service health and check operational status?

To monitor platform service health, this Skill executes status checks and tracks the operational state of infrastructure processes using systemprompt CLI commands. It proactively manages service availability and identifies issues affecting system performance.

What is the best way to automate service restarts for failed infrastructure processes?

Automating service restarts for failed processes is handled by executing `systemprompt infra services start --failed` via the systemprompt CLI. This command automatically detects and restarts failed services to ensure continuous system stability and availability.

Do I need systemprompt CLI to manage service availability and control infrastructure?

Yes, systemprompt CLI is required to manage service availability and control infrastructure. The Skill relies on CLI commands and infrastructure configuration to execute start, stop, and restart operations for platform services.

How do I clean up orphaned processes affecting system performance?

To clean up orphaned processes affecting system performance, the Skill includes dedicated service management tasks for process cleanup. This ensures that no orphaned processes interfere with the operational health of your platform infrastructure.

Can I start and stop API servers and agents using infrastructure automation?

Yes, you can start, stop, and restart API servers, agents, and MCP servers using infrastructure automation commands. The Skill directly executes these commands through the systemprompt CLI to control your platform services.