ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Admin Cli

Skill by fabglitch

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fabglitch/admin-cli
Or

admin-cli

Description

Provides a simple command-line interface for performing administrative tasks that require elevated privileges.

Commands

  • update-system: Run package manager update (pacman -Syu).
  • restart-service <service>: Restart a systemd service.
  • check-status: Show OS version and current uptime.

Note: These commands use the elevated flag. Ensure the agent has the necessary permissions in its configuration.

Metadata

Author@fabglitch
Stars2387
Views1
Updated2026-03-09
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-fabglitch-admin-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.