Settings
← BackMiniMax Agent bridge
The app drives the real agent.minimax.io (which has Video Understanding) through a small Python bridge running on your machine. Start it once with python minimax/server.py. Cookies live in minimax/cookies.json.
How to start the bridge
1. cd minimax
2. pip install -r requirements.txt
3. playwright install chromium (one time)
4. python server.py — starts on port 8765
The bridge runs Chromium with a visible window. Don't close it while the app is running — it's the agent.minimax.io tab.
Claude account
Add Claude cookies from your browser to generate titles. The sessionKey cookie is required.
How to get Claude cookies
1. Open claude.ai and login
2. DevTools (F12) → Application → Cookies
3. Find sessionKey and copy it
Cookies expire periodically. Re-add them when they stop working.
Title generation model
Add cookies & verify to see only the models you can use
MiniMax analysis prompt
Sent to the MiniMax Agent together with your YouTube link. Use {youtube_url} as the placeholder (we substitute the URL on every request).
Claude title prompt
Sent to Claude with the MiniMax analysis to generate the title and hashtags.