Automate Jianying draft generation from local media plus a cloud editing API. Use when Codex needs to scan a material folder, request editing decisions, and write Jianying-oriented draft output for short-form video workflows.
使用这个 skill 时,按下面顺序执行:
examples/config.example.json 同结构的配置文件。api_base_url、api_key、material_path、template_id、jianying_draft_path 等关键参数。至少提供这些字段:
api_base_urlapi_keyproject_typeaspect_ratiomaterial_pathtemplate_idsubtitle_modemusic_policypace_policyoutput_modejianying_draft_pathdraft_versionexport_mode可选字段:
task_timeout_mspoll_interval_msrequest_timeout_mstask_namewebhook_urlextra_metadata默认输出到 jianying_draft_path 指向的目录,包含:
draft-meta.json:任务与导出元信息draft-content.json:草稿时间线和片段描述execution-report.json:本地执行报告material_path 只放本次任务素材,避免无关文件进入索引。/v1/tasks/create 和 /v1/tasks/{id}/plan 可用,再跑正式任务。execution-report.json,便于排查。