.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TRANSLATION_PROVIDER
Translation provider type: 'llm' (for Large Language Models) or 'web' (for web translation APIs)
TRANSLATION_ENDPOINT
HTTP Endpoint for translation. Examples for OpenAI-compatible endpoints: DeepSeek: https://api.deepseek.com/v1/chat/completions OpenAI:…
TRANSLATION_CREDENTIAL
secret
API Key for translation service
TRANSLATION_MODEL_NAME
LLM model name to use
TTS_PROVIDER
TTS provider type: 'llm' (LLM-based TTS) or 'web' (Web TTS services such as Edge-TTS) 注:若仅使用 subtitle_only 模式,此处可留空
TTS_ENDPOINT
HTTP Endpoint for TTS service. (e.g. your custom OpenAI-compatible TTS bridge)
TTS_CREDENTIAL
secret
API Key for TTS service (if required)
TTS_VOICE_ID
Default Voice ID / character model for TTS
brew install flyctl && fly launch --from https://github.com/zbjincheng/openclaw-skill-videotranslate
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/zbjincheng/openclaw-skill-videotranslate
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/zbjincheng/openclaw-skill-videotranslate