admin-cli
v1.0.0用于在特权模式下执行系统更新、重启systemd服务及检查系统状态的命令行工具。
Installation
Please help me install the skill `admin-cli` from SkillHub official store.
npx skills add fabglitch/admin-cli
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.