4
Hey Product Hunt! I created Diskly because I was frustrated with how Discord bots worked. I work at PocketPaw (https://github.com/pocketpaw/poc…), a self-hosted AI agent that runs on your machine in collaboration with Discord, Slack, Telegram, and more. I hit a wall when I was working on the Discord channel. Every Discord bot library forces you into if-else chains. “If the message contains X, reply Y.” An AI agent should not work this way. The agent must think and act for himself. Send messages, react, create threads, moderate, without having to hardcode every scenario. So I pulled the discord layer into its own tool: discli. It’s a CLI that gives any AI agent (or human) full access to Discord from a terminal. Your agent simply runs the command. No bot framework, no event handler boilerplate. What makes it different: – Works with any AI agent. claud, gpt, lang chain, or a bash script. If it can run commands, it can use Discord. – Security built-in. Permission profiles (read only/chat/full), audit logging, rate limiting, and authentication prompts for destructive operations. Your agent cannot accidentally ban your entire server. – Diskless Servo Mode. Persistent two-way JSONL connection for building bots complete with streaming responses, slash commands, and real-time events. – Also philanthropic. Manage your Discord server entirely from Terminal. No GUI required. Open source, pip install discord-cli-agent works on macOS, Linux, and Windows. Would love your feedback. What will you build with it?