coze-workflow

Generate importable coze.cn workflow ZIP packages from natural language descriptions.

152|27|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/LingyiChen-AI/workflow-skill --skill coze-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coze-workflow
Source: https://github.com/LingyiChen-AI/workflow-skill/tree/main/skills/coze-workflow
Command: npx skills add https://github.com/LingyiChen-AI/workflow-skill --skill coze-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the tedium of manually building Coze workflows by generating fully structured, import-ready workflow definitions from a natural-language description.

Core Features & Use Cases

  • Generates Coze workflow ZIPs for coze.cn import: Produces correctly formatted ZIP packages containing MANIFEST.yml and the workflow YAML.
  • Validates and guides user requirements: Detects whether the description includes enough input/output and processing logic, and asks up to 3 clarification rounds when needed.
  • Builds reliable control flow and layout: Creates nodes, edges, schemas, IDs, indentation rules, and a deterministic layout so the exported workflow is immediately usable.

Use case examples:

  • Create a multi-step finance analysis workflow (parallel data collection → section writing → risk review → publish).
  • Convert a customer-support automation description into a workflow with LLM reasoning, HTTP calls, and structured outputs.
  • Scaffold loop-based workflows for processing lists and summarizing results.

Quick Start

Describe your desired Coze workflow in one sentence, including the expected inputs, outputs, and main processing steps, and ask the assistant to generate a coze workflow ZIP for import into coze.cn.

Frequently Asked Questions about coze-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Coze workflow from a natural language description?

You can generate a Coze workflow by providing a natural language description of your expected inputs, outputs, and processing logic. The Skill validates your requirements and builds a structured workflow ZIP package for coze.cn import.

Can I create Coze workflows with loops, branching, and HTTP calls automatically?

Yes, you can scaffold Coze automations with loops, branching, HTTP calls, knowledge retrieval, and variable merging. The Skill translates your natural language description into a structured workflow with these multi-step logic components.

Does the generated Coze workflow ZIP require manual adjustment before importing into coze.cn?

No manual adjustment is required. The Skill creates a deterministic layout with correct schemas, IDs, and strict YAML indentation, ensuring the exported workflow ZIP is immediately usable and directly importable into coze.cn.

What is the best way to structure my workflow description for Coze ZIP generation?

Include the expected inputs, outputs, and main processing steps in a single sentence. If your description lacks sufficient detail, the Skill will ask up to 3 rounds of clarification questions to validate and guide your requirements.

Why does my Coze workflow YAML fail to import after manual generation?

Coze workflow YAML requires strict indentation and byte-level Go zip compatibility. This Skill avoids standard YAML dumping by using template-driven Python builders to ensure the generated ZIP package meets these precise formatting constraints for successful import.