← Back to Skills Marketplace
fabglitch

Admin Cli

by fabglitch · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
404
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install admin-cli
Description
Command-line tool for performing system updates, restarting systemd services, and checking OS status with elevated privileges.
README (SKILL.md)

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 \x3Cservice>: 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.

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: admin-cli Version: 1.0.0 The skill is designed to perform legitimate administrative tasks requiring elevated privileges, such as system updates, service restarts, and status checks, as described in `SKILL.md`. There is no evidence of malicious intent, data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function. The explicit mention of the 'elevated' flag indicates transparency about its operational requirements.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install admin-cli
  3. After installation, invoke the skill by name or use /admin-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of admin-cli skill. - Adds CLI commands for common administrative tasks. - Supports system update, service restart, and system status check. - All commands require elevated privileges; proper permissions must be set.
Metadata
Slug admin-cli
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Admin Cli?

Command-line tool for performing system updates, restarting systemd services, and checking OS status with elevated privileges. It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.

How do I install Admin Cli?

Run "/install admin-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Admin Cli free?

Yes, Admin Cli is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Admin Cli support?

Admin Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Admin Cli?

It is built and maintained by fabglitch (@fabglitch); the current version is v1.0.0.

💬 Comments