WO

Updates and validates example workflow files to ensure compatibility with ComfyUI node schemas.

Install

mkdir -p .claude/skills/workflow-update && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12478" && unzip -o skill.zip -d .claude/skills/workflow-update && rm skill.zip

Installs to .claude/skills/workflow-update

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when editing example_workflows JSON files or changing node schema in ways that affect sample workflows.
107 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Ensure workflow JSON files are valid and formatted
  • Preserve the sample intent of example workflows
  • Verify workflows reference current node IDs
  • Avoid embedding local machine paths in workflows
  • Update README links when sample filenames change

How it works

The skill validates and updates example workflow JSON files and README links to ensure they are correctly formatted, reference current node IDs, and maintain sample intent.

Inputs & outputs

You give it
Example workflow JSON files or node schema changes
You get back
Validated and updated workflow JSON files and README links

When to use workflow-update

  • Update workflow JSON files
  • Validate node schemas
  • Check workflow file integrity

About this skill

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_mask from the stabilizer.
  • Check that workflows reference current node ids: video_stabilizer_classic and/or video_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

When not to use it

  • When the user intentionally wants local machine paths preserved
  • When the workflow JSON is not valid or formatted
  • When node IDs are not current

Limitations

  • Must keep workflow JSON valid and formatted
  • Must preserve sample intent
  • Must check that workflows reference current node ids

How it compares

This skill automates the validation and updating of workflow files and documentation links, ensuring consistency and correctness across the repository, which is more reliable than manual checks.

Compared to similar skills

workflow-update side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
workflow-update (this skill)01moReviewIntermediate
massgen-develops-massgen15moReviewAdvanced
wox-plugin-creator11moReviewIntermediate
klingai-text-to-video127dCautionBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry