server-maintainer

Dispatch SSH and Baota panel maintenance operations from server inventory records.

46|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/sunyonghuan/Netor.Madorin --skill server-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-maintainer
Source: https://github.com/sunyonghuan/Netor.Madorin/tree/main/skills/server-maintainer
Command: npx skills add https://github.com/sunyonghuan/Netor.Madorin --skill server-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Server-maintainer centralizes repetitive Linux server and Baota panel work so you do not have to manually track inventory, connect to hosts, and stitch together status checks, transfers, and maintenance actions.

Core Features & Use Cases

  • Inventory-driven operations: Reads server records, validates SSH key paths, and routes work to the right maintenance flow.
  • OS and panel workflows: Handles health checks, logs, cleanup, service management, Baota site operations, and panel tasks across multiple servers.
  • Reporting and file movement: Generates monitoring reports and supports upload/download workflows for routine ops and incident response.

Quick Start

Ask the skill to check all registered servers, confirm SSH key readiness, and generate a maintenance report for the current inventory.

Frequently Asked Questions about server-maintainer

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

FAQPage Schema
How do I run server maintenance across multiple Linux hosts from one place?

Multi-server maintenance is centralized by reading validated inventory records and dispatching SSH operations. It routes health checks, log reviews, and cleanup workflows to target servers using existing SSH key paths.

Can I use PowerShell scripts to manage Baota panel operations across servers?

Yes, you can manage Baota panel operations using PowerShell-based scripts. The workflow routes panel tasks safely between OS commands and Baota site operations, returning structured JSON output for reliable parsing.

What is the best way to generate monitoring reports for a server fleet?

Generating monitoring reports for a server fleet is handled by aggregating health checks and log reviews into structured JSON output. The skill validates the server inventory and compiles status data into a comprehensive maintenance report.

Do I need to configure SSH key paths before running file transfer tasks?

Yes, validated SSH key paths are required before executing file transfer tasks. The inventory-driven workflow verifies authentication readiness to safely route upload and download operations between registered servers.

How does inventory-driven server maintenance handle errors during service management?

Inventory-driven server maintenance handles errors during service management by implementing structured error handling within its PowerShell scripts. It safely routes tasks and returns JSON output to identify failures across the server fleet.