By maxgent-ai
A Claude Code plugin for vibe-driven operations and developer workflow automation
npx claudepluginhub maxgent-ai/maxgent-plugin --plugin maxgentSpeech-to-text transcription using Whisper with word-level timestamps. Use when users ask to transcribe audio or video to text, generate subtitles, or recognize speech.
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
AI image generation and editing. Use when users ask to generate, create, or draw images with AI, or edit and modify existing images.
Activated when user message contains an <editor /> XML tag (injected by Max Client Video Editor). Guides how to edit Remotion project clips (maxmotion.json) and sequences (.tsx source code).
Process audio and video files with ffmpeg — trim, merge, extract audio, convert formats, compress, and more.
AI-powered media understanding and analysis for images, videos, and audio. Use when users ask to describe, analyze, summarize, or extract text (OCR) from media files.
Read long-term memory files to get historical context, code references, and error fix records. Use when user wants to read memory, get context, check history, avoid repeating errors.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
AI video generation with text-to-video, image-to-video, and first/last frame control. Use when users ask to generate or create videos from text prompts or images.
Download videos, audio, or subtitles from YouTube, Bilibili, and other sites using yt-dlp. Use when users ask to download online videos or extract audio from video URLs.
A collection of Claude Code skills for media generation, browser automation, and developer workflow.
# Add marketplace
/plugin marketplace add maxgent-ai/maxgent-plugin
# Install plugin
/plugin install maxgent@maxgent
| Skill | Description | Triggers |
|---|---|---|
| audio-transcribe | Speech to text using Whisper with word-level timestamps | transcribe, speech to text, generate subtitles |
| browser | Browser automation with persistent page state (Playwright + CDP) | go to url, screenshot, click, fill, automate |
| image-gen | AI image generation and editing | generate image, draw, create image, edit image |
| maxmotion-edit | Remotion video editor integration | triggered by <editor /> XML tag |
| media-processing | Audio/video processing with ffmpeg (trim, merge, extract, convert) | trim video, merge videos, extract audio |
| media-understand | AI media understanding and analysis (Gemini 2.5 Pro) | analyze image, summarize video, describe image |
| memory | Long-term memory across context compacts | read memory, get context, check history |
| skill-creator | Guide for creating project-level skills | create skill, extract experience |
| video-gen | AI video generation (Veo/Sora) with text/image-to-video | generate video, text to video, image to video |
| youtube-download | Download YouTube/Bilibili videos using yt-dlp | download video, download youtube |
Transcribe this audio to text
Go to https://example.com and take a screenshot
Generate an image of a cat under the starry sky
Trim video from 1:30 to 3:45
Analyze this image and describe what you see
Generate a video of a golden retriever running on the beach
Download this YouTube video
claude --plugin-dir .
maxgent-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ ├── _shared/ # Shared FAL API client
│ ├── audio-transcribe/ # Speech to text (Whisper)
│ ├── browser/ # Browser automation
│ ├── image-gen/ # AI image generation
│ ├── maxmotion-edit/ # Remotion video editor
│ ├── media-processing/ # Audio/video processing (ffmpeg)
│ ├── media-understand/ # AI media understanding
│ ├── memory/ # Long-term memory
│ ├── skill-creator/ # Skill creation guide
│ ├── video-gen/ # AI video generation
│ └── youtube-download/ # YouTube/Bilibili download
├── CLAUDE.md
└── README.md
MIT
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.