pankajkumar952

Nexus AI Assistant — AI skill for Claude Code

AI community

⚡ Futuristic AI web assistant built with FastAPI, Vanilla JavaScript, Claude API, and Web Speech API, featuring voice interaction, smart commands, and conversational AI.

How to install Nexus AI Assistant

This entry records only its repository, not the path inside it, so there is no exact command to give. Open pankajkumar952/NEXUS_AI_ASSISTANT and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Nexus AI Assistant does

⚡ Futuristic AI web assistant built with FastAPI, Vanilla JavaScript, Claude API, and Web Speech API, featuring voice interaction, smart commands, and conversational AI.

Alternatives in AI

  • Omnara — by Ishaan Sehgal - A command center for AI agents that syncs Claude Code sessions across terminal, web, and mo 2.6k ★
  • Agentrq — AgentRQ: Human-in-loop realtime conversational task manager for AI Agents 1.1k ★
  • Claude Chat Exporter — Claude Chat Exporter is a JavaScript tool that allows you to export your conversations with Claude AI into a w 407 ★

README

⚡ NEXUS — AI-Powered Web Assistant

**NEXUS** is a browser-based conversational AI assistant designed with a modern futuristic interface, voice interaction, intelligent command handling, and AI-powered responses.

Originally inspired by a desktop AI assistant concept, NEXUS has been transformed into a **deployable full-stack web application** that can be accessed directly from a browser.

🔗 **Live Demo:** https://nexusassistant-liart.vercel.app/


✨ Features

  • 🎙️ **Voice Input & Output** Interact with NEXUS using the browser's native Web Speech API without requiring an external voice library.

  • 🤖 **AI-Powered Conversations** Uses the Anthropic Claude API to handle open-ended questions and generate intelligent responses.

  • ⚡ **Instant Commands** Built-in commands such as:

    • Current time
    • Jokes
    • Website opening
    • Quick web search
    • Calculator
    • Other predefined actions

    These commands are processed locally without an AI API call, providing near-instant responses.

  • 🎨 **Futuristic AI Dashboard** Custom dark-themed interface with animated AI-core rings, system diagnostics, status indicators, glowing elements, and an interactive chat interface.

  • 🌐 **Web-Based & Deployable** The application is designed to run as a web application and can be accessed remotely without installing a desktop application.

  • 📱 **Responsive Interface** The interface adapts to different screen sizes, including desktop, tablet, and mobile devices.

  • 🔐 **Backend API Architecture** The frontend communicates with a FastAPI backend through HTTP requests, keeping the AI integration separated from the client-side application.


🧠 How NEXUS Works

NEXUS follows a simple full-stack architecture:

                USER
                  │
                  ▼
        ┌──────────────────┐
        │    NEXUS UI      │
        │  HTML/CSS/JS     │
        │     Vercel       │
        └────────┬─────────┘
                 │