Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy checks, and DNS sanity checks.
TRIGGERS: Show me why this service is failing using logs, then give the exact fix commands. Restart this app cleanly and confirm it is listening on the right port. Fix the permissions on this folder so the service can read and write safely. Set up Nginx reverse proxy for this port and verify DNS and TLS are sane. Create a systemd service for this script and make it survive reboots. DO NOT USE WHEN⦠You need kernel debugging or deep performance profiling. You want to exploit systems or bypass access controls.
REQUIRED: Service type: systemd unit name or PM2 process name. Observed symptom: error message, status output, or logs (pasted by user). OPTIONAL: Nginx config snippet, domain name, expected upstream port. Filesystem paths used by the service. EXAMPLES: systemctl status myapp output + journalctl excerpt Nginx server block + domain + upstream port
Default: triage report (likely cause, evidence from logs, minimal fix plan). If explicitly requested and safe: exact shell commands to apply the fix. Success = service runs, listens on expected port, and reverse proxy/DNS path is correct.
Confirm scope and safety: identify service name and whether changes are permitted. Gather evidence: status output + recent logs (see references/triage-commands.md). Classify failure: config error, dependency missing, permission denied, port conflict, upstream unreachable, DNS mismatch. Propose minimal fix + verification steps. Validate network path (if web service): app listens β Nginx proxies β DNS resolves β (TLS sanity if applicable). Provide restart/reload plan and confirm health checks. STOP AND ASK THE USER if: logs/status output are missing, actions require privileged access not confirmed, TLS/cert management is required but setup is unknown.
Read-only by default: diagnose from provided outputs; do not assume you can run commands. Avoid destructive changes; require explicit confirmation for anything risky. Prefer nginx -t before reload and verify ports with ss.
Input: βjournal shows permission denied on /var/app/uploads.β Output: path permission analysis + safe chown/chmod plan + verification. Input: βApp works locally but domain returns 502.β Output: upstream port checks + nginx error log interpretation + proxy_pass fix plan.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.