π¦ ClawHub
Imposter Smasher for Events and Meetings
by @sourishkrout
Prepare a user for an upcoming meeting or event by listing next-day calendar events, prompting for a selection, researching the topic and participants, produ...
TERMINAL
clawhub install imposter-smasherπ About This Skill
name: imposter-smasher description: Prepare a user for an upcoming meeting or event by listing next-day calendar events, prompting for a selection, researching the topic and participants, producing an executive summary, and generating a fully produced 3-5 minute audio briefing. Use when the user asks to prep for meetings, get ready for an event, research attendees before a call, or receive an audio meeting brief.
Imposter Smasher
Purpose
Imposter Smasher is an orchestrator skill for high-stakes meeting prep. It compiles next-day meetings, lets the user pick one, researches the topic and participants with credible sources, then delivers: 1. A concise executive summary. 2. A fully produced 3-5 minute audio briefing.Use This Skill When
Hard Dependencies
Out Of Scope
Inputs To Collect
ElevenLabs or Chatterbox).Orchestration Workflow
1. Fetch next-day calendar events. 2. Present a numbered shortlist with title, start time, organizer, and attendees. 3. Ask user to choose one event. 4. Extract research targets: - Meeting topic and company/domain context. - Participants and their roles. - Strategic risks, opportunities, and likely questions. 5. Delegate specialized subtasks where possible: - Calendar retrieval/parsing to calendar-capable tooling. - Web research and source collection to Contextual.ai. - Audio rendering to ElevenLabs/Chatterbox integration. 6. Synthesize an executive summary usingreferences/executive-summary-template.md.
7. Build final audio script with references/audio-brief-template.md.
8. Generate a produced 3-5 minute audio file and return artifact paths/links.
9. Return concise prep package:
- Executive summary.
- Top participant notes.
- Risks/questions checklist.
- Audio file location and duration.Quality Bar
Failure Handling
Detailed References
references/workflow-rubric.mdreferences/source-credibility-rubric.mdreferences/executive-summary-template.mdreferences/audio-brief-template.mdreferences/implementation-notes.mdHelper Scripts
scripts/build_briefing_packet.py: compile event + research notes into summary and narration draft.scripts/estimate_runtime.py: estimate spoken duration and validate 3-5 minute target.scripts/validate_skill.sh: basic scaffold validation.