SKILL.md:
- Workflow header: remove transcription-specific example, state generically
that users may need any subset of capabilities
- When to Use: add 3 more standalone use cases (transcription, visual
analysis, material search), with generalizing statement
- Verification checklist: replace specific skip conditions with generic
'skip if not relevant to the user's request'
SKILL.md:
- Workflow header: explicit statement that every step is optional
Example: transcription-only → Steps 1,2,4,5 and stop
- When to Use: add standalone transcription as valid use case
- Don't use for: remove 'pure audio-only transcription' exclusion
- Verification checklist: each item tagged with which step it belongs to
and whether it can be skipped (e.g. Step 3/8 skip for transcription-only)
SKILL.md:
- Step 2: user can provide multiple track indexes (e.g. mic + Discord)
- Step 4: transcribe each track separately, cross-reference all transcripts
- Step 5: get-transcription supports --track filter
manage_index.py:
- get-transcription: optional --track flag to filter by track index
- Without --track, returns all transcription records (was: latest only)
SKILL.md:
- Step 6: two clip modes — video-only (frame extraction) vs all-streams (editor use)
- Pitfall #10: warn about dropping audio tracks with default -map 0:v:0
- Note on keyframe accuracy vs frame-exact re-encode
extract_frames.py:
- New --all-streams flag on clip subcommand
- -map 0 preserves video + all audio tracks + subtitles
- Default remains -map 0:v:0 for fast frame extraction
README (EN + ZH):
- npx skills add: use HTTPS URL instead of SSH
- Remove 'First use' uv sync section (agent handles setup, not user)
- Remove 'Stock Material Search' section (workflow detail, belongs in SKILL.md)
- Keep README focused on overview + workflow, not implementation details
- Fun-ASR-Nano marked as default in Features
SKILL.md:
- Step 4: explicitly state Fun-ASR-Nano as recommended default model
A conversational video-editing planning assistant. Provides tools for:
- Audio transcription via bundled funasr-script (Fun-ASR-Nano / SenseVoice)
- On-demand clip extraction and frame sampling (ffmpeg, hardware-accelerated)
- SQLite index to track all artifacts and avoid duplicate processing
- Vision analysis guidance with binary-search-style frame sampling
- Iterative Markdown-table edit plan output
Agent-agnostic: no platform-specific tool names, works with any agent runtime.
Dependencies checked at guidance level with OS package manager install hints.