LaunchKit · 2026
Back to Skills

addis-assistant-stt

Provides Speech-to-Text (STT) and text.

1
1.8k downloads
by @dagmawibabi

Setup & Installation

openclaw skills install @dagmawibabi/addis-assistant-stt

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install addis-assistant-stt

What This Skill Does

Connects to the Addis Assistant API to transcribe Amharic audio files and translate text between languages. Supports STT via multipart audio upload and translation via REST endpoints.

Purpose-built for Amharic, which most general-purpose STT and translation APIs handle poorly or not at all.

When to use it

  • Transcribing Amharic voice recordings to text
  • Converting meeting audio in Amharic to written notes
  • Translating Amharic documents to English
  • Building pipelines that process Amharic speech input
  • Automating subtitle generation for Amharic audio content

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: transcribe this Amharic audio file and translate it to English

AGENT
  1. 1Send audio file to api.addisassistant.com/api/v2/stt with language_code 'am'
  2. 2Receive transcribed Amharic text from the STT response
  3. 3Send transcribed text to api.addisassistant.com/api/v1/translate with source_language 'am' and target_language 'en'
  4. 4Return the English translation to the user
OUTPUT

English text translated from the transcribed Amharic audio

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Addis Assistant API key (x-api-key) from api.addisassistant.com