voicenotesSync and access voice notes from Voicenotes.com. Use when the user wants to retrieve their voice recordings, transcripts, and AI summaries from Voicenotes. Supports fetching notes, syncing to markdown, and searching transcripts.
Install via ClawdBot CLI:
clawdbot install shawnhansen/voicenotesSync voice notes from voicenotes.com into the workspace.
export VOICENOTES_TOKEN="your-token-here"# Verify connection
./scripts/get-user.sh | jq .
# Fetch recent notes (JSON)
./scripts/fetch-notes.sh | jq '.data[:3]'
# Sync all notes to markdown files
./scripts/sync-to-markdown.sh --output-dir ./voicenotes
Fetch voice notes as JSON.
./scripts/fetch-notes.sh # All notes
./scripts/fetch-notes.sh --limit 10 # Last 10 notes
./scripts/fetch-notes.sh --since 2024-01-01 # Notes since date
Verify token and get user info.
./scripts/get-user.sh | jq '{name, email}'
Sync notes to markdown files with frontmatter.
./scripts/sync-to-markdown.sh --output-dir ./voicenotes
Output format:
---
voicenotes_id: abc123
created: 2024-01-15T10:30:00Z
tags: [idea, project]
---
# Note Title
## Transcript
The transcribed content...
## Summary
AI-generated summary...
Base URL: https://api.voicenotes.com/api/integrations/obsidian-sync
Headers required:
Authorization: Bearer {token}X-API-KEY: {token}Endpoints:
GET /user/info - User detailsGET /recordings - List voice notes (paginated)GET /recordings/{id}/signed-url - Audio download URLEach voice note contains:
recording_id - Unique identifiertitle - Note titletranscript - Full transcript textcreations[] - AI summaries, action items, etc.tags[] - User tagscreated_at / updated_at - Timestampsduration - Recording length in secondslinks.next for more pages--since to fetch only new notes since last syncAI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Turn your AI into JARVIS. Voice, wit, and personality — the complete package. Humor cranked to maximum.
Local Voice Input/Output for Agents using the AI Voice Agent API.
Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
本地生成 Telegram 语音消息,支持自动清洗、分段与临时文件管理。
Speak responses aloud on macOS using the built-in `say` command when user input indicates Voice Wake/voice recognition (for example, messages starting with "User talked via voice recognition on <device>").
向指定 Telegram 群组发送语音消息