Stats
Links
Categories
Claude Code plugins for video processing, transcription, subtitles, and dev workflow orchestration.
npx claudepluginhub georg-malahov/claude-skillsProcess and share videos: optimize for web, transcribe with Deepgram Nova 3, subtitles, and share via S3 or local tunnel with short URLs.
A marketplace of Claude Code plugins for video processing, transcription, and more.
Add the marketplace and install the plugin you need:
/plugin marketplace add georg-malahov/claude-skills
/plugin install process-video@georg-malahov-claude-skills
| Plugin | Description |
|---|---|
| process-video | Process and share videos: optimize, transcribe, subtitles, and share via tunnel with /video command |
Each plugin lives in plugins/<plugin-name>/ with this structure:
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json
├── README.md
└── skills/
└── <skill-name>/
├── SKILL.md
└── scripts/ (optional)
After adding a new plugin, register it in .claude-plugin/marketplace.json.