voice-note-ingest

Transcribe voice notes and route them to relevant directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mscully4/franklin --skill voice-note-ingest-mscully4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-note-ingest
Source: https://github.com/mscully4/franklin/tree/main/.claude/skills/voice-note-ingest
Command: npx skills add https://github.com/mscully4/franklin --skill voice-note-ingest-mscully4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to ingest voice notes, preserving the exact words spoken, and automatically routes the content to the correct category for further analysis and storage.

Core Features & Use Cases

  • Exact Phrasing Preservation: Captures and preserves the exact words from voice notes without paraphrasing.
  • Dynamic Routing: Routes content to specific directories like 'originals/', 'concepts/', 'people/', etc., based on a decision tree.
  • Automated Transcription: Transcribes voice notes and files them appropriately without manual intervention.
  • Use Case: A user records a voice memo discussing a new business idea. The Skill transcribes it, routes it to the 'ideas/' directory, and links it to relevant pages.

Quick Start

Record a voice note discussing a new idea and say, "Ingest this voice memo into my brain."

Frequently Asked Questions about voice-note-ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically transcribe voice notes and route files to specific directories?

Voice note transcription and file routing is handled by ingesting audio, preserving exact speech, and using a decision tree to automatically write transcribed content to relevant directories like 'originals/', 'concepts/', and 'people/'.

What is the best way to capture voice memos without losing the exact phrasing?

Capturing exact phrasing from voice memos requires an ingestion process that transcribes the audio verbatim without paraphrasing, ensuring the original spoken words are preserved exactly as recorded for downstream analysis.

How does category routing work for transcribed voice content?

Category routing for transcribed voice content works through a decision tree that evaluates the transcribed text and automatically files it into corresponding directories, such as routing a new business idea to the 'ideas/' directory.

Do I need file system permissions to automate voice note transcription and storage?

Yes, file system permissions are required to enable routing and writing transcribed voice note files to designated directories, and access to gbrain storage and transcription services is also necessary for the workflow.

Can I use voice note ingestion for personal knowledge management and idea capture?

Voice note ingestion supports personal knowledge management by recording a voice memo, transcribing it automatically, and filing it into categorized directories like 'ideas/' while linking it to relevant pages for further analysis.

What are the limitations of automated voice note transcription without manual intervention?

Automated voice note transcription relies entirely on the accuracy of connected transcription services and the predefined decision tree logic, meaning routing failures or transcription errors require manual correction outside the automated workflow.