← 返回 Skills 市场
fabglitch

Admin Cli

作者 fabglitch · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
404
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install admin-cli
功能描述
Command-line tool for performing system updates, restarting systemd services, and checking OS status with elevated privileges.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install admin-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /admin-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug admin-cli
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Admin Cli 是什么?

Command-line tool for performing system updates, restarting systemd services, and checking OS status with elevated privileges. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 404 次。

如何安装 Admin Cli?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install admin-cli」即可一键安装,无需额外配置。

Admin Cli 是免费的吗?

是的,Admin Cli 完全免费(开源免费),可自由下载、安装和使用。

Admin Cli 支持哪些平台?

Admin Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Admin Cli?

由 fabglitch(@fabglitch)开发并维护,当前版本 v1.0.0。

💬 留言讨论