Loading...
Loading...
This skill should be used when processing meeting transcripts to auto-detect meeting type (leadgen, partnership, coaching, internal) and extract type-specific structured analysis. Triggers on "process meeting", "analyze meeting", "meeting summary", or after syncing new Fathom/Granola transcripts.
npx skill4agent add glebis/claude-skills meeting-processor/fathom --today/granola exportYYYYMMDD-*.mdcoaching-session-summarizerpip install openai pyyamlCEREBRAS_API_KEY| Type | Description | Key Extractions |
|---|---|---|
| leadgen | Sales/business development calls | Commitments, pain points, budget, timeline, decision makers, deal stage, sentiment |
| partnership | Collaboration/partnership exploration | Opportunity overview, value proposition, strategic alignment, technical needs, fit assessment |
| coaching | Coaching/mentoring sessions | Insights, decisions, action items, themes, emotional arc, techniques, session quality |
| internal | Internal team meetings | Coming soon |
python3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --mode interactive__INTERACTIVE_QUESTIONS__process_with_answers.pyquestionheaderoptions{label, description}questions.jsonpartial_datameeting_typetranscript_fileanswers.json{header_lowercase: selected_label}python3 ~/.claude/skills/meeting-processor/scripts/process_with_answers.py questions.json answers.jsonpython3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --mode batchpython3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --type leadgen
python3 ~/.claude/skills/meeting-processor/scripts/process.py <transcript-file> --type partnership## Meeting Analysismeeting_typeprocessed_dateprocessing_mode