Agent Skills
› xiaoY233/Chat2API
› chat2api-provider-model-matrix
chat2api-provider-model-matrix
GitHub用于通过实时/v1/models API执行Chat2API提供商与模型矩阵测试,支持基于管理API的数据归因、清理及失败快速退出机制。
Trigger Scenarios
需要验证AI模型覆盖范围
运行模型兼容性测试
Install
npx skills add xiaoY233/Chat2API --skill chat2api-provider-model-matrix -g -y
SKILL.md
Frontmatter
{
"name": "chat2api-provider-model-matrix",
"description": "Use when running Chat2API provider and model matrix tests using live \/v1\/models discovery and management API attribution."
}
Chat2API Provider Model Matrix
Use this skill when model coverage must follow the live /v1/models surface.
Rules
- Use
GET /v1/modelsas the primary model source. - Use management API data for attribution and cleanup.
- Keep provider fail-fast opt-in.
Commands
CHAT2API_BASE_URL=http://127.0.0.1:8080 \
CHAT2API_MGMT_SECRET=mgmt_xxx \
CHAT2API_API_KEY=sk_xxx \
node skills/chat2api-provider-model-matrix/scripts/run-model-matrix.mjs \
--fixture backup/har/cherry-studio-fixture.json \
--profile cherry-studio
The default model source is GET /v1/models. Use --provider, --model, and --fail-fast-provider N to narrow live runs.
Version History
- 59f03ab Current 2026-07-05 20:17


