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.

javimosch fcaccb5 1.1 KB Updated

File contents

atac Plugin

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

Installation

cargo install atac

Download binaries from GitHub Releases.

Basic Usage

# 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

sc atac _ _
sc plugins learn atac

javimosch/supercli/tree/main/plugins/atac/skills/quickstart commit fcaccb5a1d

Frequently asked questions

npx skillmds@latest add javimosch/atac