Co-Pilot / 辅助式
更新于 24 days ago

video-agent-skills

Ddunctk
0.0k
dunctk/video-agent-skills
78
Agent 评分

💡 摘要

一个命令行工具,利用人工智能对运动/设计视频进行批评并提供可操作的反馈。

🎯 适合人群

寻求建设性批评的视频编辑希望提高视频质量的内容创作者需要对宣传视频进行反馈的营销团队教授视频制作的教育工作者寻找快速视频评估的自由职业者

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险;文件读写范围与路径穿越风险;依赖锁定与供应链风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

video-agent-skills

A CLI tool that critiques motion/design videos using Gemini, plus a Claude Code skill bundle for one-command installs.

What it does

  • Uploads a video to Gemini and returns blunt, production-focused feedback
  • Surfaces strengths, issues, and concrete improvements
  • Works as a CLI and as a Claude Code Skill

Install (CLI)

./scripts/install.sh

Then run:

video-agent-skills feedback -video /path/to/video.mp4

Control harshness with -tone:

video-agent-skills feedback -video /path/to/video.mp4 -tone nice video-agent-skills feedback -video /path/to/video.mp4 -tone super-harsh

Reverse engineer the likely prompt used to create a finished video:

video-agent-skills reverse -video /path/to/video.mp4

Configure API key

The tool reads GEMINI_API_KEY or GOOGLE_API_KEY from your environment. You can also place it in:

~/.config/video-agent-skills/.env

Example .env:

GEMINI_API_KEY=your_key_here

CLI usage

video-agent-skills feedback -video <path> [options]
video-agent-skills reverse  -video <path> [options]

Options:
  -video string     Path to a video file (required)
  -model string     Gemini model name (default: gemini-3-flash-preview)
  -prompt string    Prompt override (feedback or reverse)
  -tone string      Feedback harshness: nice|normal|harsh|super-harsh (default: harsh)
  -api-key string   Gemini API key (overrides GEMINI_API_KEY/GOOGLE_API_KEY)

Claude Code Skill (local install)

./scripts/install-claude-skill.sh

This installs to:

~/.claude/skills/video-agent-skills

Claude Code Skill (npm install)

npm install @dunctk/video-agent-skills

The installer downloads a prebuilt binary for your platform. If you want to force a source build:

VIDEO_AGENT_SKILLS_FORCE_BUILD=1 npm install @dunctk/video-agent-skills

Supported prebuilt targets:

  • darwin/amd64
  • darwin/arm64
  • linux/amd64
  • linux/arm64
  • windows/amd64

Example feedback

Example feedback output

五维分析
清晰度8/10
创新性7/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 提供直接、可操作的反馈
  • 支持多种安装方式
  • 允许自定义反馈语气

缺点

  • 命令行界面对初学者可能令人畏惧
  • 需要配置API密钥
  • 反馈可能对某些用户过于苛刻

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 dunctk.