audio-note-taker语音笔记助手:录音自动转文字并整理成结构化笔记,支持说话人识别,自动总结要点和行动项
Install via ClawdBot CLI:
clawdbot install utopiabenben/audio-note-takerGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
$OPENAIAI Analysis
The skill's stated purpose is consistent with its use of OpenAI APIs (Whisper and GPT) for transcription and summarization, which requires sending audio data externally. No hidden instructions, credential harvesting, or obfuscation are evident. The primary risk is data privacy, as user audio is sent to a third-party API.
Audited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Automatically transcribes and structures meeting recordings into actionable notes with speaker identification and decision summaries, reducing manual note-taking effort and ensuring accurate follow-ups.
Converts lecture or seminar recordings into organized text notes with key points extraction, aiding students and educators in study material creation and review.
Transforms interview audio into formatted transcripts with speaker differentiation, enabling journalists to quickly draft articles and verify quotes.
Processes project review recordings to generate structured summaries with action items, facilitating team reflection and future planning.
Converts personal audio recordings into text-based notes for daily reflections or idea capture, supporting individual productivity and memory retention.
Offer a cloud-based service with tiered plans based on usage limits, transcription accuracy, and advanced features like AI summarization, targeting businesses and professionals.
Provide on-premise or custom deployments for large organizations with enhanced security, integration capabilities, and dedicated support, focusing on industries like legal or healthcare.
Offer a free basic version for individual users while charging for API calls, advanced models, and bulk processing, appealing to developers and startups.
💬 Integration Tip
Integrate with calendar apps to automatically process meeting recordings or use webhooks to trigger transcriptions from collaboration tools.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Start voice calls via the OpenClaw voice-call plugin.
Local text-to-speech via sherpa-onnx (offline, no cloud)