linux-service-triageDiagnoses 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.
Install via ClawdBot CLI:
clawdbot install kowl64/linux-service-triageGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses system directories or attempts privilege escalation
/var/log/Audited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
An online store's payment processing service fails after a deployment, causing transaction errors. The agent analyzes systemd logs to identify a missing dependency or permission issue on a critical directory, then provides commands to restore service with minimal downtime.
A software-as-a-service app becomes unreachable via its custom domain, returning 502 errors. The agent checks Nginx reverse proxy settings and DNS records to resolve upstream port mismatches or TLS certificate issues, ensuring secure external access.
A media streaming service experiences interruptions due to permission errors on newly added storage volumes. The agent reviews file permissions and systemd service configurations to safely adjust ownership and restart the service without data loss.
A fleet of IoT devices loses connectivity because the central management service crashes on reboot. The agent diagnoses PM2 process failures and systemd unit files to create a resilient service that survives system restarts and listens on the correct port.
A healthcare patient portal becomes inaccessible after a DNS change, causing login failures. The agent performs DNS sanity checks and verifies Nginx proxy configurations to ensure the domain correctly resolves and proxies to the internal application port.
Offer subscription-based server monitoring and maintenance for small to medium businesses. Use this skill to quickly diagnose and fix common Linux service issues, reducing client downtime and support costs through automated triage reports.
Provide on-demand expertise for companies deploying or scaling applications on Linux servers. Leverage this skill to troubleshoot service failures, optimize configurations, and train teams, billing by the hour or project for improved reliability.
Host and manage customer applications on cloud infrastructure. Integrate this skill into support workflows to autonomously handle common service issues like permission errors or proxy misconfigurations, enhancing uptime and reducing manual intervention.
💬 Integration Tip
Integrate this skill into chat-based support systems or monitoring dashboards to automatically generate triage reports from user-provided logs, ensuring quick diagnosis without requiring deep Linux expertise.
Scored Apr 16, 2026
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Kubernetes & OpenShift Platform Agent Swarm — A coordinated multi-agent system for cluster operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), G...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label b...
Run a single command on a remote Tailscale node via SSH without opening an interactive session.
Debug DNS resolution and network connectivity. Use when troubleshooting DNS failures, testing port connectivity, diagnosing firewall rules, inspecting HTTP requests with curl verbose mode, configuring /etc/hosts, or debugging proxy and certificate issues.