{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sysadmin-toolbox",
    "name": "Sysadmin Toolbox",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jdrhyne/sysadmin-toolbox",
    "canonicalUrl": "https://clawhub.ai/jdrhyne/sysadmin-toolbox",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sysadmin-toolbox",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sysadmin-toolbox",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/cli-tools.md",
      "references/security-tools.md",
      "references/shell-oneliners.md",
      "references/shell-tricks.md",
      "references/web-tools.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "sysadmin-toolbox",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T16:15:11.083Z",
      "expiresAt": "2026-05-16T16:15:11.083Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sysadmin-toolbox",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sysadmin-toolbox",
        "contentDisposition": "attachment; filename=\"sysadmin-toolbox-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "sysadmin-toolbox"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sysadmin-toolbox"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/sysadmin-toolbox",
    "agentPageUrl": "https://openagent3.xyz/skills/sysadmin-toolbox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sysadmin-toolbox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sysadmin-toolbox/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Sysadmin Toolbox",
        "body": "Curated tool recommendations and practical shell one-liners for operational work."
      },
      {
        "title": "When to Auto-Consult",
        "body": "Load relevant references when user is:\n\nDebugging network connectivity, ports, traffic\nTroubleshooting DNS or SSL/TLS\nAnalyzing processes, memory, disk usage\nWorking with logs or system diagnostics\nWriting shell scripts or one-liners\nAsking \"what's a good tool for...\"\nDoing security audits or pentesting\nWorking with containers/Docker/K8s"
      },
      {
        "title": "Reference Files",
        "body": "FileUse Whenreferences/shell-oneliners.mdNeed practical commands for: terminal, networking, SSL, curl, ssh, tcpdump, git, awk, sed, grep, findreferences/cli-tools.mdRecommending CLI tools: shells, file managers, network utils, databases, security toolsreferences/web-tools.mdWeb-based tools: SSL checkers, DNS lookup, performance testing, OSINT, scannersreferences/security-tools.mdPentesting, vulnerability scanning, exploit databases, CTF resourcesreferences/shell-tricks.mdShell scripting patterns and tricks"
      },
      {
        "title": "Network Debugging",
        "body": "mtr - traceroute + ping combined\ntcpdump / tshark - packet capture\nnetstat / ss - connection monitoring\nnmap - port scanning\ncurl / httpie - HTTP testing"
      },
      {
        "title": "DNS",
        "body": "dig / host - DNS queries\ndnsdiag - DNS diagnostics\nsubfinder / amass - subdomain enumeration"
      },
      {
        "title": "SSL/TLS",
        "body": "openssl - certificate inspection\ntestssl.sh - TLS testing\nsslyze - SSL scanning\ncertbot - Let's Encrypt"
      },
      {
        "title": "Process/System",
        "body": "htop / btop - process monitoring\nstrace / ltrace - syscall/library tracing\nlsof - open files/connections\nncdu - disk usage"
      },
      {
        "title": "Log Analysis",
        "body": "lnav - log navigator\nGoAccess - web log analyzer\nangle-grinder - log slicing"
      },
      {
        "title": "Containers",
        "body": "dive - Docker image analysis\nctop - container top\nlazydocker - Docker TUI"
      },
      {
        "title": "Keeping Current",
        "body": "References auto-refresh weekly (Sundays 5am ET) from the upstream repo:\n\n~/clawd-duke-leto/skills/sysadmin-toolbox/scripts/refresh.sh\n\nManual refresh anytime:\n\n./scripts/refresh.sh [skill-dir]"
      },
      {
        "title": "Example Queries → Actions",
        "body": "\"Why is this port not responding?\"\n→ Load shell-oneliners.md, search for netstat/ss/lsof commands\n\n\"What's a good tool for testing SSL?\"\n→ Load cli-tools.md SSL section, recommend testssl.sh or sslyze\n\n\"Show me how to find large files\"\n→ Load shell-oneliners.md, search for find/ncdu/du commands\n\n\"I need to debug DNS resolution\"\n→ Load shell-oneliners.md dig section + recommend dnsdiag from cli-tools.md"
      }
    ],
    "body": "Sysadmin Toolbox\n\nCurated tool recommendations and practical shell one-liners for operational work.\n\nWhen to Auto-Consult\n\nLoad relevant references when user is:\n\nDebugging network connectivity, ports, traffic\nTroubleshooting DNS or SSL/TLS\nAnalyzing processes, memory, disk usage\nWorking with logs or system diagnostics\nWriting shell scripts or one-liners\nAsking \"what's a good tool for...\"\nDoing security audits or pentesting\nWorking with containers/Docker/K8s\nReference Files\nFile\tUse When\nreferences/shell-oneliners.md\tNeed practical commands for: terminal, networking, SSL, curl, ssh, tcpdump, git, awk, sed, grep, find\nreferences/cli-tools.md\tRecommending CLI tools: shells, file managers, network utils, databases, security tools\nreferences/web-tools.md\tWeb-based tools: SSL checkers, DNS lookup, performance testing, OSINT, scanners\nreferences/security-tools.md\tPentesting, vulnerability scanning, exploit databases, CTF resources\nreferences/shell-tricks.md\tShell scripting patterns and tricks\nQuick Tool Index\nNetwork Debugging\nmtr - traceroute + ping combined\ntcpdump / tshark - packet capture\nnetstat / ss - connection monitoring\nnmap - port scanning\ncurl / httpie - HTTP testing\nDNS\ndig / host - DNS queries\ndnsdiag - DNS diagnostics\nsubfinder / amass - subdomain enumeration\nSSL/TLS\nopenssl - certificate inspection\ntestssl.sh - TLS testing\nsslyze - SSL scanning\ncertbot - Let's Encrypt\nProcess/System\nhtop / btop - process monitoring\nstrace / ltrace - syscall/library tracing\nlsof - open files/connections\nncdu - disk usage\nLog Analysis\nlnav - log navigator\nGoAccess - web log analyzer\nangle-grinder - log slicing\nContainers\ndive - Docker image analysis\nctop - container top\nlazydocker - Docker TUI\nKeeping Current\n\nReferences auto-refresh weekly (Sundays 5am ET) from the upstream repo:\n\n~/clawd-duke-leto/skills/sysadmin-toolbox/scripts/refresh.sh\n\n\nManual refresh anytime:\n\n./scripts/refresh.sh [skill-dir]\n\nExample Queries → Actions\n\n\"Why is this port not responding?\" → Load shell-oneliners.md, search for netstat/ss/lsof commands\n\n\"What's a good tool for testing SSL?\" → Load cli-tools.md SSL section, recommend testssl.sh or sslyze\n\n\"Show me how to find large files\" → Load shell-oneliners.md, search for find/ncdu/du commands\n\n\"I need to debug DNS resolution\" → Load shell-oneliners.md dig section + recommend dnsdiag from cli-tools.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jdrhyne/sysadmin-toolbox",
    "publisherUrl": "https://clawhub.ai/jdrhyne/sysadmin-toolbox",
    "owner": "jdrhyne",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sysadmin-toolbox",
    "downloadUrl": "https://openagent3.xyz/downloads/sysadmin-toolbox",
    "agentUrl": "https://openagent3.xyz/skills/sysadmin-toolbox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sysadmin-toolbox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sysadmin-toolbox/agent.md"
  }
}