The Book Of Secret Knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and m the book of secret knowledge, python, awesome.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/sysadmin-handbookSysadmin Handbook
Sysadmin Handbook v2.0.0 — a thorough sysops toolkit for system administrators. Record, track, and manage all aspects of system administration from the command line. Every action is timestamped and logged locally for full auditability.
Why Sysadmin Handbook?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Timestamped logging for every operation
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity tracking
- Searchable records across all operation types
Getting Started
# See all available commands
sysadmin-handbook help
# Check current health status
sysadmin-handbook status
# View summary statistics
sysadmin-handbook stats
Commands
Operations Commands
Each command works in two modes: run without arguments to view recent entries, or pass input to record a new entry.
| Command | Description |
|---|---|
sysadmin-handbook scan <input> | Record a scan operation (port scans, vulnerability scans, network sweeps) |
sysadmin-handbook monitor <input> | Log monitoring observations (service health, uptime checks, resource usage) |
sysadmin-handbook report <input> | Create report entries (incident reports, audit summaries, status updates) |
sysadmin-handbook alert <input> | Record alert events (threshold breaches, security warnings, service failures) |
sysadmin-handbook top <input> | Log top-level metrics (CPU hogs, memory consumers, disk leaders) |
sysadmin-handbook usage <input> | Track usage data (disk usage, bandwidth, API calls, license counts) |
sysadmin-handbook check <input> | Record health checks (service checks, config validation, dependency tests) |
sysadmin-handbook fix <input> | Document fixes applied (patches, config changes, workarounds) |
sysadmin-handbook cleanup <input> | Log cleanup operations (temp files, old logs, orphaned processes) |
sysadmin-handbook backup <input> | Track backup operations (full backups, incrementals, snapshots) |
sysadmin-handbook restore <input> | Record restore operations (data recovery, config rollbacks) |
sysadmin-handbook log <input> | General-purpose log entries (freeform notes, observations) |
sysadmin-handbook benchmark <input> | Record benchmark results (performance tests, load tests, I/O benchmarks) |
sysadmin-handbook compare <input> | Log comparison data (before/after, environment diffs, config comparisons) |
Utility Commands
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-bytesagain3-sysadmin-handbook": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
windows-setup
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns.
Dividend
Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats.
crawler
Web crawling and scraping reference — robots.txt protocol, Scrapy framework, anti-bot detection, headless browsers, and legal considerations
Thesaurus
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
devops-scripts
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte...