使用 Addis Assistant API (api.addisassistant.com) 提供语音转文本 (STT) 和文本翻译。当用户需要将音频文件转换为文本(特别是阿姆哈拉语)或在语言之间翻译文本(例如,阿姆哈拉语到英语)时使用。需要“x-api-key”。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install addis-assistant-stt或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install addis-assistant-stt⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/addis-assistant-stt/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: addis-assistant description: 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'. ---
This skill enables the use of the Addis Assistant API for both Speech-to-Text (STT) and text Translation.
This skill provides two primary functions:
Both functions require an x-api-key. This key should be provided as an argument to the respective scripts.
api.addisassistant.com/api/v2/sttPOST - 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).
api.addisassistant.com/api/v1/translatePOST - 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").
This skill includes scripts/ for direct execution and references/ for API details.
stt.py: Python script for Speech-to-Text.translate.py: Python script for text Translation.api_spec.md: Detailed API specifications and curl examples.安装 亚的斯亚贝斯助理 后,可以对 AI 说这些话来触发它
Help me get started with Addis Assistant
Explains what Addis Assistant does, walks through the setup, and runs a quick demo based on your current project
Use Addis Assistant to speech-to-Text (STT) and text Translation using the Addis Assistant...
Invokes Addis Assistant with the right parameters and returns the result directly in the conversation
What can I do with Addis Assistant in my design & creative workflow?
Lists the top use cases for Addis Assistant, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/addis-assistant-stt/ 目录(个人级,所有项目可用),或 .claude/skills/addis-assistant-stt/(项目级)。重启 AI 客户端后,用 /addis-assistant-stt 主动调用,或让 AI 根据上下文自动发现并使用。
亚的斯亚贝斯助理 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
亚的斯亚贝斯助理 可免费安装使用。请查阅仓库了解许可证信息。
使用 Addis Assistant API (api.addisassistant.com) 提供语音转文本 (STT) 和文本翻译。当用户需要将音频文件转换为文本(特别是阿姆哈拉语)或在语言之间翻译文本(例如,阿姆哈拉语到英语)时使用。需要“x-api-key”。
亚的斯亚贝斯助理 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Addis Assistant
Identifies repetitive steps in your workflow and sets up Addis Assistant to handle them automatically