Back to list
clawdbot

sysadmin-toolbox

by clawdbot

All versions of all skills that are on clawdhub.com archived

7🍴 6📅 Jan 24, 2026

SKILL.md


name: sysadmin-toolbox description: "Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge"

Sysadmin Toolbox

Curated tool recommendations and practical shell one-liners for operational work.

When to Auto-Consult

Load relevant references when user is:

  • Debugging network connectivity, ports, traffic
  • Troubleshooting DNS or SSL/TLS
  • Analyzing processes, memory, disk usage
  • Working with logs or system diagnostics
  • Writing shell scripts or one-liners
  • Asking "what's a good tool for..."
  • Doing security audits or pentesting
  • Working with containers/Docker/K8s

Reference Files

FileUse When
references/shell-oneliners.mdNeed practical commands for: terminal, networking, SSL, curl, ssh, tcpdump, git, awk, sed, grep, find
references/cli-tools.mdRecommending CLI tools: shells, file managers, network utils, databases, security tools
references/web-tools.mdWeb-based tools: SSL checkers, DNS lookup, performance testing, OSINT, scanners
references/security-tools.mdPentesting, vulnerability scanning, exploit databases, CTF resources
references/shell-tricks.mdShell scripting patterns and tricks

Quick Tool Index

Network Debugging

  • mtr - traceroute + ping combined
  • tcpdump / tshark - packet capture
  • netstat / ss - connection monitoring
  • nmap - port scanning
  • curl / httpie - HTTP testing

DNS

  • dig / host - DNS queries
  • dnsdiag - DNS diagnostics
  • subfinder / amass - subdomain enumeration

SSL/TLS

  • openssl - certificate inspection
  • testssl.sh - TLS testing
  • sslyze - SSL scanning
  • certbot - Let's Encrypt

Process/System

  • htop / btop - process monitoring
  • strace / ltrace - syscall/library tracing
  • lsof - open files/connections
  • ncdu - disk usage

Log Analysis

  • lnav - log navigator
  • GoAccess - web log analyzer
  • angle-grinder - log slicing

Containers

  • dive - Docker image analysis
  • ctop - container top
  • lazydocker - Docker TUI

Keeping Current

References auto-refresh weekly (Sundays 5am ET) from the upstream repo:

~/clawd-duke-leto/skills/sysadmin-toolbox/scripts/refresh.sh

Manual refresh anytime:

./scripts/refresh.sh [skill-dir]

Example Queries → Actions

"Why is this port not responding?" → Load shell-oneliners.md, search for netstat/ss/lsof commands

"What's a good tool for testing SSL?" → Load cli-tools.md SSL section, recommend testssl.sh or sslyze

"Show me how to find large files" → Load shell-oneliners.md, search for find/ncdu/du commands

"I need to debug DNS resolution" → Load shell-oneliners.md dig section + recommend dnsdiag from cli-tools.md

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon