← Back to Skills Marketplace
Web Check
by
bytesagain4
· GitHub ↗
· v2.0.2
· MIT-0
172
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install web-check
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Web Check concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears low-risk: it only prints built-in reference text and asks for no credentials or network access. If you plan to install or run it, you can verify safety by quickly inspecting the bundled script (scripts/script.sh) — it's readable and contains only static heredocs and a simple command dispatch. Note the version string in the script (VERSION="2.0.0") differs from the declared package version (2.0.2); this is likely a harmless metadata mismatch but worth noting. As a general precaution, run untrusted scripts in a restricted environment or sandbox, and confirm you trust the author/source before granting any broader permissions to agents.
Capability Analysis
Type: OpenClaw Skill
Name: web-check
Version: 2.0.2
The 'web-check' skill is a static reference tool providing documentation on web development concepts. All commands in 'scripts/script.sh' simply output hardcoded text via heredocs, and 'SKILL.md' contains no malicious instructions or prompt-injection attempts.
Capability Assessment
Purpose & Capability
The name/description (Web Check reference for devtools) matches the included assets: SKILL.md documents command names and the bundled scripts output static reference text for those commands. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
The runtime instructions and the script only produce heredoc text for each command. They do not read unspecified files, do not access environment variables, and do not make network calls or export data to external endpoints. SKILL.md's claim of 'No API keys or credentials required' is consistent with the script.
Install Mechanism
There is no install spec (instruction-only), and the single included script is a plain shell script. Nothing is downloaded or extracted from external URLs during install.
Credentials
The skill declares no required env vars or credentials and the script does not read any environment variables or config paths beyond local execution. No secrets are requested or used.
Persistence & Privilege
always is false (not force-included). The skill does not attempt to modify other skills or agent configuration and does not request permanent presence or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-check - After installation, invoke the skill by name or use
/web-check - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package
v2.0.0
publish v2.0.0
Metadata
Frequently Asked Questions
What is Web Check?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Web Check concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.
How do I install Web Check?
Run "/install web-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Check free?
Yes, Web Check is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Check support?
Web Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Check?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.2.
More Skills