← Back to Skills Marketplace
118
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skylv-api-status-checker
Description
Checks API health and uptime. Monitors endpoints and validates responses. Triggers: check api status, api health, monitor uptime.
Usage Guidance
This skill appears to do only what it claims (basic HTTP health checks) and does not request credentials or install code. Before enabling: ensure the agent environment can run PowerShell (Invoke-WebRequest) or revise the instructions to be cross-platform; confirm the skill will be given the real API endpoint (not the placeholder api.example.com); verify how it should handle authenticated endpoints; and be aware that running the check will make outbound network requests (these requests may be logged by your network or the target). If you need checks on authenticated or non-PowerShell environments, request changes to the SKILL.md first.
Capability Analysis
Type: OpenClaw Skill
Name: skylv-api-status-checker
Version: 1.0.0
The skill is a straightforward API health monitoring tool that uses PowerShell's Invoke-WebRequest to check endpoint status. It contains no evidence of malicious intent, data exfiltration, or suspicious execution logic, and its instructions in SKILL.md are strictly aligned with its stated purpose of monitoring uptime.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md shows how to check an endpoint's status and response time thresholds. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Instructions are narrowly scoped to performing an HTTP health check and classifying results. However, the SKILL.md uses a PowerShell command (Invoke-WebRequest) and a hardcoded placeholder URL (https://api.example.com/health) but does not instruct the agent to prompt for or accept the real target endpoint or to report/store results. It also does not describe how to handle authentication if the real API requires it.
Install Mechanism
No install spec (instruction-only), which is lowest-risk. But the runtime instructions assume PowerShell is available; the skill does not declare that dependency, so it may fail or behave differently on non-Windows shells.
Credentials
The skill requests no environment variables, secrets, or config paths, which is proportionate for a simple API checker.
Persistence & Privilege
always is false and the skill has no install actions or persistent configuration. It does not request elevated or cross-skill privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-api-status-checker - After installation, invoke the skill by name or use
/skylv-api-status-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of skylv-api-status-checker.
- Monitors API health and uptime by checking endpoints and validating responses.
- Evaluates status using response codes and timing: HEALTHY, DEGRADED, SLOW, CLIENT_ERROR, SERVER_ERROR, DOWN.
- Alerts when response time exceeds 2 seconds, returns 5xx, or times out.
- Usable for checking API status and debugging failures.
Metadata
Frequently Asked Questions
What is Skylv Api Status Checker?
Checks API health and uptime. Monitors endpoints and validates responses. Triggers: check api status, api health, monitor uptime. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Skylv Api Status Checker?
Run "/install skylv-api-status-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Api Status Checker free?
Yes, Skylv Api Status Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Api Status Checker support?
Skylv Api Status Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Api Status Checker?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.
More Skills