mit einem Klick
Transcribe voice/audio to text using Groq Whisper API
npx skills add https://github.com/codemo1991/nanobot-webui --skill voice-transcribeKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
Transcribe voice/audio to text using Groq Whisper API
npx skills add https://github.com/codemo1991/nanobot-webui --skill voice-transcribeKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
| name | voice-transcribe |
| description | Transcribe voice/audio to text using Groq Whisper API |
| short_description | Voice to text transcription |
| keywords | voice, audio, transcription, whisper, speech to text |
| category | utilities |
| metadata | {"nanobot":{"emoji":"🎤"}} |
Receive voice/audio files and transcribe them to text using Groq Whisper API.
Use voice-transcribe tool for:
The voice_transcribe tool handles the entire workflow:
| Parameter | Type | Default | Description |
|---|---|---|---|
| file_path | string | required | Path to the audio file to transcribe |
{
"file_path": "/path/to/voice message.m4a"
}
{
"file_path": "recordings/meeting_2024.wav"
}
Record calendar events from natural language. Creates all-day events with no reminders.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
Multi-memory self-improve: patterns, episodic log, skill updates.
Delegate coding tasks to Claude Code CLI for implementation