Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aaaaqwq avatar

Sysadmin Toolbox

  • 7 installs
  • 82 repo stars
  • Updated August 2, 2026
  • aaaaqwq/agi-super-skills

sysadmin-toolbox is a Claude Code skill that recommends CLI tools and shell one-liners for sysadmin, DevOps, and security tasks.

About

sysadmin-toolbox is a Claude Code skill that provides tool recommendations and shell one-liners for sysadmin, DevOps, and security work. It maps common operational tasks (network debugging, DNS, SSL/TLS, log analysis, containers) to the right CLI tool and command, drawing from the-book-of-secret-knowledge repository. Reference files auto-refresh weekly from upstream.

  • Recommends CLI tools for network, DNS, SSL, logs, and containers
  • Provides practical shell one-liners for operational tasks
  • References auto-refresh weekly from the-book-of-secret-knowledge repo

Sysadmin Toolbox by the numbers

  • 7 all-time installs (skills.sh)
  • Ranked #419 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

sysadmin-toolbox capabilities & compatibility

Free; recommends open-source CLI tools and commands.

Capabilities
tool discovery · shell oneliners · network debugging · log analysis
Works with
docker · kubernetes
Use cases
devops · security audit · debugging
Pricing
Free
From the docs

What sysadmin-toolbox says it does

Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks.
SKILL.md
Source: github.com/trimstray/the-book-of-secret-knowledge
SKILL.md
npx skills add https://github.com/aaaaqwq/agi-super-skills --skill sysadmin-toolbox

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7
repo stars82
Last updatedAugust 2, 2026
Repositoryaaaaqwq/agi-super-skills

What it does

Use when a developer needs to pick the right CLI tool or shell one-liner for a network, DNS, SSL, log, or container task.

Who is it for?

Choosing the right CLI tool or one-liner for network, DNS, SSL, log, or container troubleshooting.

When should I use this skill?

When the user is troubleshooting networking, DNS, SSL/TLS, logs, or asks what tool to use for an operational task.

What you get

The right CLI tool and shell one-liner recommended for the operational task at hand.

  • tool recommendations
  • shell one-liners

By the numbers

  • 5 reference files: shell-oneliners, cli-tools, web-tools, security-tools, shell-tricks
  • References auto-refresh weekly (Sundays 5am ET)

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

FAQ

What kinds of tasks does sysadmin-toolbox cover?

Network debugging, DNS, SSL/TLS, process and log analysis, security auditing, and container work, each mapped to recommended CLI tools.

Where do its recommendations come from?

From the-book-of-secret-knowledge repository, with reference files that auto-refresh weekly.

CLI & Terminalinframonitoring

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.