TechTripAi

Voice Fetch — Documentation skill for Claude Code

Documentation community

Transcribe a local audio file (Voice Memos .m4a, mp3, wav, …) fully on-device via WhisperKit and ingest it into the wiki — /voice-fetch.

How to install Voice Fetch

Installs to ~/.claude/skills/techtripai-techtrip-secondbrain-voice-fetch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/techtripai-techtrip-secondbrain-voice-fetch && curl -fsSL https://raw.githubusercontent.com/TechTripAi/techtrip-secondbrain/HEAD/commands/voice-fetch.md -o ~/.claude/skills/techtripai-techtrip-secondbrain-voice-fetch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Voice Fetch does


description: Transcribe a local audio file (Voice Memos .m4a, mp3, wav, …) fully on-device via WhisperKit and ingest it into the wiki — /voice-fetch . No cloud, no credentials; the audio never leaves the machine.

Read the `voice-fetch` skill, then run its flow for the given audio file.

  • Short forms are the point. /voice-fetch (or transcribe , or ingest .m4a) is the whole request — transcribe, then proceed to the ingest handoff. Never ask the user

Alternatives in Documentation

  • Notion Knowledge Capture — Convert conversations into structured, searchable Notion wiki entries 14.6k ★
  • Save — Save the current conversation or a specific insight into the wiki vault as a structured note 3.3k ★
  • Hyperresearch — Agent-driven research knowledge base 2.4k ★

Full documentation available on GitHub

View Source Repository