A collection of plugins for the Hermes Agent runtime that I (Kegan) personally build and maintain.
Each plugin lives in its own subdirectory with its own README.md, plugin.yaml, and dependencies. To use a plugin, install it into Hermes' plugin directory (~/.hermes/plugins/<plugin-name>/) and follow the plugin's README for env vars and usage. To contribute or run plugins locally, see the Contributing Guide.
Image and video generation tools backed by xAI's Grok Imagine model.
- Install path:
~/.hermes/plugins/grok-imagine/(clone or symlink this repo'sGrokImagine/directory there) - Enable: Hermes auto-discovers plugins in
~/.hermes/plugins/; restart the Hermes runtime after installing - Required env vars:
XAI_API_KEY(console.x.ai) - Tools exposed:
xai_generate_image,xai_generate_video - Bundled skill:
grok-imagine:media-generation
- Please review our Code of Conduct before participating.
- If you discover a vulnerability, please responsibly disclose it following our Security Policy.