Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› workflow-update
workflow-update
GitHub用于编辑example_workflows JSON文件或修改影响示例工作流的节点架构。确保JSON有效、保留VACE/外绘意图、引用正确节点ID,并同步更新README链接。
Trigger Scenarios
编辑 example_workflows/*.json 文件
修改影响示例工作流的节点 schema
更改示例文件名需更新 README 链接
Install
npx skills add nomadoor/ComfyUI-Video-Stabilizer --skill workflow-update -g -y
SKILL.md
Frontmatter
{
"name": "workflow-update",
"description": "Use when editing example_workflows JSON files or changing node schema in ways that affect sample workflows."
}
Workflow Update
Use this skill for example_workflows/*.json and README workflow links.
Rules
- Keep workflow JSON valid and formatted as ComfyUI can load it.
- Preserve sample intent: VACE/outpainting examples should demonstrate using
padding_maskfrom the stabilizer. - Check that workflows reference current node ids:
video_stabilizer_classicand/orvideo_stabilizer_flow. - Avoid embedding local machine paths unless they are already part of the sample and the user intentionally wants them preserved.
- Update README and README_ja links when sample filenames change.
Checks
python3 scripts/check_workflows.py
python3 scripts/validate_repo.py
Version History
- d516bf0 Current 2026-07-05 11:55


