Agent Skills
› xiaoY233/Chat2API
› chat2api-proxy-testing
chat2api-proxy-testing
GitHub作为 Chat2API 代理测试的编排入口,协调管理 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


