Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› workflow-update
workflow-update
GitHub用于编辑example_workflows JSON文件及更新README链接。确保JSON有效、节点ID正确、保留示例意图,避免硬编码本地路径,并在文件名变更时同步更新文档。
触发场景
修改 example_workflows/*.json 文件
更改影响示例工作流的节点 schema
更新 README 或 README_ja 中的工作流链接
安装
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
版本历史
- d516bf0 当前 2026-07-05 11:55


