Mokksh-bhatt

Local AI — AI skill for Claude Code

AI community

Local hub that lets apps talk to Cursor, Claude, Copilot, Codex, and Aider CLIs using your own accounts.

How to install Local AI

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

What Local AI does

Local hub that lets apps talk to Cursor, Claude, Copilot, Codex, and Aider CLIs using your own accounts.

Alternatives in AI

  • Hexstrike AI — HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomousl 8.2k ★
  • Cursor Talk To Figma MCP — TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to c 7k ★
  • Claude Squad — by smtg-ai - Claude Squad is a terminal app that manages multiple Claude Code, Codex (and other local agents i 6.5k ★

README

Local AI

A local hub that lets your apps talk to AI coding CLIs you already have — Cursor, Claude Code, GitHub Copilot, Codex, and Aider — so **you** pay the provider, not the app.

**Docs (start here):** [Usage](docs/usage.md) · [SaaS / app integration](docs/integration-examples.md) · [Overview](docs/overview.md) · [Install](docs/installation.md) · [FAQ](docs/faq.md)

![Workbench — one UI over the CLIs you already signed into](docs/images/workbench.png)

One workbench: workspace, chat, agent/model, approvals, Changed / Memory.

![SaaS in the browser → 127.0.0.1 → Local AI hub → vendor CLI](docs/images/byok.png)

Your page stays in the browser. Tokens stay on the user’s CLI account.

Who is this for?

  • Indie SaaS — ship an “AI coding” feature without putting Anthropic/OpenAI keys (or the invoice) on your servers. Each customer runs Local AI and uses their own CLI login.
  • Internal tools — wiki bots, PR helpers, ticket drafts on engineer laptops, billed to existing Copilot or Claude seats.
  • Script hackerscurl / Node against localhost when you already live in the terminal and don’t want another API SDK.

This is a **localhost bridge**, not a hosted model and not a prettier `claude` prompt. If you only want a TUI, use the vendor CLI directly.

Overview

Local AI is a small workbench that runs on your machine (`http://127.0.0.1:5173`). It does not call Anthropic, OpenAI, or GitHub APIs itself. It starts the official CLI for the agent you pick, using the login and keys already on your computer.

That is the point: **bring your own account (BYOK)**. Apps stay out of the token bill. Prompts and code stay on your machine. You keep the same subscriptions you use in the terminal.

More detail: [docs/overview.md](docs/overview.md). Protocol and request shapes: [docs/usage.md](docs/usage.md).

SaaS integration (the whole idea)

Your web app stays in the **browser**. It never sees th