Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Check if services are responding on given host:port pairs. Supports TCP and HTTP checks with configurable timeout. Use for service monitoring, health checks,...
Check if services are responding on given host:port pairs. Supports TCP and HTTP checks with configurable timeout. Use for service monitoring, health checks,...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Quickly verify if services are up and responding on specific ports.
# Basic TCP check bash scripts/port-check.sh localhost:8080 localhost:5432 # Multiple targets with HTTP status check bash scripts/port-check.sh localhost:80 api.example.com:443 --http # Custom timeout (default 3s) bash scripts/port-check.sh 192.168.1.1:22 --timeout 5
โ host:port โ open (TCP connected) โ host:port โ open (HTTP 200) (with --http flag) โ ๏ธ host:port โ open but HTTP 500 (port open, bad HTTP status) โ host:port โ closed/timeout (no response)
0 โ all targets up 1 โ one or more targets down
# OpenClaw gateway bash scripts/port-check.sh localhost:18789 --http # Database + web stack bash scripts/port-check.sh localhost:5432 localhost:6379 localhost:3000 # Home network devices bash scripts/port-check.sh 192.168.1.1:80 192.168.1.50:22 --timeout 2
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.