Server Dashboard
v2.0.1Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Server Dashboard concepts, best practices, and implementation pat...
⭐ 0· 97·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk9774jt3q7w2ayvs63rmvh6vps83hzfv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
