用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HybridAIOne/hybridclaw --skill speech-detect-language命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Read, send, react to, edit, pin, and thread Discord messages with HybridClaw's `message` tool.
Work with Lexware Office contacts, products, invoices, quotations, bookkeeping vouchers, receipts, payment status, and guarded invoice, quotation, or expense writes through the Public API.
Expose HybridClaw as a custom Alexa skill and prepare guarded Alexa smart-home/device control payloads without exposing Amazon credentials.
基于 SOC 职业分类
正在显示 SKILL.md
| name | speech.detect-language |
| description | Detect the dominant spoken language in an audio clip with the native audio_transcribe tool. |
| user-invocable | true |
| requires | {"bins":["node"]} |
| credentials | [{"id":"openai-api-key","kind":"api_key","required":false,"secret_ref":{"source":"store","id":"OPENAI_API_KEY"},"scope":"OpenAI speech-to-text language detection through transcription metadata.","how_to_obtain":"Create an OpenAI API key. Set `OPENAI_API_KEY` through browser admin at the active `/admin/secrets` route; if browser admin is unavailable, use `/secret set OPENAI_API_KEY \"<api-key>\"` in browser `/chat` or TUI; local console fallback: `hybridclaw secret set OPENAI_API_KEY \"<api-key>\"`."},{"id":"deepgram-api-key","kind":"api_key","required":false,"secret_ref":{"source":"store","id":"DEEPGRAM_API_KEY"},"scope":"Deepgram speech-to-text language detection.","how_to_obtain":"Create a Deepgram API key. Set `DEEPGRAM_API_KEY` through browser admin at the active `/admin/secrets` route; if browser admin is unavailable, use `/secret set DEEPGRAM_API_KEY \"<api-key>\"` in browser `/chat` or TUI; local console fallback: `hybridclaw secret set DEEPGRAM_API_KEY \"<api-key>\"`."},{"id":"assemblyai-api-key","kind":"api_key","required":false,"secret_ref":{"source":"store","id":"ASSEMBLYAI_API_KEY"},"scope":"AssemblyAI speech-to-text language detection.","how_to_obtain":"Create an AssemblyAI API key. Set `ASSEMBLYAI_API_KEY` through browser admin at the active `/admin/secrets` route; if browser admin is unavailable, use `/secret set ASSEMBLYAI_API_KEY \"<api-key>\"` in browser `/chat` or TUI; local console fallback: `hybridclaw secret set ASSEMBLYAI_API_KEY \"<api-key>\"`."}] |
| metadata | {"hybridclaw":{"category":"media","short_description":"Spoken-language detection for audio routing.","tags":["speech","transcription","language-detection","audio"],"related_roadmap":["R21.69"],"issue":999}} |
Use the native audio_transcribe tool with action: "detect-language" when
the user asks what language is spoken in an audio clip or when a later
transcription workflow needs a routing decision.
Pass audio as a current attachment filename/ref, /workspace path,
/discord-media-cache path, /uploaded-media-cache path, or HTTPS media URL.
Use provider: "auto" unless the user requests a specific provider.
Return the detected language, provider, duration, cost, and any warnings. Do
not present the full transcript unless the user asked for transcription.