# Chatbot Command Generator > AI-powered tool that generates ready-to-paste chatbot commands for live streamers. Describe what you want in plain English, select your bot, and get exact syntax you can paste straight into your dashboard. Free to use. No account required to generate. URL: https://chatbotcommandgenerator.com Full documentation: https://chatbotcommandgenerator.com/llms-full.txt ## What it does Streamers type a plain-English description of the command they want (e.g. "a !hug command that tags a random viewer with a funny message"). The tool uses Claude AI to look up the latest official documentation for the selected bot platform and returns the exact command string — nothing else. The output is ready to paste into a bot dashboard or chat. ## Supported bots - StreamElements (cloud bot, uses `!command add` prefix) - Nightbot (cloud bot, uses `!commands add` prefix) - Streamlabs (cloud bot, uses `!command add` prefix) - Fossabot (cloud bot, uses `!command add` prefix) ## Supported streaming platforms Twitch, Kick, YouTube ## Example outputs StreamElements — "make a !lurk command": `!command add !lurk ${user} is now lurking in the shadows. They'll be back... maybe.` Nightbot — "count how many times I die this stream": `!commands add !deaths Current death count: $(count)` Streamlabs — "shoutout command with a message": `!command add !so Go check out $(touser) at twitch.tv/$(touser) — they're an awesome streamer!` Fossabot — "subscriber-only hello command": `!command add !hello $(user) — welcome, valued subscriber! PogChamp [userlevel: subscriber]` ## Free vs Pro Free: unlimited command generation, no account needed. Pro (paid): save and organize generated commands by bot, export full command packs, ad-free experience, access to the Community board (browse and reuse commands shared by other streamers).