A small marketplace of Claude Code plugins by theraju.
/plugin marketplace add theraju/plugins
| Plugin | Description | Install |
|---|---|---|
| video-note | Watch a video and save a structured markdown note to your notes repo, then commit + push. | /plugin install video-note@theraju |
Turns a video into a durable, structured markdown note (frontmatter + topics + sections) in a notes
repo of your choosing, and keeps a README index. It depends on the watch plugin, so add that
marketplace first:
/plugin marketplace add bradautomates/claude-video # provides the watch dependency
/plugin marketplace add theraju/plugins
/plugin install video-note@theraju
See plugins/video-note/README.md for details.
video-note is built on claude-video by
Bradley Bonanno (bradautomates), MIT-licensed. It delegates
all video download, frame extraction, and transcription — and the first-run bootstrap — to that
plugin's watch skill. Thank you, bradautomates. 🙏
MIT.