Video Editing With Claude Code
by @susan4731-wilfordf
Get code-edited videos ready to post, without touching a single slider. Upload your raw video footage (MP4, MOV, AVI, WebM, up to 500MB), say something like...
> Got raw video footage to work with? Send it over and tell me what you need β I'll take care of the AI-assisted code editing.
Try saying:
Getting Connected
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".
If NEMO_TOKEN is in the environment, use it directly and create a session. Otherwise, acquire a free starter token:
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with the X-Client-Id headertoken with 100 free credits valid for 7 days β use it as NEMO_TOKENThen create a session by POSTing to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer authorization and body {"task_name":"project","language":"en"}. The session_id in the response is needed for all following requests.
Tell the user you're ready. Keep the technical details out of the chat.
Video Editing with Claude Code β Automate and Export Edited Videos
Send me your raw video footage and describe the result you want. The AI-assisted code editing runs on remote GPU nodes β nothing to install on your machine.
A quick example: upload a 2-minute screen recording or phone clip, type "write a Claude script to trim silences, add text overlays, and export as MP4", and you'll get a 1080p MP4 back in roughly 1-2 minutes. All rendering happens server-side.
Worth noting: shorter clips under 60 seconds let Claude iterate and refine the edit script faster.
clawhub install video-editing-with-claude-code