# Htp

> Use this skill when the user wants to use htp — HTTP test processor — run HTTP requests from files, validate responses, JSON report output.

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

---


# htp Plugin

HTTP test processor — run HTTP requests from files, validate responses, JSON report output

## Commands
- `htp self version` — Print htp version
- `htp _ _` — Passthrough to htp CLI

## Usage Examples
- `htp self version` — Check installed version
- `htp _ _ --help` — Show htp help
- `htp _ _ --json` — JSON output mode

## Installation
```bash
cargo install htp
```

## Key Features
- http, testing, rust, cli
- Non-interactive CLI with JSON output support
- Pipeline-ready for automation

