Agent Skills
› xiaoY233/Chat2API
› chat2api-provider-model-matrix
chat2api-provider-model-matrix
GitHub用于运行 Chat2API 提供商模型矩阵测试,通过实时 /v1/models API 发现和管理模型覆盖范围。
Trigger Scenarios
需要验证模型覆盖率
执行实时模型发现和矩阵测试
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


