← 返回 Skills 市场
atiati82

Openclaw Admin

作者 atiati82 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
325
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-admin
功能描述
Manage and inspect the OpenClaw multi-agent gateway — list agents, check model health, view routing rules, manage crons, inspect context budgets, and run sys...
安全使用建议
Before installing or invoking this skill: 1) Inspect the SKILL.md yourself and confirm the exact path to openclaw.json (the file location is inconsistent in the document). 2) Be aware the skill expects to run python3, bash, npx, and possibly ollama even though the registry metadata lists no required binaries — ensure those tools are present and you trust them. 3) Do NOT run any commands that execute repository scripts (e.g., ./status.sh) until you open and review those scripts' contents; they can run arbitrary code. 4) Limit the skill's permissions or run it in a sandboxed environment if possible, because it reads parent directories and config files that may contain sensitive data. 5) If you plan to use this in production, ask the publisher to correct metadata (declare required binaries), clarify the canonical config path, and explain why jq is disallowed and python3 mandated. If you cannot verify these issues, treat the skill with caution.
功能分析
Type: OpenClaw Skill Name: openclaw-admin Version: 1.0.0 The openclaw-admin skill is a management tool designed to inspect the configuration and health of the OpenClaw gateway. It uses standard shell commands and Python one-liners to parse and display local JSON configuration files (e.g., openclaw.json, ROUTING.json) and check the status of Ollama models. No evidence of data exfiltration, persistence, or malicious execution was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The skill claims to be a gateway admin tool and its commands (reading openclaw.json, routing/crons/triggers, listing agents, checking Ollama models) are consistent with that purpose. However the registry metadata declares no required binaries or env vars while the SKILL.md repeatedly invokes python3, bash, npx, and ollama — those are effectively required but not declared, which is a mismatch.
Instruction Scope
The instructions instruct the agent to read multiple config files (../openclaw.json, config/*.json) which is expected, but path handling is ambiguous (SKILL.md gives contradictory locations for openclaw.json such as ../openclaw.json and ../../openclaw.json). The skill also tells the agent to run 'bash ./status.sh' (an arbitrary script in the repo) and to run 'npx thepopebot' for a restart — executing those could run any code. There are no steps that exfiltrate data externally, but running unknown scripts is a real risk.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing will be written to disk by an installer. That minimizes install-time risk.
Credentials
The skill declares no required environment variables or credentials (reasonable for a local admin helper). However it references executables (python3, ollama, npx, bash) and file paths outside the immediate skill directory (parent directories), which implies it needs filesystem and runtime access that was not documented in metadata. Access to parent directories could expose unrelated sensitive files if run with broader privileges.
Persistence & Privilege
always is false and the skill does not request persistent presence or attempt to modify other skills or system-wide agent settings. It does recommend running npx thepopebot to restart/hot-reload, but that is an operational instruction rather than a capability the skill itself claims.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-admin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-admin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-admin 1.0.0 — Initial Release - Introduces a full-featured skill for managing and inspecting the OpenClaw multi-agent gateway. - Provides command-line tools to list agents, check model health, view routing rules, manage scheduled jobs and triggers, and inspect context budgets. - Includes a gateway health check and ecosystem summary commands. - Documents all supported commands and relevant config file locations. - Implements best practices for JSON parsing (uses python3 only) and strict config path conventions.
元数据
Slug openclaw-admin
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Openclaw Admin 是什么?

Manage and inspect the OpenClaw multi-agent gateway — list agents, check model health, view routing rules, manage crons, inspect context budgets, and run sys... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 325 次。

如何安装 Openclaw Admin?

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

Openclaw Admin 是免费的吗?

是的,Openclaw Admin 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openclaw Admin 支持哪些平台?

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

谁开发了 Openclaw Admin?

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

💬 留言讨论