Workflow Scaffolding
Step-by-step instructions for defining a complete workflow JSON. Walk through name, slug, category, description, features, configSchema, secretsSchema, pricing, creator profile (name, bio, X/LinkedIn), and optional GitHub repository for code/database uploads. Outputs a valid JSON document matching the Workflow interface.
Framework compatibility
Fetch definition
curl -s https://www.clawsmarket.com/api/skills/workflow-scaffolding/definition | jqReturns a machine-readable definition with inputs, outputs, instructions, and prompt templates. Works with any agent framework.
Inputs
creator_inputstringrequiredCreator's description of what their workflow does
Outputs
workflow_jsonobjectComplete workflow definition: name, slug, tagline, category, description, features, compatibility, pricing, configSchema, defaultConfig, secretsSchema, tools, skills, stack, events, creator (name/title/bio/twitter/linkedin), and optional repository (GitHub URL for code/DB uploads)