Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: transcribe this Amharic audio file and translate it to English
- 1Send audio file to api.addisassistant.com/api/v2/stt with language_code 'am'
- 2Receive transcribed Amharic text from the STT response
- 3Send transcribed text to api.addisassistant.com/api/v1/translate with source_language 'am' and target_language 'en'
- 4Return the English translation to the user
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.