Ai Launcher banner
jellydn jellydn

Ai Launcher

AI community

Description

A fast, secure launcher CLI tool that lets you switch between different AI coding assistants using fuzzy search.

Installation

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

README

AI Launcher Logo

AI Launcher

A fast, secure launcher CLI tool that lets you switch between different AI coding assistants using fuzzy search. Built with TypeScript and Bun for optimal performance.

Installation β€’ Usage β€’ Configuration


✨ Features

  • πŸ” Fuzzy Search: Interactive terminal UI with real-time filtering and keyboard navigation
  • πŸ”§ Auto-Detection: Automatically finds installed AI CLIs (claude, cline, gemini, agy, opencode, amp, copilot, codex, interpreter, devin, kilo, kimi, mimo, pi, droid, ollama, cursor-agent, ccs, cmd, freebuff, grok, reasonix, omp, fx, jcode, pool)
  • ⚑ Direct Invocation: Skip the menu with ai or fuzzy matching
  • 🏷️ Aliases: Define short aliases for frequently used tools (e.g., ai c for claude)
  • πŸ“‹ Templates: Create command shortcuts with $@ argument/stdin placeholders
  • 🧠 Natural-Language Routing: Let a model choose the right template from config for free-form task descriptions
  • πŸ‘€ CCS Profiles: Automatically detects CCS profiles via ccs api list
  • πŸ“Š Git Diff Analysis: Analyze staged or commit diffs with AI assistants
  • πŸ“ ai summary: Summarize articles, emails, newsletters, and URLs (built-in subcommand)
  • πŸ“ ai meeting: Extract summaries, action items, and risks from meeting notes
  • πŸ”’ Security: Built-in command validation and injection prevention
  • 🌍 Cross-Platform: Works on macOS, Linux, and Windows
  • βš™οΈ Configuration: User-defined tools override auto-detection

Installation

One-line Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/jellydn/ai-launcher/main/install.sh | sh
Safer alternative (inspect before running)<