Agent Skills
› xiaoY233/Chat2API
› chat2api-proxy-testing
chat2api-proxy-testing
GitHubChat2API代理测试的编排入口,用于验证对话、工具调用及路由等行为。通过管理API、HAR提取、模型矩阵和客户端重放等子技能,执行回归测试、健康检查与日志审查。
Trigger Scenarios
需要验证Chat2API代理功能时
执行代理回归测试或配置快照时
Install
npx skills add xiaoY233/Chat2API --skill chat2api-proxy-testing -g -y
SKILL.md
Frontmatter
{
"name": "chat2api-proxy-testing",
"description": "Use when validating Chat2API Manager proxy behavior across dialogue, tool calling, context, provider routing, request logs, and live client replay workflows."
}
Chat2API Proxy Testing
Use this as the orchestration entry point.
Focused Skills
- Use
chat2api-management-apifor management API setup, observation, and cleanup. - Use
chat2api-har-tool-fixtureto extract reusable fixtures from HAR files. - Use
chat2api-tool-client-replayto replay one client fixture against one or more models. - Use
chat2api-provider-model-matrixto discover/v1/modelsand run matrix coverage.
Default Order
- Run source regressions when code changed.
- Snapshot health and config through management API.
- Extract or select a fixture.
- Discover models through
/v1/models. - Replay scenarios.
- Inspect logs and sessions.
- 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.
Version History
- 59f03ab Current 2026-07-05 20:17


