원클릭으로
chat2api-har-tool-fixture
Use when converting OpenAI-compatible client HAR files into sanitized replayable Chat2API tool-calling fixtures.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when converting OpenAI-compatible client HAR files into sanitized replayable Chat2API tool-calling fixtures.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when operating Chat2API Manager's management API for testing, including health checks, config snapshots, temporary API keys, model mappings, sessions, logs, and cleanup verification.
Use when running Chat2API provider and model matrix tests using live /v1/models discovery and management API attribution.
Use when validating Chat2API Manager proxy behavior across dialogue, tool calling, context, provider routing, request logs, and live client replay workflows.
Use when replaying sanitized client tool-calling fixtures against Chat2API with client-specific pass/fail rules.
| name | chat2api-har-tool-fixture |
| description | Use when converting OpenAI-compatible client HAR files into sanitized replayable Chat2API tool-calling fixtures. |
Use this skill when a recorded client HAR should become reusable test input.
Authorization values.node skills/chat2api-har-tool-fixture/scripts/extract-har-fixtures.mjs \
--har backup/har/Cherry-Studio.har \
--client cherry-studio \
--out backup/har/cherry-studio-fixture.json
Use --har for the source HAR, --client for the fixture client profile, and --out for the output fixture path. If omitted, --har can come from CHAT2API_HAR, --client can come from CHAT2API_CLIENT_PROFILE, and output defaults to backup/har/<client>-tool-fixtures-<timestamp>.json.