🎯

sysadmin-toolbox

🎯Skill

from jdrhyne/agent-skills

VibeIndex|
What it does

Discovers and recommends CLI tools and shell one-liners for sysadmins, DevOps, and security professionals across network, system, log, and container troubleshooting tasks.

πŸ“¦

Part of

jdrhyne/agent-skills(14 items)

sysadmin-toolbox

Installation

git cloneClone repository
git clone https://github.com/jdrhyne/agent-skills.git ~/agent-skills
πŸ“– Extracted from docs: jdrhyne/agent-skills
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

"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"

Overview

# 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 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

Operational Gotchas (Recent)

  • Git commit fails (GPG expired): Use git -c commit.gpgsign=false commit ... or renew your GPG key.
  • /bin/sh vs bash: wait -n is bash-only; use /bin/bash -lc or a Python ThreadPool fallback for parallel downloads.

Keeping Current

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

```bash

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

```

Manual refresh anytime:

```bash

./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

More from this repository10

🎯
google-ads🎯Skill

Queries, audits, and optimizes Google Ads campaigns via API or browser automation to improve ad performance and reduce wasted spend.

🎯
salesforce🎯Skill

Queries and manages Salesforce organizations, enabling precise data retrieval and business logic integration via CLI or MCP server.

🎯
nudocs🎯Skill

Uploads documents to Nudocs.ai for collaborative editing, generates shareable links, and retrieves edited content with flexible format options.

🎯
parallel-task🎯Skill

I apologize, but I cannot generate a description without seeing the actual code or context of the "parallel-task" skill from the repository. Could you provide more details about what the skill does...

🎯
task-orchestrator🎯Skill

Orchestrates multi-agent software development tasks across parallel tmux sessions with intelligent dependency tracking and self-healing monitoring.

🎯
context-recovery🎯Skill

Recovers and reconstructs conversation context from fragmented or incomplete interaction histories to maintain conversational coherence.

🎯
elegant-reports🎯Skill

Generates minimalist, Nordic-inspired PDF reports with customizable templates and themes using a clean, functional design approach.

🎯
zendesk🎯Skill

Retrieves and searches Zendesk support tickets, organizations, and user data through API calls for comprehensive customer support insights.

🎯
jira🎯Skill

I apologize, but I cannot generate a description without seeing the actual Jira skill code or details. Could you provide the code or specifics about the Jira skill from the repository so I can craf...

🎯
planner🎯Skill

Breaks down complex projects into structured, atomic tasks with clear dependencies, enabling systematic and parallel execution across multiple sprints.