# http-status-checker
Check HTTP status codes for URLs. Supports bulk checking, redirects, and SSL verification.
## Usage
```
Check status of [URL]
Check multiple URLs: [list URLs]
Bulk check URLs from [file]
```
## What it does
- **Single URL** — Shows HTTP status code, response time, content-type, server
- **Redirect chain** — Follows all redirects and shows the full chain
- **SSL check** — Shows SSL certificate expiry, issuer, validity
- **Bulk** — Check up to 100 URLs from a text file
## Output
```
URL: https://example.com
Status: 200 OK
Response Time: 142ms
Content-Type: text/html
Server: ECS (sec/9393)
SSL: Valid until 2026-08-15 (DigiCert Inc)
```
## Notes
- No API key needed
- Rate limited to 50 requests/minute
- Shows full redirect chain for moved pages
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+clearly demonstrates output format with concrete example, making expected results unambiguous
+covers multiple modes (single, bulk, ssl, redirects) in one skill without overselling scope
weaknesses
~procedure section missing: no numbered steps, inputs/outputs undefined, unclear how to invoke bulk mode or handle file format
~edge cases barely touched: no mention of timeout behavior, http errors (4xx/5xx), malformed urls, file size limits, or ssl verification failures
~trigger phrases are generic and lack specificity (e.g. 'check status of' could match anything)