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
Why use this skill?
Master system administration with the sysadmin-toolbox. Get instant access to expert CLI tool recommendations, network diagnostics, and shell one-liners for your daily DevOps tasks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jdrhyne/sysadmin-toolboxWhat This Skill Does
The sysadmin-toolbox skill acts as an intelligent assistant for system administrators, DevOps engineers, and security professionals. Based on the widely acclaimed 'The Book of Secret Knowledge,' this tool provides a structured interface for discovering the best CLI utilities and mastering complex shell one-liners. It acts as an expert knowledge base, allowing OpenClaw to suggest specific commands for network troubleshooting, log analysis, container orchestration, and security auditing. By automating the retrieval of proven operational commands, it reduces context switching and ensures that users leverage community-vetted, high-efficiency tools rather than relying on generic syntax.
Installation
To install this skill, run the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/jdrhyne/sysadmin-toolbox
This command will pull the necessary reference documentation and script triggers required for the skill to function effectively. The skill automatically refreshes its data weekly to stay aligned with the latest upstream updates from the original repository.
Use Cases
This skill is designed for high-pressure operational environments. Common use cases include:
- Network Troubleshooting: Quickly identifying why a service is unreachable using
tcpdump,mtr, orss. - Security Auditing: Using
nmaportestssl.shto identify vulnerabilities or misconfigurations in your environment. - System Diagnostics: Analyzing process bottlenecks with
htoporstraceto determine why a container or service is consuming excessive resources. - DNS Debugging: Using
diganddnsdiagto resolve propagation or lookup issues. - Log Slicing: Processing massive log files using tools like
lnavorangle-grinderfor instant visibility into system errors.
Example Prompts
- "My web server is timing out. What commands can I use to see if the port is even open or if the firewall is blocking traffic?"
- "I need to find all files larger than 1GB in my /var/log directory. What is a clean way to do this with find or ncdu?"
- "What is the recommended tool for performing a deep scan of an SSL/TLS certificate to check for weak ciphers?"
Tips & Limitations
This skill is highly effective for discovery and reference. However, note that it provides read-only command suggestions and does not execute commands directly on your production servers unless specifically instructed to do so via OpenClaw's secure execution pipeline. Always review the commands suggested by the AI before running them in a production environment to ensure safety and alignment with your specific infrastructure needs.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jdrhyne-sysadmin-toolbox": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
nutrient-openclaw
OpenClaw-native PDF/document processing skill for Nutrient DWS. Best for OpenClaw users who need PDF conversion, OCR, text/table extraction, PII redaction, watermarking, digital signatures, and API credit checks via built-in `nutrient_*` tools. Triggers on OpenClaw tool names (`nutrient_convert_to_pdf`, `nutrient_extract_text`, etc.), "OpenClaw plugin", "Nutrient OpenClaw", and document-processing requests in OpenClaw chats. For non-OpenClaw environments, use the Universal Nutrient Document Processing skill instead.
todo-tracker
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
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".
google-ads
Query, audit, and optimize Google Ads campaigns. Supports two modes: (1) API mode for bulk operations with google-ads Python SDK, (2) Browser automation mode for users without API access - just attach a browser tab to ads.google.com. Use when asked to check ad performance, pause campaigns/keywords, find wasted spend, audit conversion tracking, or optimize Google Ads accounts.
jira
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.