CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. jrusso1020
  4. /
  5. video-understand-skills
  6. /
  7. Video Understand

Video Understand

Editor's Note

This handles video transcription and understanding across nine different providers with automatic fallback. You throw a YouTube URL or local file at it, and it picks the best available option based on your API keys, preferring full video analysis (Gemini, Vertex AI, OpenRouter) over audio-only transcription. The smart part is the fallback chain: if you don't have API keys configured, it drops down to FFMPEG with scene detection or local Whisper. Each provider supports multiple models, output is normalized JSON across all of them, and it handles the annoying bits like macOS path issues and format conversion. Useful when you need to extract information from video content without manually configuring which service to use.

Install

npx skills add https://github.com/jrusso1020/video-understand-skills --skill video-understand
Votes
0
Installs158
GitHub Stars9
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment