5.6k★by jdrhyne
sysadmin-toolbox – OpenClaw Skill
sysadmin-toolbox is an OpenClaw Skills integration for devops workflows. 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
Skill Snapshot
| 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 OpenClaw Skills integration. |
| owner | jdrhyne |
| repository | jdrhyne/sysadmin-toolbox |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @jdrhyne/sysadmin-toolbox |
| last updated | Feb 7, 2026 |
Maintainer

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
| File | Use When |
|---|---|
references/shell-oneliners.md | Need practical commands for: terminal, networking, SSL, curl, ssh, tcpdump, git, awk, sed, grep, find |
references/cli-tools.md | Recommending CLI tools: shells, file managers, network utils, databases, security tools |
references/web-tools.md | Web-based tools: SSL checkers, DNS lookup, performance testing, OSINT, scanners |
references/security-tools.md | Pentesting, vulnerability scanning, exploit databases, CTF resources |
references/shell-tricks.md | Shell scripting patterns and tricks |
Quick Tool Index
Network Debugging
mtr- traceroute + ping combinedtcpdump/tshark- packet capturenetstat/ss- connection monitoringnmap- port scanningcurl/httpie- HTTP testing
DNS
dig/host- DNS queriesdnsdiag- DNS diagnosticssubfinder/amass- subdomain enumeration
SSL/TLS
openssl- certificate inspectiontestssl.sh- TLS testingsslyze- SSL scanningcertbot- Let's Encrypt
Process/System
htop/btop- process monitoringstrace/ltrace- syscall/library tracinglsof- open files/connectionsncdu- disk usage
Log Analysis
lnav- log navigatorGoAccess- web log analyzerangle-grinder- log slicing
Containers
dive- Docker image analysisctop- container toplazydocker- 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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install sysadmin-toolbox?
Run openclaw add @jdrhyne/sysadmin-toolbox in your terminal. This installs sysadmin-toolbox into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/jdrhyne/sysadmin-toolbox. Review commits and README documentation before installing.
