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 | jqReturns a machine-readable definition with inputs, outputs, instructions, and prompt templates. Works with any agent framework.
Inputs
workflow_jsonobjectrequiredWorkflow JSON to validate
Outputs
passedbooleanWhether validation passed
issuesarrayArray of {field, message} validation issues
Used in workflows
Community
0 upvotes
0 installs