#Can I create videos like this directly through Hermes?

1 messages · Page 1 of 1 (latest)

patent grotto
#

I just used Higgsfield to test out and made this video. It used just an image of my face and I wrote out a one sentence prompt to test out.
I have a dedicated Social Media agent on Hermes. What is the best way to go about having my Hermes agent make videos like this

orchid depot
#

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:

https://higgsfield.ai/cli

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:

  1. Connect/authenticate Higgsfield with the CLI/MCP setup.
  2. Give your Social Media agent the source face/image.
  3. Ask it for the exact short-form video brief: format, platform, visual style, camera movement, duration, and caption/CTA if needed.
  4. 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.