New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sk-cli-agent

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sk-cli-agent

A terminal agent powered by Google Gemini

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

🧠 AI Terminal Agent

A smart, terminal-based AI agent built with Node.js and powered by Google's Gemini model. It processes your natural language queries and can interact with local tools.

✨ Features

  • 🔁 Think → Act → Observe loop reasoning
  • 🛠️ Built-in tool support (e.g., execute shell commands, get weather info)
  • 💬 Terminal interface with structured JSON-based responses
  • ⚡ Powered by Gemini LLM

🚀 Getting Started

Step 1: Set the GEMINI_API_KEY Environment Variable

Before running the agent, you need to set your Gemini API key as an environment variable.

  • Windows PowerShell:

    $env:GEMINI_API_KEY="your-api-key";
    npx sk-ai-terminal-agent
    
  • Windows CMD:

    set GEMINI_API_KEY=your-api-key;
    npx sk-ai-terminal-agent
    
  • Windows Terminal: Use either of the above depending on the shell (CMD or PowerShell).

  • Linux / macOS:

    GEMINI_API_KEY=your-api-key
    npx sk-ai-terminal-agent
    

Keywords

terminal

FAQs

Package last updated on 02 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts