Agent Skill

Let Skills-capable agents discover local transcription.

Install

Install with the standard skills installer — let it detect the client, or pass an explicit agent target.

npx skills add lattifai/EdgeSpeak-Skills

npx skills add lattifai/EdgeSpeak-Skills --agent claude-code
npx skills add lattifai/EdgeSpeak-Skills --agent cursor
npx skills add lattifai/EdgeSpeak-Skills --agent codex

Skills

Three skills, one per capability. The agent reads the skill instructions and shells out to edgespeak-cli; JSON output uses the same shape as the gateway API.

edgespeak-transcribe   audio/video → text + word timing   (edgespeak-cli transcribe)
edgespeak-align        known text → word timing           (edgespeak-cli align)
edgespeak-segment      raw text → sentences               (edgespeak-cli segment)

Requirements

The skills shell out to edgespeak-cli — a self-contained on-device runtime, no desktop app required. The desktop app ships the same CLI.

curl -fsSL https://edgespeak.com/install.sh | sh
edgespeak-cli trial

Manual install

If the installer is not available, clone the public repository and copy the skill folders into your agent's skills directory.

git clone https://github.com/lattifai/EdgeSpeak-Skills
cp -r EdgeSpeak-Skills/skills/* ~/.claude/skills/