# #lobster Channel Summary

## Overview
The #lobster channel documents the development and deployment of **ClawPilot**, an AI meeting copilot that joins Google Meet calls, transcribes conversations in real-time, and posts transcripts to Discord threads. The channel tracks technical implementation, bug fixes, and the build-out of a new "lobster skill" for Kitt (an AI agent) to actively participate in and act on meeting transcriptions.

## Key Decisions & Outcomes
- **ClawPilot launched**: Real-time transcription bot (Kitt Note Taker) successfully joins meetings and captures audio
- **Discord routing fixed**: Identified bug in OpenClaw's `/hooks/agent` endpoint; patch provided for direct Discord API posting instead
- **eToro case study approved**: PR terms drafted allowing CE to showcase rebrand collaboration publicly, including investor communications credit
- **Lobster skill created**: New skill built at `/home/clawd/.openclaw/skills/lobster/` for Kitt to act on transcriptions (not just record them)
- **Notion integration planned**: Transcripts will post to Notion with styled task formatting (checkboxes, callout blocks)
- **Bot identity established**: Bot now launches as "KITT" with custom avatar support (pending Recall.ai verification)

## Active/Open Items
- **GitHub backup**: VPS workspace (`/home/clawd/workspace`) needs to be pushed to private GitHub repo for version control—Assaf to provide PAT when available
- **Custom avatar support**: Investigating whether Recall.ai supports custom avatars for the KITT bot; documentation unclear
- **Lobster skill testing**: Awaiting test call to validate full workflow (join → transcribe → act → post to Notion)
- **DISCORD_BOT_TOKEN integration**: Bridge `.env` needs token added; patch file provided but not yet applied in production

## Key Links & References
- **ClawPilot GitHub**: https://github.com/danpeg/clawpilot
- **Patch file**: `clawpilot-discord-fix.patch` (posted in channel)
- **OpenClaw config**: `/home/clawd/.openclaw/openclaw.json`
- **ClawPilot bridge**: Running at `http://127.0.0.1:3001`
- **Skill location**: `/home/clawd/.openclaw/skills/lobster/`