# Atac

> Use this skill when the user wants to send HTTP requests from the terminal — test REST APIs, manage collections and environments, or replace Postman/Insomnia with a TUI client.

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

---


# atac Plugin

Arc-inspired API client for the terminal. Send HTTP requests, manage collections, and switch environments without leaving the shell.

## Installation

```bash
cargo install atac
```

Download binaries from [GitHub Releases](https://github.com/Julien-cpsn/ATAC/releases).

## Basic Usage

```bash
# Launch the TUI
atac

# Import existing collections
atac import postman collection.json
atac import insomnia collection.json
```

## Features

- HTTP methods (GET, POST, PUT, PATCH, DELETE)
- Request headers, query params, and body editing
- Environment variables for base URLs and tokens
- Collection and folder organization
- Postman and Insomnia collection import

## Usage Examples

- "Test this API endpoint from the terminal"
- "Import my Postman collection and send a GET request"
- "Switch to the staging environment and hit /health"

## SuperCLI

```bash
sc atac _ _
sc plugins learn atac
```

