A curated collection of Hermes Agent skills for AI-assisted development, image generation, and game creation.
"We weave skills not for ourselves alone, but for the tribe." — Runa Gridweaver
Unreal Engine 5 game development — Nanite, Lumen, Blueprints, C++, multiplayer, Quixel, MetaHumans, and photoreal Norse aesthetics.
Use when:
- Building photoreal games with UE5
- Norse/Viking themed games
- Multiplayer co-op experiences
- AI-driven NPCs (WYRD Protocol integration)
- ComfyUI-generated assets in UE5
Key features:
- Nanite + Lumen setup guides
- Blueprint + C++ hybrid patterns
- Quixel Megascans integration
- MetaHuman character setup
- Multiplayer replication
- Norse aesthetic shaders
⚡ grok-ai
xAI Grok models via OpenRouter — Uncensored text generation, code, vision, and roleplay with Grok-2/3/4 and Grok-Code-Fast.
Use when:
- You need less-filtered responses
- Code generation (grok-code-fast-1)
- Image analysis (grok-vision)
- Roleplay without moralizing
- Honest, direct takes
Available models:
x-ai/grok-2— General chatx-ai/grok-3— Complex reasoningx-ai/grok-4-fast— Fast responsesx-ai/grok-code-fast-1— Code specialistx-ai/grok-vision— Image analysis
Flux.1 image generation — Fast, beautiful AI art via ComfyUI, Fal.ai, or Replicate. Better than SDXL for prompts and text-in-image.
Use when:
- Generating concept art
- Creating game textures
- Character portraits
- Text-in-image (signs, labels)
- Any AI imagery needs
Backends supported:
- ComfyUI — Local, free, full control
- Fal.ai — Cloud, fastest (~3-5s)
- Replicate — Cloud, reliable
cd ~/.hermes/skills
git clone https://github.com/hrabanazviking/hermes-skills-open.git# Copy specific skill
cp -r hermes-skills-open/unreal-engine-dev ~/.hermes/skills/software-development/
cp -r hermes-skills-open/grok-ai ~/.hermes/skills/mlops/
cp -r hermes-skills-open/flux-image-gen ~/.hermes/skills/creative/ln -s ~/hermes-skills-open/unreal-engine-dev ~/.hermes/skills/software-development/
ln -s ~/hermes-skills-open/grok-ai ~/.hermes/skills/mlops/
ln -s ~/hermes-skills-open/flux-image-gen ~/.hermes/skills/creative/Once installed, use skills in Hermes conversations:
@unreal-engine-dev Help me set up a UE5 project with Nanite and Lumen
@grok-ai Write a Python script using Grok-Code-Fast
@flux-image-gen Generate a Norse warrior portrait with Flux
Or load skills programmatically:
from hermes_tools import skill_view
# Load a skill
skill = skill_view('unreal-engine-dev')
print(skill['content'])# Verify skill structure
cd ~/hermes-skills-open/unreal-engine-dev
cat SKILL.md | head -20
# Test in Hermes
hermes skills list | grep unreal- Create skill directory:
mkdir my-new-skill/ - Add
SKILL.mdwith frontmatter - Add any reference files, templates, scripts
- Test in Hermes
- Submit PR
my-skill/
├── SKILL.md # Required: Main skill documentation
├── references/ # Optional: Reference docs
│ └── guide.md
├── templates/ # Optional: Code/config templates
│ └── config.yaml
├── scripts/ # Optional: Helper scripts
│ └── setup.sh
└── assets/ # Optional: Images, etc.
└── diagram.png
Contributions welcome! Please:
- Fork the repo
- Create a feature branch (
git checkout -b feature/my-skill) - Test your skill thoroughly
- Document clearly (follow existing skill format)
- Submit a PR
- ✅ Clear, complete documentation
- ✅ Working code examples
- ✅ MIT license compatible
- ✅ No hardcoded absolute paths
- ✅ Cross-platform where possible
- ✅ Pitfalls section for common issues
MIT License — See individual skill directories for details.
In short: Use freely, modify, share, no warranty.
Created by Volmarr Wyrd and Runa Gridweaver Freyjasdottir for the Hermes Agent community.
These skills were born from our own development work on NorseSaga — a Viking D&D RPG with:
- AI-driven NPCs powered by LLMs
- WYRD Protocol world model (ECS-based state management)
- Distributed architecture (Pi + laptop + servers)
- Tailscale mesh networking
- Local TTS (Piper, Kokoro, Parler)
- ComfyUI asset generation
We're sharing them because knowledge should flow like mead at a feast — freely, generously, to all who seek it.
"Code is craft. Skills are gifts. The tribe grows stronger when we share."
- NorseSaga Engine — Viking D&D with AI NPCs (private)
- WYRD Protocol — ECS world model (public, linked in skills)
- Hermes Agent — The AI agent framework we love
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Hermes Docs: https://hermes-agent.nousresearch.com/docs
Skills woven with love, logic, and a touch of Norse magic. 🖤⚡🎮