addis-assistant
Provides Speech-to-Text (STT) and text Translation using the Addis Assistant API (api.addisassistant.com). Use when the user needs to convert an audio file to text (specifically Amharic), or translate text between languages (e.g., Amharic to English). Requires 'x-api-key'.
Why use this skill?
Enhance your OpenClaw agent with Addis Assistant to transcribe Amharic audio and translate text seamlessly. Install now for powerful multilingual support.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dagmawibabi/addis-assistant-sttWhat This Skill Does
The addis-assistant skill integrates the powerful Addis Assistant API into your OpenClaw agent, enabling seamless Speech-to-Text (STT) capabilities and robust text translation services. Specifically designed to handle Amharic language processing, this skill provides a streamlined pipeline for converting audio recordings into transcribed text and performing accurate translations between Amharic and other supported languages like English. It is an essential tool for users who need to bridge language gaps in multilingual workflows or automate the transcription of spoken content in the Amharic language.
Installation
To install this skill, use the ClawHub command line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/dagmawibabi/addis-assistant-stt
Ensure that you have an active x-api-key for the Addis Assistant API, as this will be required as an argument when executing the scripts provided within the skill package.
Use Cases
This skill is ideal for researchers, journalists, and developers working with Amharic audio data. Common use cases include:
- Converting recordings of Amharic interviews or speeches into searchable text documents.
- Translating official government or educational documents from Amharic to English to increase accessibility.
- Integrating real-time audio processing into local automated workflows where Amharic input is required.
- Enhancing cross-lingual communication apps by utilizing the underlying translation engine.
Example Prompts
- "Addis Assistant, please transcribe the audio file located at /data/meetings/interview_01.wav and save the text to my notes."
- "Translate this phrase from Amharic to English: 'እንዴት ነህ?'"
- "Convert this recording to text using the addis-assistant skill and provide a summary of what was discussed."
Tips & Limitations
- Language Support: The STT function currently defaults to and only supports Amharic ('am'). Ensure your audio files are clear to improve transcription accuracy.
- Authentication: Keep your x-api-key secure and do not hardcode it directly into scripts if sharing your agent configurations. Use environment variables instead.
- File Paths: When providing audio paths, ensure the agent has read permissions for the target directory to avoid execution errors during the conversion process.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dagmawibabi-addis-assistant-stt": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api, code-execution