Toolverse
All skills

addis-assistant

by openclaw

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'.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
1

About this skill

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'.

How to use

  1. Uzyskaj klucz API (x-api-key) od Addis Assistant i przygotuj go do użycia w skrypcie.

  2. Aby zamienić mowę na tekst, przygotuj plik audio w formacie obsługiwanym przez API. Skrypt stt.py wysyła żądanie POST na endpoint api.addisassistant.com/api/v2/stt, przekazując ścieżkę do pliku audio oraz parametr language_code ustawiony na "am" (amharski).

  3. Uruchom skrypt Speech-to-Text, podając ścieżkę do pliku audio i klucz API. Skrypt zwróci transkrypcję tekstu z pliku dźwiękowego.

  4. Aby przetłumaczyć tekst, użyj skryptu translate.py. Przygotuj tekst do tłumaczenia, kod języka źródłowego (np. "am" dla amharskiego) i kod języka docelowego (np. "en" dla angielskiego).

  5. Skrypt wysyła żądanie POST na endpoint api.addisassistant.com/api/v1/translate z parametrami text, source_language i target_language. Zwraca przetłumaczony tekst w języku docelowym.

  6. Oba skrypty wymagają przekazania klucza API jako argumentu. Zapoznaj się z dokumentacją api_spec.md w katalogu references/ aby zobaczyć szczegółowe parametry i przykłady curl dla każdego endpointu.

Related skills

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173