← 返回 Skills 市场
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-api-status-checker
功能描述
Checks API health and uptime. Monitors endpoints and validates responses. Triggers: check api status, api health, monitor uptime.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skylv-api-status-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/skylv-api-status-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Skylv Api Status Checker 是什么?
Checks API health and uptime. Monitors endpoints and validates responses. Triggers: check api status, api health, monitor uptime. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 Skylv Api Status Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-api-status-checker」即可一键安装,无需额外配置。
Skylv Api Status Checker 是免费的吗?
是的,Skylv Api Status Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skylv Api Status Checker 支持哪些平台?
Skylv Api Status Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skylv Api Status Checker?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。
推荐 Skills