#Can I create videos like this directly through Hermes?
1 messages · Page 1 of 1 (latest)
Yes, for Higgsfield specifically, use Higgsfield's own agent integration rather than Hermes' generic video-generation tool.
Higgsfield has an MCP/CLI setup for agent workflows, and their page lists Hermes Agent as a supported client:
The basic setup path they show is:
npm install -g @higgsfield/cli
higgsfield auth login
npx skills add higgsfield-ai/skills
That gives the agent access to Higgsfield's creative workflow directly: image/video generation, uploads, job polling, model selection, and asset history through the Higgsfield account.
For what you described, the workflow would be:
- Connect/authenticate Higgsfield with the CLI/MCP setup.
- Give your Social Media agent the source face/image.
- Ask it for the exact short-form video brief: format, platform, visual style, camera movement, duration, and caption/CTA if needed.
- Let the Higgsfield integration handle the actual image-to-video generation and polling.
Hermes does also have a built-in video_generate tool for other backends like xAI/FAL, but if the goal is specifically “make videos like this in Higgsfield,” the Higgsfield MCP/CLI integration is the better fit.
Thank you 🙏🏼