Back to AI Q&A
Hermes Agent plugin not working after installation?

Hermes Agent plugin not working after installation?

AI Q&A Admin 53 views

The Hermes Agent plugin does not take effect after installation, first check if it is only installed but not enabled. The official plugin system is opt-in: newly installed plugins may be in a non-enabled state by default, and must be added to plugins.enabled or enabled with a command before the next session will load.

Let's look at the status first

Run hermes plugins list. If the status is not enabled, Hermes has discovered the plugin but it is not loading; If it's disabled, it's explicitly turned off and won't load even if it was once enabled.

Correct enablement

  • Install and enable directly: hermes plugins install user/repo --enable.
  • Enabled after installation: hermes plugins enable 插件名.
  • Enter the interface: Run hermes plugins, switch with space.
  • After enabling it, reopen a Hermes session to avoid misjudging that the current session is not refreshed.

If you still don't see new tools or commands after enabling them, check the plugin type. Some plugins register hooks, some tools, and providers, and they may not always appear as slash commands.

Recommended Tools

More