GitDeployHub

zbjincheng/openclaw-skill-videotranslate

github.com/zbjincheng/openclaw-skill-videotranslate ↗
Python
8 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/zbjincheng/openclaw-skill-videotranslate
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/zbjincheng/openclaw-skill-videotranslate
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/zbjincheng/openclaw-skill-videotranslate
Or deploy to a different host
← Try another repo