Site Inspector

v2.0.1

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Site Inspector concepts, best practices, and implementation patte...

0· 165·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain1/site-inspector.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Site Inspector" (bytesagain1/site-inspector) from ClawHub.
Skill page: https://clawhub.ai/bytesagain1/site-inspector
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install site-inspector

ClawHub CLI

Package manager switcher

npx clawhub@latest install site-inspector
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9768xrmaha5gfdzc7sfnff5vd83g9cr
165downloads
0stars
3versions
Updated 1mo ago
v2.0.1
MIT-0

Site Inspector

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Site Inspector concepts, best practices, and implementation patte... No API keys or credentials required.

Commands

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...