Original Reddit post

Hey everyone! 👋 The problem we kept running into with AI chatbots was simple: A chatbot can generate a great response, but how does it actually take action? Building the backend for tool execution, code, APIs, files, and multi-step tasks ourselves was difficult and time-consuming. So we built AI Skill Engine and decided to open-source it. You add AI Skills through the built-in admin dashboard, connect your chatbot to the API, and it can behave more like Claude/OpenAI with tool-use capabilities. It includes multi-tenant support, sandboxed code execution, MCP, file processing, generative UI, audit logs, and an admin dashboard. Fully self-hostable and OpenAI API compatible. ⭐ If you’re building AI agents or chatbots, check it out and let me know what you think! GitHub — AI Skill Engine https://github.com/sandeshnaroju/ai-skill-engine submitted by /u/sandeshnaroju

Originally posted by u/sandeshnaroju on r/ClaudeCode