# chatbot_skill > Skill for Generative AI interactions (wrapping Google Gemini) - Author: Shafqat Sarwar - Repository: Shafqatsarwar/hackathon_panaverse - Version: 20260125045807 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Shafqatsarwar/hackathon_panaverse - Web: https://mule.run/skillshub/@@Shafqatsarwar/hackathon_panaverse~chatbot_skill:20260125045807 --- --- name: chatbot_skill description: Skill for Generative AI interactions (wrapping Google Gemini) --- # Chatbot Skill This skill allows agents to generate text and responses using Google's Gemini models. ## Capabilities - Generate content (chat) - Stream content - Manage chat sessions ## Usage ```python from skills.chatbot_skill.skill import ChatbotSkill skill = ChatbotSkill(api_key="...") response = skill.generate_response("Hello!") ``` ## Configuration Requires `GOOGLE_API_KEY` in `.env`.