← Back to Skills Marketplace
Server Dashboard
by
bytesagain4
· GitHub ↗
· v2.0.1
· MIT-0
165
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install server-dashboard
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Server Dashboard concepts, best practices, and implementation pat...
Usage Guidance
This skill appears coherent and low-risk: it only prints bundled reference text and requires no credentials or network. Still, it is a shell script and will run commands if invoked — only install/use skills from sources you trust. Notes: there is a minor version mismatch (script VERSION=2.0.0 vs registry 2.0.1) and the help heredoc is quoted so the $VERSION token will not expand (a harmless bug). If you want extra caution, review the script locally or run it in a constrained environment before granting broader agent access.
Capability Analysis
Type: OpenClaw Skill
Name: server-dashboard
Version: 2.0.1
The skill bundle is a static documentation reference tool. The primary script, `scripts/script.sh`, only outputs plain-text information via heredocs and contains no network requests, file system modifications, or credential access. The `SKILL.md` instructions are consistent with this behavior and do not exhibit any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
The name/description (Server Dashboard reference) align with the provided SKILL.md and the included bash script. All commands produce static help text; nothing in the package asks for unrelated resources or credentials.
Instruction Scope
SKILL.md explicitly states no external API calls or network access and outputs via heredocs. The runtime script only prints embedded documentation and help text; it does not read environment variables, system files, or remote endpoints.
Install Mechanism
There is no install spec and no downloads. The only executable is a small included shell script. No archives or external packages are fetched or extracted.
Credentials
The registry metadata and SKILL.md declare no required env vars or credentials. The script does not access or require environment variables or config paths.
Persistence & Privilege
Skills flags are default (not always-on); the skill does not request persistent system modifications or access to other skills' configs. Autonomous invocation is allowed (platform default) and is not combined with other concerning factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install server-dashboard - After installation, invoke the skill by name or use
/server-dashboard - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Server Dashboard?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Server Dashboard concepts, best practices, and implementation pat... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.
How do I install Server Dashboard?
Run "/install server-dashboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Server Dashboard free?
Yes, Server Dashboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Server Dashboard support?
Server Dashboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Server Dashboard?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.
More Skills