Free Meeting Transcriber skill
The public skill gives compatible agents a simple workflow:
- Use connected Free Meeting Transcriber MCP tools for reading when available.
- Fall back to
fmtr --jsonwhen MCP is unavailable. - Resolve meeting IDs from list or search results.
- Read meeting details before requesting the full transcript.
- Write only through the CLI — create meetings, edit note bodies, import and transcribe audio — because the MCP server is read-only.
- Never crawl or modify vault files directly.
Source
Section titled “Source”The maintained package is skills/fmtr. It includes references for setup, CLI commands, MCP tools, and errors.
Install it
Section titled “Install it”For an agent that loads skills from the filesystem, copy the complete skills/fmtr directory into that agent’s skills directory. Keep the directory name fmtr so its relative links continue to work.
The skills under .agents/skills are contributor workflows for this repository. They are not part of the public fmtr skill.