Agent skill
httpie
HTTPie human-friendly HTTP client. Use for API testing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/httpie
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=Johnis faster thancurl -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.
Best Practices (2025)
Do:
- Use the Desktop App: It syncs with the CLI.
- Use
--offline: To inspect how the request would look without sending it.
Don't:
- Don't use
curlfor JSON: Unless you are pasting to a colleague who doesn't have HTTPie. HTTPie is superior for JSON.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?