From 53d0ceb471803993ba766ba3dc2065a30241b3ff Mon Sep 17 00:00:00 2001 From: Safi Date: Fri, 10 Apr 2026 15:44:44 +0100 Subject: [PATCH] Add YouTube URL example to README usage, update repo about with pip install Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 229b0201..d7b15628 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ When the user types `/graphify`, invoke the Skill tool with `skill: "graphify"` /graphify add https://arxiv.org/abs/1706.03762 # fetch a paper, save, update graph /graphify add https://x.com/karpathy/status/... # fetch a tweet +/graphify add https://www.youtube.com/watch?v=... # download audio, transcribe, add to graph /graphify add https://... --author "Name" # tag the original author /graphify add https://... --contributor "Name" # tag who added it to the corpus