Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ Each task is a persistent Hermes root session. You talk to it, it works, and the

## FAQ

**Can tasks use Hermes plugins and skills?**
Yes. Minions runs normal Hermes sessions, so installed plugins and skills stay
available to the agent. For example, a research or content task can use
Comment on lines +69 to +71

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 "Plugins" terminology is undocumented in AGENTS.md

AGENTS.md exclusively uses the term "skills" when describing how Minions extends agent capabilities (registered via external_dirs in ~/.hermes/config.yaml). The word "plugins" appears nowhere in the internal architecture docs. Adding it here without clarifying whether it refers to the same mechanism, a separate Hermes plugin system, or both may mislead users who consult AGENTS.md for implementation detail. If "plugins" is simply a user-facing synonym for Hermes skills, the FAQ should say so; if it's a distinct Hermes concept with a different installation path, it should be called out explicitly.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Claude Code Fix in Codex Fix in Conductor

[Hermes Tweet](https://github.com/Xquik-dev/hermes-tweet) when the local Hermes
profile has that plugin installed and configured.
Comment on lines +72 to +73

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Third-party promotional link without official vetting

The link points to github.com/Xquik-dev/hermes-tweet, an unofficial community repository, embedded in the project's primary README as the only concrete example of the plugin/skills feature. This is the first time an external, non-NousResearch repository is cited in official documentation. If the PR author is affiliated with that repo this reads as self-promotion; if they aren't, it cites an untested third-party project without any endorsement rationale. Either way, the official docs now carry a hard dependency on an external repo that can go private, get deleted, or be abandoned — leaving a dead link and no context. Consider linking to the official Hermes documentation on extending Hermes (e.g., https://hermes-agent.nousresearch.com/docs/) rather than a specific community plugin.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Claude Code Fix in Codex Fix in Conductor


**Can I use this with other agents?**
Not yet. The adapter interface exists, but launch is Hermes-only. OpenClaw is next.

Expand Down