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
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install sysadmin-toolbox或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install sysadmin-toolbox⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/sysadmin-toolbox/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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" ---
Curated tool recommendations and practical shell one-liners for operational work.
Load relevant references when user is:
| 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 |
mtr - traceroute + ping combinedtcpdump / tshark - packet capturenetstat / ss - connection monitoringnmap - port scanningcurl / httpie - HTTP testingdig / host - DNS queriesdnsdiag - DNS diagnosticssubfinder / amass - subdomain enumerationopenssl - certificate inspectiontestssl.sh - TLS testingsslyze - SSL scanningcertbot - Let's Encrypthtop / btop - process monitoringstrace / ltrace - syscall/library tracinglsof - open files/connectionsncdu - disk usagelnav - log navigatorGoAccess - web log analyzerangle-grinder - log slicingdive - Docker image analysisctop - container toplazydocker - Docker TUIReferences 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]
"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
安装 Sysadmin Toolbox 后,可以对 AI 说这些话来触发它
Help me get started with Sysadmin Toolbox
Explains what Sysadmin Toolbox does, walks through the setup, and runs a quick demo based on your current project
Use Sysadmin Toolbox to discovery and shell one-liner reference for sysadmin, DevOps, and s...
Invokes Sysadmin Toolbox with the right parameters and returns the result directly in the conversation
What can I do with Sysadmin Toolbox in my developer & devops workflow?
Lists the top use cases for Sysadmin Toolbox, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/sysadmin-toolbox/ 目录(个人级,所有项目可用),或 .claude/skills/sysadmin-toolbox/(项目级)。重启 AI 客户端后,用 /sysadmin-toolbox 主动调用,或让 AI 根据上下文自动发现并使用。
Sysadmin Toolbox 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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
Automate my developer & devops tasks using Sysadmin Toolbox
Identifies repetitive steps in your workflow and sets up Sysadmin Toolbox to handle them automatically
Sysadmin Toolbox 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。