Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Guide AI-powered video editing, highlight extraction, silence removal, and talking-head polish through ClipSense.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 153% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 31% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -8% | 0% |
Use this skill when the user wants to:
Keywords: 剪辑, 高光, 静音, 拆条, 口播, 字幕, video edit, clip, trim, silence, highlight
| Tool | Purpose | |------|---------| | clip_sense_create | Create an editing task | | clip_sense_status | Check task status | | clip_sense_list | List recent tasks | | clip_sense_transcribe | Transcribe a video | | clip_sense_cancel | Cancel a running task |
json{ "mode": "highlight_extract|silence_clean|topic_split|talking_polish", "source_video_path": "/path/to/video.mp4", "flavor": "optional: funny/controversial/informative", "target_count": 5, "target_duration": 30, "threshold_db": -40, "min_silence_sec": 0.5, "padding_sec": 0.1, "burn_subtitle": false }
json{ "id": "abc123def456", "status": "pending|running|succeeded|failed|cancelled", "mode": "silence_clean", "pipeline_step": "setup|check_deps|transcribe|analyze|execute|subtitle|finalize", "output_path": "/path/to/output.mp4", "subtitle_path": "/path/to/subtitle.srt", "error_kind": "network|timeout|auth|...", "error_message": "...", "error_hints": ["hint1", "hint2"] }
| Kind | Meaning | User Action | |------|---------|-------------| | network | Connection failed | Check network/proxy | | timeout | Task timed out (>15min) | Refresh, may still be running | | auth | Invalid API key | Reconfigure in Settings | | quota | Insufficient balance | Top up at Alibaba Cloud | | moderation | Content flagged | Use different video | | dependency | FFmpeg missing | Install ffmpeg >= 4.0 | | format | Invalid video format | Use MP4/MOV/MKV | | duration | Video too long (>120min) | Trim before upload | | unknown | Unexpected error | Report task_id |
User wants to edit video →
├── "Remove silence/pauses" → silence_clean
├── "Get best parts/highlights" → highlight_extract
├── "Split into chapters/topics" → topic_split
├── "Clean up talking/podcast" → talking_polish
└── Not sure → Ask about the goal, default to highlight_extractsilence_clean: ¥0 (pure local FFmpeg)clip_sense_create mode=highlight_extract source_video_path=/uploads/podcast.mp4 target_count=5 flavor=informativeclip_sense_create mode=silence_clean source_video_path=/uploads/talk.mp4 silence_preset=standardclip_sense_create mode=topic_split source_video_path=/uploads/lecture.mp4 target_segment_duration=180bash# Unit tests (no network) python -m pytest tests/ -q -m "not integration" # Integration test (needs DASHSCOPE_API_KEY + ffmpeg) DASHSCOPE_API_KEY=sk-... python -m pytest tests/integration/ -m integration
Other measured skills in the registry, with their headline benchmark lift.