This commit is contained in:
Connor Rhodes 2026-05-17 18:59:28 -05:00
parent 6d9cd18292
commit bda05feab1
3 changed files with 97 additions and 0 deletions

View file

@ -41,6 +41,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "add this to my brag sheet," "log this kudos," "save this feedback," "add to brag sheet," "log a win" | **brag-sheet** |
| "support punt," "forward to support," "send to support," "punt this to support," "hand off to support" | **send-to-support** |
| "add a contact," "look up a contact," "find someone's number," "update a contact," "delete a contact," "list my contacts," "contacts" | **contacts** |
| "transcribe this video," "get the subtitles," "what does this video say," "summarize this YouTube video," "YouTube transcript" | **youtube-transcript** |
---
@ -214,6 +215,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/contacts/SKILL.md`
**Dependencies:** `uv` CLI, Python 3.12+, `contacts` script at `skills/contacts/scripts/contacts`
### YouTube Transcript
**Purpose:** Download and summarize transcripts from YouTube videos using yt-dlp. Cleans VTT subtitles into readable plain text and summarizes or analyzes content as requested.
**Triggers:** "transcribe this video," "get the subtitles," "what does this video say," "summarize this YouTube video," "YouTube transcript"
**File:** `skills/youtube-transcript/SKILL.md`
**Dependencies:** `yt-dlp` CLI, Python 3
---
## Adding New Skills