Skip to content

feat(skills): add meeting-recorder-assistant as built-in skill#199

Open
Mingwwww wants to merge 6 commits into
mainfrom
feat/builtin-meeting-recorder-skill
Open

feat(skills): add meeting-recorder-assistant as built-in skill#199
Mingwwww wants to merge 6 commits into
mainfrom
feat/builtin-meeting-recorder-skill

Conversation

@Mingwwww

@Mingwwww Mingwwww commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add meeting-recorder-assistant from ClawHub (bytesagain) as a built-in skill under skills/
  • Provides end-to-end audio → meeting minutes pipeline: recording, transcription (with speaker diarization), structured minutes generation, and action item extraction
  • Supports WAV/MP3/M4A/OGG input, outputs JSON/Markdown/TXT

Test plan

  • Run npm run predev and verify the skill is synced to ~/.pilotdeck/skills/meeting-recorder-assistant/
  • Confirm the skill appears in the agent's <available-skills> list
  • Test read_skill tool loads the SKILL.md content correctly

Made with Cursor

Mingwwww and others added 6 commits June 9, 2026 21:38
Add gateway tab to settings navigation with sidebar entry, types,
constants, and i18n strings (en + zh-CN) for Feishu and WeChat
channel configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
Add /api/gateway endpoints for Feishu (manual + QR device-code flow)
and WeChat (QR login) configuration. Includes status, test, save,
disable, and QR polling endpoints. Wire routes into Express server.

Co-authored-by: Cursor <cursoragent@cursor.com>
Implement the IM channel configuration UI with support for:
- Feishu: QR scan-to-create (device code flow) or manual credential input
- WeChat: QR code login via iLink
- Status display, connection testing, and channel disable controls

Co-authored-by: Cursor <cursoragent@cursor.com>
Extend PilotDeckServer with hotStartChannel() to dynamically stop and
restart individual channel adapters. Subscribe to pilotdeck.yaml config
changes and auto-reload Feishu/WeChat channels without server restart.

Co-authored-by: Cursor <cursoragent@cursor.com>
Add `pilotdeck gateway setup` CLI wizard for configuring IM channels
interactively from the terminal with credential prompts, connection
testing, and config writing to pilotdeck.yaml.

Co-authored-by: Cursor <cursoragent@cursor.com>
Add an end-to-end meeting recording and transcription skill from ClawHub
(bytesagain/meeting-recorder-assistant). Supports audio transcription with
speaker diarization, automated meeting minutes generation, and action item
extraction. Ships as a built-in skill so users get it out of the box.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant