linux-service-triage
Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy checks, and DNS sanity checks. Use when a server app is failing, unreachable, or misconfigured.
Why use this skill?
Diagnose and fix Linux service issues, Nginx configs, and systemd errors with the linux-service-triage skill for OpenClaw. Streamline your server troubleshooting.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kowl64/linux-service-triageWhat This Skill Does
The linux-service-triage skill is a specialized diagnostic utility designed to troubleshoot common deployment and runtime failures in Linux-based server environments. It acts as a bridge between raw system diagnostics—such as systemd unit logs, PM2 process lists, and Nginx reverse proxy configurations—and actionable remediation steps. By analyzing log files, process statuses, and filesystem permissions, the skill helps developers identify why an application might be crashing, unreachable, or suffering from configuration drifts. It is built to assist in the lifecycle management of web services, ensuring they are properly proxied, listening on the correct ports, and maintaining appropriate filesystem access rights.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/kowl64/linux-service-triage
Use Cases
This skill is ideal for DevOps engineers and developers who manage Linux applications. Use it when:
- An application returns a 502 Bad Gateway or 504 Gateway Timeout on your Nginx server.
- A service fails to start after a reboot and you need to debug the systemd unit file.
- An app cannot write to its storage directory due to permission misconfigurations (e.g., "Permission denied").
- You need to confirm that an application is actually binding to the expected network port before debugging network traffic.
- You are setting up a new service and want to ensure the configuration complies with standard Linux production best practices.
Example Prompts
- "My web app is returning a 502 error; here is the output of
systemctl status myappand the last 20 lines of the nginx error log. Can you analyze the root cause?" - "The service is failing with a 'Permission denied' error when trying to write to
/var/www/uploads. What is the safest way to correct the ownership and permissions?" - "I have a Node.js script that needs to stay running. Can you help me generate a systemd unit file and explain how to enable it so it starts on boot?"
Tips & Limitations
- Safety First: The skill operates in a read-only manner by default. It analyzes the diagnostic information you provide. It will never execute destructive commands without your explicit review and confirmation. Always prefer using
nginx -tto validate configuration syntax before applying reloads. - Scope: This tool is not intended for kernel-level debugging, memory dumping, or complex performance profiling. It focuses on the application layer and service-level management. Ensure you have the necessary sudo privileges if you request the skill to generate fix commands, as many service operations require administrative access.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kowl64-linux-service-triage": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
transport-investigation-acas-aligned-pack
Generates ACAS-aligned investigation invite wording, neutral question sets, and evidence logs. USE WHEN starting a driver incident investigation/interview.
drivers-hours-wtd-infringement-coach-uk
Creates a 1-page driver-facing tacho/WTD infringement note plus corrective actions and review date. USE WHEN you need to explain infringements and schedule follow-up.
incident-pcn-evidence-appeal-corrective-actions-uk
Builds incident/PCN evidence packs with timelines, appeal drafts, corrective actions, and follow-up monitoring. USE WHEN handling PCNs or incidents needing documentation.
cpc-mpqc-competence-tracker-compliance-uk
Plans CPC/MPQC competence tracking with reminders, evidence lists, and compliance reporting. USE WHEN maintaining training/certification readiness.
api-credentials-hygiene
Audits and hardens API credential handling (env vars, separation, rotation plan, least privilege, auditability). Use when integrating services or preparing production deployments where secrets must be managed safely.