Use when adding new error messages to React, or seeing "unknown error code" warnings.
0
0
# Install this skill:
npx skills add 6tizer/alpha-senses --skill "video-analyzer"
Install specific skill from multi-skill repository
# Description
使用 Moonshot Kimi-k2.5 多模态模型分析视频内容并生成结构化报告
# SKILL.md
name: video-analyzer
description: 使用 Moonshot Kimi-k2.5 多模态模型分析视频内容并生成结构化报告
license: MIT
metadata:
version: 1.0.0
author: 6tizer
category: video-analysis
updated: 2026-02-21
VideoAnalyzer
使用 Moonshot Kimi-k2.5 多模态模型分析视频内容并生成结构化报告
环境变量
MOONSHOT_API_KEY:Moonshot API Key
安装
pip install -r requirements.txt
使用
python run.py --video <视频路径或URL> [--lang zh] [--output ./analysis.md] [--mode summary]
示例
python run.py --video ./myvideo.mp4
python run.py --video "https://example.com/video.mp4" --lang en --mode detail
python run.py --video ./video.mp4 --output ./report.md
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.