Back to Registry View Author Profile
Official Verified
Admin Cli
Skill by fabglitch
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fabglitch/admin-cliOr
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
elevatedflag. Ensure the agent has the necessary permissions in its configuration.
Metadata
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.