sysadmin

Manage services, diagnose performance, and harden security on Linux, macOS, and Windows.

30|7|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/rfdiosuao/openfang-cn --skill sysadmin-rfdiosuao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sysadmin
Source: https://github.com/rfdiosuao/openfang-cn/tree/main/crates/openfang-skills/bundled/sysadmin
Command: npx skills add https://github.com/rfdiosuao/openfang-cn --skill sysadmin-rfdiosuao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to manage, troubleshoot, and secure their server infrastructure across various operating systems, ensuring smooth and reliable operations.

Core Features & Use Cases

  • System Diagnostics: Quickly identify and resolve issues related to CPU, memory, disk, and network performance.
  • Service Management: Start, stop, restart, and monitor system services efficiently.
  • Security Hardening: Implement best practices to protect systems from vulnerabilities and attacks.
  • Use Case: A user's web server is experiencing high CPU usage. They can use this Skill to diagnose the cause, identify the offending process, and restart the web service if necessary.

Quick Start

Use the sysadmin skill to check the status of the 'nginx' service on a Linux system.

Frequently Asked Questions about sysadmin

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

FAQPage Schema
How do I diagnose high CPU usage on a Linux web server?

To diagnose high CPU usage on a Linux web server, perform system diagnostics to identify offending processes and check service status using systemd. You can then restart the problematic web service to restore normal performance.

What is the best way to manage system services across different operating systems?

Managing system services across operating systems requires OS-specific service management tools like systemd for Linux and launchd for macOS. You can start, stop, restart, and monitor services efficiently using these native utilities.

How do I implement security hardening for server infrastructure?

Implement security hardening for server infrastructure by applying best practices to protect systems from vulnerabilities and attacks. This involves configuring OS-specific security measures across Linux, macOS, and Windows environments.

Can I troubleshoot network and disk performance issues on macOS and Windows?

Yes, you can troubleshoot network and disk performance issues on macOS and Windows. The system diagnostics capabilities quickly identify and resolve resource bottlenecks across CPU, memory, disk, and network components.

Why does my systemd service fail to start after a configuration change?

A systemd service failing to start requires system diagnostics to check service status and logs for errors. Troubleshooting involves identifying the configuration issue and restarting the service correctly.

Do I need to know OS-specific commands to perform system administration tasks?

Yes, performing system administration tasks requires an understanding of OS-specific commands and service management tools like systemd and launchd to effectively manage, diagnose, and secure your infrastructure.