← Back to Skills Marketplace
325
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-admin
Description
Manage and inspect the OpenClaw multi-agent gateway — list agents, check model health, view routing rules, manage crons, inspect context budgets, and run sys...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-admin - After installation, invoke the skill by name or use
/openclaw-admin - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 325 downloads so far.
How do I install Openclaw Admin?
Run "/install openclaw-admin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Admin free?
Yes, Openclaw Admin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Admin support?
Openclaw Admin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Admin?
It is built and maintained by atiati82 (@atiati82); the current version is v1.0.0.
More Skills