agent-cli
Local voice transcription, text correction, and parallel coding workflows
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agent-cli?โผ
Run `npx skills add basnijholt/agent-cli --all -g -y` in your terminal to install all skills in this suite globally.
How to transcribe voice to text locally?โผ
Use the `transcribe` command, which records your microphone and copies the text to your clipboard using a local Whisper server, with optional system-wide hotkeys.
How to run parallel coding agents in git worktrees?โผ
Use `agent-cli dev new <branch> --prompt-file <file>` to spin up isolated worktrees, each with its own coding agent working on a separate task.
Does agent-cli work offline without cloud APIs?โผ
Yes. It is local-first by design, using Ollama, Whisper, and Kokoro on your machine, with OpenAI or Gemini only as optional providers.
Which platforms does agent-cli support?โผ
It runs on macOS and Linux, with a native macOS menu bar app, Docker images, and setup scripts for automated installation.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core