Agent Skill
2/7/2026

skill-extractor

从当前会话中提取经验,自动生成可复用的 Claude Code Skill。Use when user wants to 提取skill, 总结成skill, 固化经验, 生成skill, extract skill, create skill from context, save as skill, 把经验变成skill.

M
maxgent
0GitHub Stars
1Views
npx skills add maxgent-ai/maxgent-plugin

SKILL.md

Nameskill-extractor
Description从当前会话中提取经验,自动生成可复用的 Claude Code Skill。Use when user wants to 提取skill, 总结成skill, 固化经验, 生成skill, extract skill, create skill from context, save as skill, 把经验变成skill.

Maxgent Plugin

A collection of Claude Code skills for media generation, browser automation, and developer workflow.

Installation

# Add marketplace
/plugin marketplace add maxgent-ai/maxgent-plugin

# Install plugin
/plugin install maxgent@maxgent

Skills

SkillDescriptionTriggers
audio-transcribeSpeech to text using Whisper with word-level timestampstranscribe, speech to text, generate subtitles
browserBrowser automation with persistent page state (Playwright + CDP)go to url, screenshot, click, fill, automate
image-genAI image generation and editinggenerate image, draw, create image, edit image
maxmotion-editRemotion video editor integrationtriggered by <editor /> XML tag
media-processingAudio/video processing with ffmpeg (trim, merge, extract, convert)trim video, merge videos, extract audio
media-understandAI media understanding and analysis (Gemini 2.5 Pro)analyze image, summarize video, describe image
memoryLong-term memory across context compactsread memory, get context, check history
skill-creatorGuide for creating project-level skillscreate skill, extract experience
video-genAI video generation (Veo/Sora) with text/image-to-videogenerate video, text to video, image to video
youtube-downloadDownload YouTube/Bilibili videos using yt-dlpdownload video, download youtube

Usage Examples

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

Development

Local Testing

claude --plugin-dir .

Project Structure

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

License

MIT

Skills Info
Original Name:skill-extractorAuthor:maxgent