Skip to content

Getting Help

Installation Issues

Most Hermes skills install with a single command. If you're having trouble, make sure:

  • Hermes Agent is installed and running (hermes status)
  • Your Hermes version is up to date (hermes update)
  • Required dependencies are installed (hermes doctor)

Skill Issues

If a skill isn't working as expected:

  • Check the skill's SKILL.md for configuration requirements
  • Make sure required API keys are set in your .env file
  • Run hermes skills list to verify it's installed
  • Check gateway logs: tail ~/.hermes/logs/gateway.log

Submit a Skill

Built something great for Hermes? We want to feature it. Skills should be:

  • Production-tested (you use it yourself)
  • Well-documented (SKILL.md with clear setup instructions)
  • Self-contained (no external dependencies that aren't declared)
  • Useful (solves a real problem for Hermes operators)

Contact Us