Fyxer
Fyxer AI records and summarizes meetings. Use the /fyxer command to process recordings end-to-end.
Key Conventions
- Recording URL:
https://app.fyxer.com/call-recordings/<meeting-uuid>:<calendar-event-id> - Cache location:
~/.simpleapps/fyxer/<meeting-uuid>/— containssummary.txt,transcript.txt,message.txt - Use only the meeting UUID (before the colon) for cache folders, duplicate checks, and frontmatter
- Fyxer Index: a
Fyxer Indexdocument in each Basecamp project for duplicate detection. One line per posted meeting, newest first:<meeting-uuid> | <date> | <message-id> | <subject> - Post format: plain text with YAML frontmatter (meeting, date, time, participants, topics, fyxer-id) followed by the full transcript
- Subject format:
Fyxer: YYYY-MM-DD
Dependencies
simpleapps:basecampskill — MCP tools for posting and index management- Chrome browser automation — for extraction when cache is empty
Finding Posted Transcripts
- Check the index:
list_documents(project_id)then findFyxer Indexthenget_document - View a specific transcript:
get_message(project_id, message_id)using the message_id from the index - Browse all messages:
list_messages(project_id)— Fyxer posts use the title formatFyxer: YYYY-MM-DD
Converted and distributed by TomeVault — claim your Tome and manage your conversions.