JSPM

ghostshell-ai

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q67500F
  • License MIT

AI-powered real-time interview copilot. Captures audio, transcribes with Whisper, generates answers with Gemma AI -- all in an invisible overlay.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ghostshell-ai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    GhostShell AI

    Real-time AI interview copilot for Windows. Captures audio, transcribes with Whisper, generates answers with Gemma AI -- all in an invisible overlay.

    Install

    npm install -g ghostshell-ai

    Usage

    ghostshell           # Launch the app
    ghostshell --setup   # Re-configure API keys
    ghostshell --persona resume.txt   # Use custom resume
    ghostshell --version
    ghostshell --help

    First Run

    On first launch, you'll be asked to choose:

    • Use default keys -- works immediately, shared free-tier quota
    • Use your own keys -- browser opens to get free API keys (2 minutes)

    Keys are saved locally in ~/.ghostshell/config.json and never uploaded anywhere.

    How It Works

    1. Press REC to capture audio (interviewer or your mic)
    2. Press STOP -- audio is transcribed by Whisper in <1 second
    3. AI generates an answer in ~2 seconds using your resume context
    4. Answer appears in the transparent overlay

    The overlay is invisible to screen sharing (Windows Display Affinity).

    Commands

    Key Action
    Ctrl+Shift+G Toggle click-through mode
    REC / STOP Toggle recording
    SCAN Screenshot analysis (MCQ, coding, diagrams)

    Requirements

    • Windows 10/11
    • Node.js 16+

    API Keys (Free)

    Service What For Get Key
    Google AI Studio Gemma 3 AI model aistudio.google.com/apikey
    Groq Whisper transcription console.groq.com

    Both are completely free with generous limits.

    License

    MIT