From 77f167ef5261ca5200e239dfc4d547f555c1d144 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Fri, 3 Jul 2026 00:35:06 +0300 Subject: [PATCH] docs: add Hermes Tweet plugin context --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 28b64ee..a7359ed 100644 --- a/README.md +++ b/README.md @@ -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 +[Hermes Tweet](https://github.com/Xquik-dev/hermes-tweet) when the local Hermes +profile has that plugin installed and configured. + **Can I use this with other agents?** Not yet. The adapter interface exists, but launch is Hermes-only. OpenClaw is next.