A bridge between your voice recordings and Obsidian that uses OpenAI Whisper to transcribe audio and append it directly to your daily notes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install voice-note-transcriber
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install voice-note-transcriber using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Voice Note Transcriber is a powerful addition to the Openclaw Skills library designed for developers and researchers who rely on verbal ideation. It automates the extraction of text from audio files using high-fidelity OpenAI Whisper models and seamlessly integrates that data into an Obsidian personal knowledge management system. By focusing on the daily note workflow, it ensures that your spoken thoughts are captured, timestamped, and filed without manual copy-pasting.
This skill is built for those who value data sovereignty and a streamlined digital garden. Whether you are capturing a quick thought on the go or recording a long-form meeting, the Voice Note Transcriber handles vault detection, template conventions, and idempotent appending to keep your notes organized and searchable within the Openclaw Skills ecosystem.
To get started with this entry in the Openclaw Skills collection, ensure you have your OpenAI API key and Obsidian vault path ready.
# Install curl if not present
sudo apt install curl
# Export your OpenAI API Key
export OPENAI_API_KEY="sk-your-key-here"
# Configure your Obsidian Vault location
export OBSIDIAN_VAULT="$HOME/Documents/ObsidianVault"
# Run the transcription script
./scripts/transcribe-and-file.sh /path/to/voice-recording.m4a
The skill organizes data by adhering to Obsidian's daily note structure. It utilizes a specific metadata taxonomy to ensure entries are non-redundant.
| Field | Description | Default |
|---|---|---|
| Vault Path | The root directory of your Obsidian files | ~/ObsidianVault |
| Daily Notes Dir | Subfolder where journal entries reside | Daily Notes |
| File Format | The naming convention for notes | YYYY-MM-DD.md |
| Section Heading | The Markdown H2 used to group transcripts | ## Voice Note |
Transcripts are wrapped in an [!info] callout block containing the filename and a timestamp for visual clarity.
--prompt flag to improve transcription accuracy.--dry-run.--vault and --daily-dir flags for complex Openclaw Skills workflows.Loading
A powerful Solana-based prediction market skill for real-time odds analysis and automated betting execution.

Automate code reviews, service health checks, and Discord notifications for every pull request in your development pipeline.

An automated PR submission pipeline that combines code review, service health validation, and team notifications.

A comprehensive automated code review agent that analyzes pull requests for quality, security, and performance using standardized guidelines.

RAGFlow is a professional-grade open-source RAG engine that integrates DeepDoc parsing with a canvas-based agent workflow system.

An open-source Retrieval-Augmented Generation engine that combines deep document understanding with advanced AI agent capabilities.








































