Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› workflow-update
workflow-update
GitHub用于更新ComfyUI示例工作流JSON及README链接,确保节点ID正确、格式有效且不含本地路径。
Trigger Scenarios
编辑example_workflows JSON文件
更改影响示例工作流的节点架构
更新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


