httpie

Installation
SKILL.md

HTTPie

HTTPie started as a CLI (http get example.com) and now includes a beautiful Desktop app (2025). It is famous for its human-friendly syntax.

When to Use

  • CLI: http POST api.com name=John is faster than curl -X POST -d '{"name":"John"}' ....
  • Desktop: Cleanest UI in the business. AI-assisted request building.
  • Quick Testing: Zero config needed.

Core Concepts

Simplified Syntax

: for headers (User-Agent:Chrome), = for string data (name=John), := for raw JSON (age:=25).

Sessions

Persistent sessions (cookies/headers) in CLI. http --session=logged-in API.

Related skills
Installs
1
GitHub Stars
7
First Seen
Feb 10, 2026