Addis Assistant
/install addis-assistant-stt
Addis Assistant
Overview
This skill enables the use of the Addis Assistant API for both Speech-to-Text (STT) and text Translation.
Using This Skill
This skill provides two primary functions:
- Speech-to-Text (STT): Convert an audio file (e.g., Amharic) into text.
- Translation: Translate text from a source language to a target language.
Authentication
Both functions require an x-api-key. This key should be provided as an argument to the respective scripts.
STT Function
- Endpoint:
api.addisassistant.com/api/v2/stt - Method:
POST - Parameters:
audio: Path to the audio file (e.g.,"@/path/to/file")request_data: JSON string with"language_code": "am"(Amharic is the default and only supported language for now).
Translation Function
- Endpoint:
api.addisassistant.com/api/v1/translate - Method:
POST - Parameters:
text: The text to be translated.source_language: The language of the input text (e.g.,"am").target_language: The language to translate the text into (e.g.,"en").
Resources
This skill includes scripts/ for direct execution and references/ for API details.
scripts/
stt.py: Python script for Speech-to-Text.translate.py: Python script for text Translation.
references/
api_spec.md: Detailed API specifications and curl examples.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install addis-assistant-stt - 安装完成后,直接呼叫该 Skill 的名称或使用
/addis-assistant-stt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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'. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2163 次。
如何安装 Addis Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install addis-assistant-stt」即可一键安装,无需额外配置。
Addis Assistant 是免费的吗?
是的,Addis Assistant 完全免费(开源免费),可自由下载、安装和使用。
Addis Assistant 支持哪些平台?
Addis Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Addis Assistant?
由 dagmawibabi(@dagmawibabi)开发并维护,当前版本 v1.0.0。