genkit-shell
v1.1.8
Published
AI CLI interpreter using Genkit and Gemini
Downloads
40
Maintainers
Readme
Genkit Shell
AI-powered terminal interface using Genkit + Gemini + node-pty
A CLI tool that brings AI assistance directly into your terminal.
Built with Genkit, Google Gemini, and a real bash session using node-pty.
🚀 Features
!<your command>→ Converts natural language into real shell commands via AI.?→ Starts an interactive AI chat session.model?→ Switch between different Gemini AI models.lang?→ Choose AI communication language (EN, RU, DE, FR, ES, UA, ZH, JA).autostart-remove→ Removes Genkit Shell from auto-start in.bashrc.- Full bash environment using
node-pty, not emulated.
🛠 Installation
npm install -g genkit-shellOr run via npx (without installing globally):
npx genkit-shell🧪 Usage
Start the shell:
genkit-shellThen you can use:
AI Commands
!create a folder called logs and move all .txt files into itAsk about commands
ping?Switch AI Model
model?Change Language
lang?Start Chat Mode
?Exit with exit.
🔐 Environment Variables
Create a .env file in your project root:
GOOGLE_API_KEY=your_google_genai_api_key_hereYou can get your key from Google AI Studio.
💻 Author
Created by CyberScoper On npmjs Npmjs
