ワンクリックで
elevenlabs-transcribe
Transcribe audio with ElevenLabs speech-to-text through aivault capability json (no provider API key in skill runtime).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Transcribe audio with ElevenLabs speech-to-text through aivault capability json (no provider API key in skill runtime).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Complete guide for building Moldable apps. Use this skill when creating or modifying apps, creating or managing Scheduled automations, implementing workspace-aware storage, using typed native APIs for media, location, clipboard, notifications, displays, shortcuts, power/session state, local authentication, haptics, secure storage, USB, HID, serial, MIDI, or Bluetooth, declaring nativeHardware permissions, integrating with Moldable desktop messages, publishing artifacts, configuring workspaces, managing skills/MCPs, or troubleshooting app issues.
Author, review, and template beautiful responsive presentations and interactive web artifacts in the Moldable Slides and Artifacts apps. Use when the user wants to create or edit a slide deck, pitch, talk, interactive report, calculator/chart/table experience, durable runtime state, deck/page template, or publishable artifact in Moldable. Covers optional deck runtimes, staged builds, responsive page/deck authoring, persistence, and the Slides/Artifacts RPC APIs instead of standalone files.
Complete guide for using aivault as a zero-trust local vault and proxy for API secrets. Use this skill when initializing/configuring aivault, managing secrets and credentials, invoking capability-backed API calls, setting workspace/group isolation, adding custom providers, or troubleshooting daemon and policy issues.
Search, scrape, crawl, map, parse, and operate Firecrawl browser/agent workflows through aivault-backed Firecrawl API capabilities. No Firecrawl API key is read by the skill runtime.
Transcribe audio with Deepgram through aivault capability json (no provider API key in skill runtime).
Search and fetch place details via Google Places API (New) through aivault (no API key in skill runtime).
SOC 職業分類に基づく
| name | elevenlabs-transcribe |
| description | Transcribe audio with ElevenLabs speech-to-text through aivault capability json (no provider API key in skill runtime). |
| compatibility | Requires `aivault` CLI and Node.js (runs via `npx tsx`). |
| credentials | [{"name":"ELEVENLABS_API_KEY","description":"ElevenLabs API key for speech-to-text transcription","required":true}] |
This skill uses aivault to always keep your API keys safe.
Install aivault if it is not already available:
curl -fsSL https://aivault.moldable.sh/install.sh | sh
Store your ElevenLabs API key in aivault. The credential and all elevenlabs/* capabilities are auto-provisioned from the built-in registry.
aivault secrets create --name ELEVENLABS_API_KEY --value "YOUR_API_KEY" --scope global
npx -y tsx {baseDir}/scripts/transcribe.ts /path/to/audio.mp3
npx -y tsx {baseDir}/scripts/transcribe.ts /path/to/audio.mp3
npx -y tsx {baseDir}/scripts/transcribe.ts /path/to/audio.mp3 --json
npx -y tsx {baseDir}/scripts/transcribe.ts --url https://example.com/audio.mp3
elevenlabs/transcription.scribe_v2.