Showcase: Built a Discord Community Manager AI persona using discli + NEXUS #39
canoo
started this conversation in
Show and tell
Replies: 1 comment
|
This made my day, thanks for building it and for the kind words. Seeing discli used as the execution engine for a full persona is exactly what I Really appreciate you sharing it here. 🚀 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone! 👋
Huge kudos to @DevRohit06 and the contributors for building
discli! It is by far one of the cleanest, most agent-friendly CLIs for Discord automation.We just integrated
disclias the underlying execution engine for a new persona:discord-community-manager, built as part of our open-source AI persona framework NEXUS and persona vault Nexus-Personas.What the Persona Does
The
discord-community-managerpersona equips AI coding assistants (like Antigravity / Claude Code) with structured playbooks to manage Discord servers via the terminal:discli serveto handle mentions, greeting new joiners, and logging activityHow It Uses
discliRather than writing raw Discord API boilerplate, the agent executes commands directly:
We also added a direct reference in our persona documentation to
discli's upstreamagents/discord-agent.mdcatalog for low-level JSONL protocol details.If you're curious to see how the persona is structured or want to use it in your own agent workflow:
👉 discord-community-manager.md on GitHub
Thanks again for creating such a solid CLI tool! 🚀
All reactions