Which agents are supported?
Any Agent Skills client can install it. Official examples include Claude Code, Cursor, and Codex.
Agent workflows
After installing the EdgeSpeak Skill, agents can call edgespeak-cli for local audio and video.
The Skill teaches agents how to call the CLI. EdgeSpeak transcribes on-device and returns the result to the task.
The default command detects the current agent. Use the full install guide when you need an explicit --agent target.
npx skills add lattifai/EdgeSpeak-Skills
After installation, the agent calls the same CLI. You can also run it directly:
edgespeak-cli transcribe <audio-or-video-file>
When the app is running, the CLI uses the local gateway and warm model. Without the app, the CLI starts its bundled on-device engine.
| Dimension | EdgeSpeak | Other workflow |
|---|---|---|
| Install | Agent Skill + edgespeak-cli | Custom hosted API wiring |
| Audio | Stays local | Usually uploaded |
| Best for | Desktop agents and local automation | Server agents and batch jobs |
Any Agent Skills client can install it. Official examples include Claude Code, Cursor, and Codex.
No. Without the app, the CLI can start its bundled on-device engine.
No. The Skill teaches agents to call the CLI. MCP is a separate integration path.