Admin Cli
v1.0.0Command-line tool for performing system updates, restarting systemd services, and checking OS status with elevated privileges.
⭐ 0· 357·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The SKILL.md describes administrative actions (package upgrades, restarting systemd services, checking OS/uptime), which is consistent with the name. However, it specifically uses pacman and systemd, yet the registry metadata declares no required binaries and no OS restriction—this is an incoherence (pacman/systemd are Linux/Arch-specific). The skill also lacks a source/homepage, reducing traceability.
Instruction Scope
Instructions are short and narrowly scoped to three commands: update-system (pacman -Syu), restart-service <service> (systemctl restart), and check-status (OS version and uptime). They do not instruct reading other files or exfiltrating data. However, they require elevated privileges and allow restarting arbitrary services (no safety checks or service whitelisting), which is powerful and potentially disruptive.
Install Mechanism
Instruction-only skill with no install spec or code files; this is the lowest install risk (nothing is written to disk by the skill itself).
Credentials
No environment variables or credentials are requested, but the SKILL.md demands elevated privileges via an 'elevated' flag in agent configuration. The skill fails to declare this requirement in the metadata (no required config paths or primary credential) and gives no justification for needing system-wide privileges. Requiring root-like access without clear constraints is disproportionate.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide settings. Note: the skill can be invoked autonomously (default), which combined with privileged operations increases potential impact—consider restricting autonomous invocation for this skill.
What to consider before installing
This skill would let an agent run package upgrades and restart systemd services as a privileged user. Before installing: 1) Confirm you run a pacman/systemd system (Arch/derivative); the SKILL.md is Arch-specific but the registry metadata does not say so. 2) Only enable the 'elevated' permission for this skill if you trust its source—there is no homepage or publisher info. 3) Prefer manual invocation (do not allow autonomous runs) or require an explicit approval step before any restart/update. 4) If you must use it, restrict which services can be restarted (whitelist) and consider controlling privilege escalation with sudoers rules rather than granting blanket root. 5) If you are uncomfortable or cannot verify the author, do not install—use well-audited tooling from known sources instead.Like a lobster shell, security has layers — review code before you run it.
latestvk970nq8w5r4sy757jbt3n4dgvs81xm9g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
