← Back to Skills Marketplace
Site Inspector
by
bytesagain1
· GitHub ↗
· v2.0.1
· MIT-0
174
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install site-inspector
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Site Inspector concepts, best practices, and implementation patte...
Usage Guidance
This skill appears to be a harmless local reference tool that prints static documentation. Before installing, you may want to: (1) confirm the GitHub/homepage source and license if provenance matters; (2) note minor non-security issues — the packaged script has a VERSION value that differs from the SKILL.md version and the help heredoc uses single quotes so the $VERSION variable won't be expanded (functional bug, not a security risk); and (3) run the script in a sandbox or inspect it yourself if you prefer — it only prints static text and does not perform network or file I/O.
Capability Analysis
Type: OpenClaw Skill
Name: site-inspector
Version: 2.0.1
The site-inspector skill is a purely informational reference tool. The shell script (scripts/script.sh) contains only static text documentation delivered via heredocs, with no network activity, file system manipulation, or credential access. The instructions in SKILL.md are consistent with the script's behavior and do not contain any prompt injection or malicious directives.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included shell script all describe and implement the same purpose: local reference documentation/commands. There are no unrelated environment variables, binaries, or configuration paths requested.
Instruction Scope
SKILL.md explicitly states commands output plain-text via heredoc and no external API or network access is used. The provided scripts/script.sh implements only static heredoc outputs and basic CLI dispatch; it does not read user files, access environment variables, or send data externally.
Install Mechanism
No install spec is provided (instruction-only style) and the only shipped code is a single shell script. Nothing is downloaded or extracted at install time, so there is no elevated install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime script does not reference any. Requested privileges are proportional to its stated purpose.
Persistence & Privilege
The skill is not marked always:true and contains no code to modify agent/system configuration or other skills. It requires no persistent presence or privileged access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install site-inspector - After installation, invoke the skill by name or use
/site-inspector - 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 Site Inspector?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Site Inspector concepts, best practices, and implementation patte... It is an AI Agent Skill for Claude Code / OpenClaw, with 174 downloads so far.
How do I install Site Inspector?
Run "/install site-inspector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Site Inspector free?
Yes, Site Inspector is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Site Inspector support?
Site Inspector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Site Inspector?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.1.
More Skills