explaingit

0xzgbot/hermes-comfyui-skills

Analysis updated 2026-06-24

0Audience · designerComplexity · 1/5LicenseSetup · easy

TLDR

Three Hermes Agent skill bundles that load multiple ComfyUI image and video model skills with a single slash command instead of typing each one.

Mindmap

mindmap
  root((hermes-comfyui-skills))
    Inputs
      Hermes CLI
      Installed ComfyUI skills
    Outputs
      Slash command bundles
      Grouped model presets
    Use Cases
      Load all ComfyUI image skills at once
      Load video and animation skills together
      Run a full prompt session with one command
    Tech Stack
      Hermes
      YAML
      ComfyUI
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Load all ComfyUI image generation skills in Hermes with one slash command

USE CASE 2

Set up a video and animation prompting session for Wan, LTX, and Seedance at once

USE CASE 3

Group Flux 2, SDXL, and LTX prompt skills under a single namespace

What is it built with?

HermesYAMLComfyUI

How does it compare?

0xzgbot/hermes-comfyui-skills0xhassaan/nn-from-scratcha-little-hoof/dsr
Stars000
LanguagePythonPython
Setup difficultyeasymoderatehard
Complexity1/54/55/5
Audiencedesignerdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Bundles only wrap other skills, so the underlying ComfyUI and model skills must already be installed in Hermes.

MIT: do almost anything with the code as long as you keep the copyright notice.

In plain English

This repository is a small collection of preconfigured skill bundles for the Hermes Agent, aimed specifically at people using ComfyUI to generate images and video. ComfyUI is a node based interface for running open source image and video models like Flux, SDXL, LTX, Seedance, Wan, and AnimateDiff. Hermes is the agent framework these bundles plug into. A skill bundle, as the README explains it, is a Hermes YAML file that groups several individual skills together under one slash command. Without a bundle, you would have to type something like /comfyui /flux2 /ltx23 /quality_tokens one after another to load everything you need for a session. With a bundle installed, a single slash command pulls in the whole set. There are three bundles in the repo. /comfyui-prompting is the all in one set, loading nine skills covering Flux.2, two versions of LTX, Seedance 2, SDXL, Wan, plus general prompt engineering, quality token vocabularies, and iterative refinement advice. /comfyui-image is the narrower image only set, with four skills covering still image generation, img2img, ControlNet, inpainting, and upscaling. /comfyui-video focuses on video and animation with ten skills, adding camera motion vocabulary, character consistency tips, and beat based scripting on top of the underlying model skills. Installation is two commands at the Hermes command line. You tap the repository as a skill source and then either list and pick bundles or install one by name. The bundles only act as wrappers, so they assume the underlying skills are already installed on your system, things like the builtin comfyui skill, local workflow skills for Flux 2 and LTX, and various mlops helpers. If some of those underlying skills are missing, the bundle will still load the ones it can find and note the gaps. The project is MIT licensed.

Copy-paste prompts

Prompt 1
Walk me through installing hermes-comfyui-skills as a Hermes skill source
Prompt 2
Show the YAML for the /comfyui-image bundle and explain each skill it pulls in
Prompt 3
Write a new Hermes bundle that combines Flux 2 and SDXL prompting skills only
Prompt 4
List which underlying ComfyUI skills I need installed before the /comfyui-prompting bundle works

Frequently asked questions

What is hermes-comfyui-skills?

Three Hermes Agent skill bundles that load multiple ComfyUI image and video model skills with a single slash command instead of typing each one.

What license does hermes-comfyui-skills use?

MIT: do almost anything with the code as long as you keep the copyright notice.

How hard is hermes-comfyui-skills to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is hermes-comfyui-skills for?

Mainly designer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.