# Curlx

> Use this skill when the user wants to use curlx — Extended curl with JSON response formatting and request chaining.

- Skill: `javimosch/curlx` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/curlx`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/curlx/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/curlx

---


# curlx Plugin

Extended curl with JSON response formatting and request chaining

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

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

## Installation
```bash
go install github.com/curlx/curlx@latest
```

## Key Features
- http, curl, json, golang
- Non-interactive CLI with JSON output support
- Pipeline-ready for automation

