skills/meeting-bot/SKILL.md
# Meeting Bot Auto-joins meetings the assistant is invited to, records them, and extracts action items. ## Current Version: V1.5 **V1.5 Features:** - Auto-joins meetings the assistant is invited to - **Now uses Camoufox** for better fingerprinting resistance - Records with Google Meet native recording - Extracts to-dos and meeting summary - Emails summary to configured alert recipient after meeting **V2 (Planned):** - Email each team member their individual action items ## Usage ### Automa
npx skillsauth add navotvolkgroundup/groundup-toolkit skills/meeting-botInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Auto-joins meetings the assistant is invited to, records them, and extracts action items.
V1.5 Features:
V2 (Planned):
The bot runs automatically via cron every 5 minutes:
$TOOLKIT_DIR/skills/meeting-bot/meeting-bot
Join a specific meeting immediately using Camofox:
join-meeting <meeting-url>
Examples:
join-meeting https://meet.google.com/abc-defg-hij
join-meeting meet.google.com/abc-defg-hij
From anywhere:
$TOOLKIT_DIR/skills/meeting-bot/join-meeting <url>
Subject: Meeting Summary: [Meeting Title]
## Meeting Summary
[Overview of discussion]
## Key Decisions
- Decision 1
- Decision 2
## Action Items
- [ ] Task - Owner: Name - Due: date
- [ ] Task - Owner: Name
## Important Notes
- Context and follow-ups
Environment variables in ~/.env:
ANTHROPIC_API_KEY=sk-ant-...
GOG_KEYRING_PASSWORD=your-keyring-password
The meeting bot now uses Camofox (the default OpenClaw browser) instead of launching separate Chrome/Chromium instances. Benefits:
The bot connects to Camofox via puppeteer-core at http://localhost:9377.
meeting-bot - Main Python script (processes recordings)camofox-join.js - Node.js script to join meetings via Camofoxjoin-meeting - Bash wrapper for easy meeting joininggoogle-cookies.json - Stored authentication cookies*/5 * * * * source ~/.env && $TOOLKIT_DIR/skills/meeting-bot/meeting-bot >> /var/log/meeting-bot.log 2>&1
Meeting won't join:
curl http://localhost:9377/healthls -lh $TOOLKIT_DIR/skills/meeting-bot/google-cookies.jsonls -lh /tmp/camofox-meet-*.pngAuthentication issues:
Camofox not running:
# Check OpenClaw browser status
openclaw doctor
# Restart Camofox if needed
cd $TOOLKIT_DIR/workspace/camofox-browser && npm start
tools
# US Founder Scout **Status:** Jordan-only access **Version:** 1.0.0 **Triggers:** `us founder scout`, `american founder scout`, `approached founder` Automated scouting for US tech founders and operators who are about to start new companies — before they announce or raise. Uses LinkedIn and Twitter/X browser automation to search for people, analyze profiles, and detect early signals. All tracking is local — no HubSpot sync. ## Features ### Target Profile - US tech founders, CTOs, VPs who rec
tools
Call a team member's phone when someone pings them on WhatsApp. Only team members can use this.
tools
Automated WhatsApp notifications for upcoming calendar meetings + on-demand next meeting queries. Sends reminders 10 minutes before meetings and provides rich attendee context on request.
tools
Log meeting notes (Granola, manual, etc.) to HubSpot portfolio company records via WhatsApp or Telegram.