← Back to Skills Marketplace
claudiodrusus

Website Monitor

by claudiodrusus · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
894
Downloads
0
Stars
6
Active Installs
3
Versions
Install in OpenClaw
/install website-monitor
Description
Lightweight website uptime monitor. Check if URLs are up, measure response times, detect content changes via hashing, and verify expected content. Zero depen...
Usage Guidance
This skill appears coherent and straightforward: it will make outbound HTTP(S) requests to whatever URLs you pass it and print or return JSON-formatted results. Before installing/using it, consider that (1) it will contact any URL you provide — don't feed it sensitive internal URLs from an untrusted environment, (2) it does not exfiltrate local files or use credentials, and (3) by default it treats any non-expected HTTP status as 'down' (use --expect for redirects or other expected codes). If you plan to run it regularly (cron), run it from an environment that restricts network access if you're concerned about contacting untrusted hosts.
Capability Analysis
Type: OpenClaw Skill Name: website-monitor Version: 1.1.0 The OpenClaw AgentSkills skill bundle 'website-monitor' is classified as benign. The `SKILL.md` accurately describes a website uptime monitor, and the `main.py` script implements this functionality using only standard Python libraries (`urllib`, `hashlib`, `json`, etc.). There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the AI agent. The skill's core function involves making network requests to user-provided URLs, which is expected for a website monitor and does not inherently indicate malice within the skill itself.
Capability Assessment
Purpose & Capability
Name/description (website uptime, response times, content hashing) align with the code and CLI options. The included main.py performs exactly those checks and nothing unrelated.
Instruction Scope
SKILL.md usage and options match the program behavior. Runtime instructions do not request reading local files, environment variables, or sending data to external endpoints beyond the URLs the user provides.
Install Mechanism
No install spec and the tool is zero-dependency Python using only the standard library; nothing is downloaded or installed by the skill.
Credentials
No environment variables, credentials, or config paths are requested or accessed. The program only uses network access to the URLs passed on the command line.
Persistence & Privilege
The skill does not request persistent presence, system configuration changes, or modifications to other skills. It runs as a simple CLI program when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install website-monitor
  3. After installation, invoke the skill by name or use /website-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
No changes detected for version 1.1.0. - No file changes or updates from previous version. - Functionality, usage, and documentation remain unchanged.
v1.0.1
v1.0.1: docs update
v1.0.0
Initial release
Metadata
Slug website-monitor
Version 1.1.0
License
All-time Installs 7
Active Installs 6
Total Versions 3
Frequently Asked Questions

What is Website Monitor?

Lightweight website uptime monitor. Check if URLs are up, measure response times, detect content changes via hashing, and verify expected content. Zero depen... It is an AI Agent Skill for Claude Code / OpenClaw, with 894 downloads so far.

How do I install Website Monitor?

Run "/install website-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Website Monitor free?

Yes, Website Monitor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Website Monitor support?

Website Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Website Monitor?

It is built and maintained by claudiodrusus (@claudiodrusus); the current version is v1.1.0.

💬 Comments