api-http-test

Installation
SKILL.md

API HTTP Test

Goal

Use this skill to run real HTTP requests with reusable project configuration and authentication.

Script location

  • <project-root>/.skills/api-http-test/ is config-only and stores http.toml.
  • Helper scripts live in the installed skill directory under scripts/.
  • If the current directory is not the target project, set HTTP_PROJECT_ROOT=/path/to/repo.

First-time setup (required)

  • Trigger setup with /api-http-test install.
  • The install action must call:
    • HTTP_PROJECT_ROOT=/path/to/repo /path/to/api-http-test/scripts/api_http_test.sh install
  • This creates .skills/api-http-test/http.toml in the target project.
Installs
3
First Seen
Mar 26, 2026
api-http-test — marco-meini/cursor