Jianying 技能创建

其他 社区
解读按原文结构重写,命令、链接、术语均保留;右侧可核对作者原始 SKILL.md

原文结构

  • 🎯 Agent Quick Routing:云端视频 + 云端音乐:rules/media.md + rules/audio-voice.md -> examples/cloudvideomusicttsdemo.py 旁白与字幕对齐:rules/text.md + rules/audio-voice.md -> examples/cloudvideomusicttsdemo.py 录屏与智能变焦:rules/recording.md -> tools/recording/recorder.py
  • 📖 经典示例 (Examples):Refer to these for complete workflows: examples/myfirstvlog.py - A complete vlog creation demo with background music and animated text. examples/simpleclipdemo.py - Quick-start tutorial for basic cutting and track management.
  • 🧠 提示词与集成工具 (Prompts & Integrated Tools):Use these templates and scripts for complex tasks: Asset Search: Find filters, transitions, and animations by Chinese/English name: Movie Commentary Builder: Generate 60s commentary videos from a storyboard JSON:

适用与边界

  • 当前原文没有单列适用场景。
  • 🚨 重要开发原则 (CRITICAL DEVELOPER RULES):脚本位置:禁止在 Skill 内部目录创建剪辑脚本。所有的剪辑逻辑实现代码(.py 脚本)必须存放在用户当前项目的根目录(或子目录,如 scripts/),以保持 Skill 库的纯净和可移植性。 配乐选择: 简单演示使用默认音乐。实际项目,应优先检索并推荐 data/cloudmusiclibrary.csv 中的相关曲目,或根据视频主题(如“科技”、“温暖”)进行关键词过滤。
  • 规则指南 (Rules):Read the individual rule files for specific tasks and constraints: rules/setup.md - Mandatory initialization code for all scripts. rules/core.md - Core operations: Saving, Exporting, and Draft management.
  • 🛠️ 初始化与项目规范 (Initialization & Project Rules):在初始化 JyProject 时,请务必根据主视频素材的比例设置分辨率。默认值为横屏 (1920x1080)。

原文中的明确线索

  • 要点:「脚本位置」、「禁止在 Skill 内部目录创建剪辑脚本」、「根目录」、「配乐选择」、「简单演示使用默认音乐」、「Mandatory」、「AI Video Analysis Optimization (30m/360p)」、「Advanced」
  • 文件与命令python <SKILLROOT>/scripts/draftinspector.py list --limit 20python <SKILLROOT>/scripts/draftinspector.py summary --name "DraftName"python <SKILLROOT>/scripts/draftinspector.py show --name "DraftName" --kind content --json.pyscripts/data/cloudmusiclibrary.csvIlluminaterules/media.md

流狐整理:以上内容来自当前 SKILL.md 的章节与原词;未补写作者没有声明的工具、兼容性或能力。

流狐档案 作者与许可取自来源;运行、权限和网络为流狐检测或估算
流狐分类
通用
作者声明 Agent
未找到明确声明;不据此推断已兼容或已测试
静态检查
88 / 100 · 启发式扫描,不代表运行安全
作者 / 版本 / 许可
@luoluoluo22 · 未声明 license
流狐 Token 估算
低消耗
流狐接入估算
需简单配置
是否需要外部 API Key
未发现要求
检测到的系统要求
未声明
底层运行要求
Python
检测到的文件与系统行为
  • 只读
  • 允许写入 / 修改
  • Shell 执行
  • 读取环境变量
检测到的网络行为
仅限本地
安装命令数
无(仅作为资料)

档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。

需要注意: 未限定 allowed-tools,默认拥有全部工具权限。

输出预览 jianying-editor.preview
# 📖 经典示例 (Examples)

- [examples/my_first_vlog.py](examples/my_first_vlog.py) - A complete vlog creation demo with background music and animated text.
- [examples/simple_clip_demo.py](examples/simple_clip_demo.py) - Quick-start tutorial for basic cutting and track management.
- [examples/compound_clip_demo.py](examples/compound_clip_demo.py) - **New**: Professional nested project (Compound Clip) automation.
- [examples/cloud_video_music_tts_demo.py](examples/cloud_video_music_tts_demo.py) - Cloud video + cloud BGM + TTS/subtitle alignment.
- [examples/web_to_video_intro_demo.py](examples/web_to_video_intro_demo.py) - Web-to-Video intro demo (HTML animation -> timeline clip).
- [examples/robust_auto_export.py](examples/robust_auto_export.py) - Stable export workflow and failure handling.

讨论

基于 GitHub Discussions。登录 GitHub 即可参与讨论、点赞、订阅更新。