{"id":29068565,"url":"https://github.com/underctrl-io/agent","last_synced_at":"2025-06-27T11:08:11.026Z","repository":{"id":300231428,"uuid":"1001923164","full_name":"underctrl-io/agent","owner":"underctrl-io","description":"Agent is an advanced AI-powered Discord bot built with CommandKit that leverages natural language processing to provide an intuitive and powerful interaction experience.","archived":false,"fork":false,"pushed_at":"2025-06-14T18:11:27.000Z","size":546,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-20T15:15:02.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/underctrl-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-14T10:28:09.000Z","updated_at":"2025-06-14T18:11:30.000Z","dependencies_parsed_at":"2025-06-20T15:15:07.536Z","dependency_job_id":"33171e27-5ff4-4f95-9e36-9d1e08117056","html_url":"https://github.com/underctrl-io/agent","commit_stats":null,"previous_names":["underctrl-io/agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/underctrl-io/agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/underctrl-io%2Fagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/underctrl-io%2Fagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/underctrl-io%2Fagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/underctrl-io%2Fagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/underctrl-io","download_url":"https://codeload.github.com/underctrl-io/agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/underctrl-io%2Fagent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262244892,"owners_count":23281027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-27T11:08:06.953Z","updated_at":"2025-06-27T11:08:11.017Z","avatar_url":"https://github.com/underctrl-io.png","language":"TypeScript","readme":"# Agent 🤖\n\nAgent is an advanced AI-powered Discord bot built with [CommandKit](https://commandkit.dev/) that leverages natural language processing to provide an intuitive and powerful interaction experience. Built with modern technologies, it offers a seamless way to manage Discord servers and engage with communities through various features.\n\n## ✨ Features\n\n- **Natural Language Commands**: Interact with the bot using everyday language\n- **Channel Management**: Create and manage Discord channels effortlessly\n- **Interactive Polls**: Create and manage polls with natural language inputs\n- **AI Image Generation**: Generate images from text descriptions using Clipdrop API\n- **Smart Chatbot**: Engage in natural conversations with context awareness\n- **Google AI Integration**: Leverage Google's AI capabilities for enhanced features\n\n\u003e [!NOTE]\n\u003e This repository is just a simple example of what can be built with Agent. The actual implementation may vary based on your specific needs and requirements.\n\n\u003e Did you know that this project was vibe coded? 🤖 You can do that yourself by utilizing https://commandkit.dev/llms.txt in your code editor such as Cursor.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v22 or higher)\n- [Bun](https://bun.sh/) (for package management)\n- A Discord bot token\n- Google API key\n- Clipdrop API key\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/underctrl-io/agent.git\ncd agent\n```\n\n2. Install dependencies:\n\n```bash\nbun install\n```\n\n3. Configure environment variables:\n   Create a `.env` file in the root directory with the following variables:\n\n```env\nDISCORD_TOKEN=\"your_discord_token\"\nGOOGLE_API_KEY=\"your_google_api_key\"\nCLIPDROP_API_KEY=\"your_clipdrop_api_key\"\n```\n\nYou can obtain the required API keys from:\n\n- Discord Token: [Discord Developer Portal](https://discord.com/developers/applications)\n- Google API Key: [Google AI Studio](https://aistudio.google.com/apikey)\n- Clipdrop API Key: [Clipdrop API Documentation](https://clipdrop.co/apis/docs/text-to-image)\n\n4. Start the bot:\n\n```bash\nbun dev\n```\n\n## 🎯 Features Showcase\n\n### Natural Language Poll Creation\n\nCreate polls using everyday language. The bot understands context and can handle follow-up questions naturally.\n\n![Create poll with natural language](./assets/create-poll.png)\n![Create poll with natural language](./assets/create-poll-2.png)\n\n### AI Image Generation\n\nGenerate images from text descriptions using natural language prompts.\n\n![Generate image with natural language](./assets/image-generation.png)\n\n### Context-Aware Chatbot\n\nEngage in natural conversations with the bot that maintains context and provides relevant responses.\n\n![Chatbot](./assets/chatbot.png)\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 🙏 Acknowledgments\n\n- [Discord.js](https://discord.js.org/) for the Discord API wrapper\n- [CommandKit](https://commandkit.dev/) for the Discord.js framework with AI capabilities\n- [Google AI](https://ai.google/) for generative AI models\n- [Clipdrop](https://clipdrop.co/) for image generation API\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funderctrl-io%2Fagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funderctrl-io%2Fagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funderctrl-io%2Fagent/lists"}