chanjing-digital-human
Installation
SKILL.md
Chanjing Digital Human
Access Chanjing website-side digital humans, voices, and synthesis tasks from FrameVideo. Reuse the OAuth plugin API client in packages/cli/src/tts/chanjingOpenapi.ts and the shared auth store in packages/cli/src/auth/store.ts — do not copy standalone credential scripts.
Auth Contract
framevideo auth loginor Studio login starts OAuth CLI Web Login.- Tokens live in the shared
oauthblock in~/.chanjing/credentials(honorsCHANJING_CONFIG_DIR). - Plugin requests use
Authorization: Bearer <access_token>. - Do not use
app_id,secret_key,CHANJING_OPENAPI_ACCESS_TOKEN, ordp_open_appdata.
framevideo auth status
Studio auth routes: see studio-routes.md.