Agent skill
sysadmin-toolbox
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
Install this agent skill to your Project
npx add-skill https://github.com/jdrhyne/agent-skills/tree/main/skills/sysadmin-toolbox
SKILL.md
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
Bundled Guides
| File | Use When |
|---|---|
shell-oneliners.md in this skill's references folder |
Need practical commands for: terminal, networking, SSL, curl, ssh, tcpdump, git, awk, sed, grep, find |
cli-tools.md in this skill's references folder |
Recommending CLI tools: shells, file managers, network utils, databases, security tools |
web-tools.md in this skill's references folder |
Web-based tools: SSL checkers, DNS lookup, performance testing, OSINT, scanners |
security-tools.md in this skill's references folder |
Pentesting, vulnerability scanning, exploit databases, CTF resources |
shell-tricks.md in this skill's references folder |
Shell scripting patterns and tricks |
Safety Boundaries
- Do not run destructive system commands, privilege-escalation steps, or offensive tooling unless the user explicitly asked for that scope.
- Do not scan hosts, domains, or networks the user does not control or have permission to assess.
- Do not assume a command is safe to paste into production without explaining what it does.
- Do not persist logs, captures, or credentials outside the user's requested troubleshooting workflow.
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
senior-engineering
Engineering principles for building software like a senior engineer. Load when tackling non-trivial development work, architecting systems, reviewing code, or orchestrating multi-agent builds. Covers planning, delivery, quality gates, and LLM-specific patterns.
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
munger-observer
Daily wisdom review applying Charlie Munger's mental models to your work and thinking. Use when asked to review decisions, analyze thinking patterns, detect biases, apply mental models, do a "Munger review", or run the Munger Observer. Triggers on scheduled daily reviews or manual requests like "run munger observer", "review my thinking", "check for blind spots", or "apply mental models".
frontend-design
Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
gemini
Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.
Didn't find tool you were looking for?