# API Tester Toolkit

> API 接口网络测试与耗时诊断工具包。发起 HTTP GET/POST 请求、统计响应耗时与状态码、检查响应数据。

- Skill: `2428424081cn/api-tester-toolkit` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add 2428424081cn/api-tester-toolkit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/2428424081cn/api-tester-toolkit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: 2428424081cn (https://skillmd.com/u/2428424081cn)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/2428424081cn/api-tester-toolkit

---


# API 接口网络测试指南 (API Tester Toolkit)

当需要对外部或本地 HTTP 接口进行连通性探测、健康检查与耗时测量时使用。

## 使用流程
```bash
node scripts/http_probe.mjs "https://api.github.com/zen"
```

