← All skills
Tencent SkillHub Β· Developer Tools

Linux & service basics

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/triage-commands.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

PURPOSE

Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy checks, and DNS sanity checks.

WHEN TO USE

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.

INPUTS

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

OUTPUTS

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.

WORKFLOW

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.

OUTPUT FORMAT

  • TRIAGE REPORT
  • Symptom:
  • Evidence (what you provided):
  • Most likely cause:
  • Fix plan (minimal steps):
  • Exact commands (ONLY if user approved changes):
  • Verification:
  • Rollback:

SAFETY & EDGE CASES

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.

EXAMPLES

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/triage-commands.md Docs