npx skills add ...
npx skills add luoluoluo22/jianying-editor-skill --skill jianying-editor
剪映 (JianYing) AI自动化剪辑的高级封装 API (JyWrapper),提供开箱即用的 Python 接口,支持录屏、素材导入、字幕生成、Web 动效合成及项目导出。全面适配 MacOS (Apple Silicon/Intel) 与 Windows,支持 v5.9+ (draft_info.json) 架构、工程自修复、智能配音字幕及录屏变焦。
npx skills add luoluoluo22/jianying-editor-skill --skill jianying-editor
Use this skill when the user wants to automate video editing, generate drafts, or manipulate media assets in JianYing Pro.
Agent execution playbook: docs/agent-playbook.md
Minimal command SOP: docs/minimal-command-sop.md
Natural language usage guide: usage.md
Draft inspector CLI:
python <SKILL_ROOT>/scripts/draft_inspector.py list --limit 20
python <SKILL_ROOT>/scripts/draft_inspector.py summary --name "DraftName"
python <SKILL_ROOT>/scripts/draft_inspector.py show --name "DraftName" --kind content --json
For generic editing requests, always follow the "Quick Edit Runtime Template" and "Acceptance Checklist" in that playbook.
.py 脚本)必须存放在用户当前项目的根目录(或子目录,如 scripts/),以保持 Skill 库的纯净和可移植性。draft_info.json)。若草稿损坏或版本冲突,使用 overwrite=True 初始化 JyProject 可触发自动修复。data/cloud_music_library.csv 中的相关曲目,或根据视频主题(如“科技”、“温暖”)进行关键词过滤。Illuminate - 科技感)”。Read the individual rule files for specific tasks and constraints:
rules/media.md + rules/audio-voice.md -> examples/cloud_video_music_tts_demo.pyrules/text.md + rules/audio-voice.md -> 核心 API add_narrated_subtitlesrules/text.md + rules/audio-voice.md -> examples/cloud_video_music_tts_demo.pyrules/recording.md -> tools/recording/recorder.pyrules/core.md + rules/cli.md -> examples/robust_auto_export.pyrules/generative.md -> scripts/movie_commentary_builder.pyRefer to these for complete workflows:
Use these templates and scripts for complex tasks:
prompts/readme_to_tutorial.md{{README_CONTENT}} variable在初始化 JyProject 时,请务必根据主视频素材的比例设置分辨率。默认值为横屏 (1920x1080)。
禁止在 Skill 安装目录下创建你的业务剪辑脚本。
git pull 升级。业务代码混入会导致版本管理混乱。