# HTTP Check

> HTTP endpoint health checker with JSON output.

- Skill: `javimosch/http-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/http-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/http-check/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/http-check

---

# http-check Plugin
Check HTTP endpoint health. Returns status code and response time as JSON.
## Usage
- `http check health https://example.com` → {"status":200,"ms":42}

