Files
openclaw/skills/server-management
Clawd Bot ca9b510922 chore: align with upstream openclaw/openclaw and overlay local additions
- Reset master to upstream/main (16,697 commits)
- Overlay 2,271 local-only files (skills, tools, workspace, configs, apps)
- Restore IDENTITY.md and USER.md templates
- Build verified, gateway running, Discord working

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 07:40:46 +01:00
..

🖥️ Server Management Skill

Complete server management toolkit for monitoring, updating, and securing multiple Linux servers.

Quick Start

# Check all servers
./server-status --all

# Update all servers
./server-update --all

# Check single server
./server-status --server 192.168.1.24

Features

Multi-server management
Parallel updates
Security auditing
Intrusion detection
Service monitoring
Automated reporting

Managed Servers

  • 192.168.1.220 - Main workstation (Kamoer, Kanban)
  • 192.168.1.23 - Nginx/SSL server
  • 192.168.1.24 - Raspberry Pi (Home Assistant)
  • 192.168.1.113 - Synology DS414 NAS
  • 192.168.1.133 - Synology DS213 NAS

Documentation

See SKILL.md for complete documentation.

Scripts

  • server-status - Check server status
  • server-update - Update packages
  • More coming soon...