ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/sysadmin-handbook
Or

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

CommandDescription
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

Stars4097
Views1
Updated2026-04-14
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-sysadmin-handbook": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.