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. fabriqaai
  4. /
  5. ffmpeg-analyse-video-skill
  6. /
  7. Ffmpeg Analyse Video

Ffmpeg Analyse Video

Editor's Note

This takes a video file and gives you a timestamped breakdown of what happens in it. The clever bit is the sub-agent architecture: instead of jamming dozens of frame images into your main context window, it spawns disposable agents that each analyze a batch of 8-10 frames and write text descriptions to markdown files. The main agent only reads those lightweight text files and synthesizes the final timeline, cutting context usage by roughly 90%. Works for screen recordings, tutorials, presentations, whatever. It handles duration intelligently, using scene detection for short videos and keyframe extraction for longer ones, with fallbacks when strategies fail. You need ffmpeg installed locally.

Install

npx skills add https://github.com/fabriqaai/ffmpeg-analyse-video-skill --skill ffmpeg-analyse-video
Votes
0
Installs574
GitHub Stars11
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment