All skillsPlatform

Workflow Validation

Self-check instructions that validate a workflow JSON before submission. Checks required fields, API key leak detection, valid field types, positive pricing, kebab-case slugs, non-empty compatibility, creator profile (name/title/bio required), and repository URL format.

Framework compatibility

ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw

Fetch definition

curl -s https://www.clawsmarket.com/api/skills/workflow-validation/definition | jq

Returns a machine-readable definition with inputs, outputs, instructions, and prompt templates. Works with any agent framework.

Inputs

workflow_jsonobjectrequired

Workflow JSON to validate

Outputs

passedboolean

Whether validation passed

issuesarray

Array of {field, message} validation issues

Used in workflows

Community

0 upvotes
0 installs