# Chat2api Proxy Testing

> Use when validating Chat2API Manager proxy behavior across dialogue, tool calling, context, provider routing, request logs, and live client replay workflows.

- Skill: `xiaoy233/chat2api-proxy-testing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add xiaoy233/chat2api-proxy-testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xiaoy233/chat2api-proxy-testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: xiaoy233 (https://skillmd.com/u/xiaoy233)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xiaoy233/chat2api-proxy-testing

---


# Chat2API Proxy Testing

Use this as the orchestration entry point.

## Focused Skills

- Use `chat2api-management-api` for management API setup, observation, and cleanup.
- Use `chat2api-har-tool-fixture` to extract reusable fixtures from HAR files.
- Use `chat2api-tool-client-replay` to replay one client fixture against one or more models.
- Use `chat2api-provider-model-matrix` to discover `/v1/models` and run matrix coverage.

## Default Order

1. Run source regressions when code changed.
2. Snapshot health and config through management API.
3. Extract or select a fixture.
4. Discover models through `/v1/models`.
5. Replay scenarios.
6. Inspect logs and sessions.
7. Restore config and delete temporary test assets.

## Source Of Truth

The versioned source of truth is this `skills/chat2api-proxy-testing` directory plus the focused sibling skills. ignored .codex copies are local working copies only and must not be the only place where testing behavior is documented.

