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 storeshttp.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.tomlin the target project.