Chat2api Tool Client Replay

Use when replaying sanitized client tool-calling fixtures against Chat2API with client-specific pass/fail rules.

xiaoy233 953cf74 5 files · 5.7 KB Updated

File contents

Chat2API Tool Client Replay

Use this skill to replay fixture scenarios for clients such as Cherry Studio, generic OpenAI tools, or unknown HAR-derived clients.

Rules

  • Preserve exact tool names.
  • Validate stream and non-stream behavior separately.
  • Use profiles for client-specific prompt-protocol expectations.

Commands

CHAT2API_API_KEY=sk_xxx \
node skills/chat2api-tool-client-replay/scripts/replay-client-fixture.mjs \
  --fixture backup/har/cherry-studio-fixture.json \
  --profile cherry-studio \
  --model deepseek-v4-flash

Use --dry-run to check profile, model, and fixture selection without live requests. If the fixture file exists, dry-run parses the fixture schema and reports fixtureExists plus scenarioCount; if it is missing, dry-run still exits successfully with fixtureExists: false.

Profiles

  • cherry-studio: Cherry Studio headers and visible prompt-tool-use expectations.
  • openai-tools: generic OpenAI-compatible tool-calling expectations.
  • custom-har: empty client headers for replaying sanitized HAR-derived fixtures.

xiaoy233/chat2api/tree/main/skills/chat2api-tool-client-replay commit 953cf74c5c

Frequently asked questions

npx skillmds@latest add xiaoy233/chat2api-tool-client-replay