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 19, 2026
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Monitora o estado, saúde, logs recentes e uso de CPU/memória dos containers N8N via comandos Docker.
Automate deployments, manage infrastructure, and build reliable CI/CD pipelines.
Parse, search, and analyze application logs across formats. Use when debugging from log files, setting up structured logging, analyzing error patterns, correlating events across services, parsing stack traces, or monitoring log output in real time.
Use the Netlify CLI (netlify) to create/link Netlify sites and set up CI/CD (continuous deployment) from GitHub, especially for monorepos (multiple sites in one repo like Hugo sites under sites/<domain>). Use when Avery asks to deploy a new site, connect a repo to Netlify, configure build/publish settings, set environment variables, enable deploy previews, or automate Netlify site creation.