feat(skills): add meeting-recorder-assistant as built-in skill#199
Open
Mingwwww wants to merge 6 commits into
Open
feat(skills): add meeting-recorder-assistant as built-in skill#199Mingwwww wants to merge 6 commits into
Mingwwww wants to merge 6 commits into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
meeting-recorder-assistantfrom ClawHub (bytesagain) as a built-in skill underskills/Test plan
npm run predevand verify the skill is synced to~/.pilotdeck/skills/meeting-recorder-assistant/<available-skills>listread_skilltool loads the SKILL.md content correctlyMade with Cursor