mark xmpp skill as user-invocable

Amolith created

Add the user-invocable flag to the XMPP/Jabber
agent skill configuration so that it appears
in the list of directable skills.

Signed-off-by: Amolith <amolith@secluded.site>

Change summary

src/main.c | 1 +
1 file changed, 1 insertion(+)

Detailed changes

src/main.c 🔗

@@ -628,6 +628,7 @@ static int _agent_skill_command(int argc, char *argv[]) {
     "---\n"
     "name: communicating-through-xmppc\n"
     "description: \"Communicates with the user and other contacts over XMPP/Jabber using xmppc. Use when asked to send, list, or receive Jabber/XMPP messages.\"\n"
+    "user-invocable: true\n"
     "---\n"
     "\n"
     "Run `xmppc agent-skill` and follow the instructions it prints.\n"