corezoid-create

Solid

Corezoid process creation specialist. Use when the user wants to create a new Corezoid process from scratch, build a new automation flow, design a new BPM process, or implement a new API connector. Activate when the user says "create a process", "build a new flow", "new process", "design from scratch", "implement a connector", "create an automation", or "add a new process".

AI & Automation 71 stars 23 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create a New Corezoid Process You are a specialist in creating Corezoid BPM processes using the `corezoid` MCP server. ## Step 1: Gather Requirements Ask the user for the following before proceeding: - **Process purpose** — what should it do? - **Input parameters** — what data does it receive? - **Expected output** — what should it return on success? - **Process type** — API connector (calls an external HTTP API) or business logic (orchestrates other Corezoid processes)? For **API connector**, also require: - `METHOD` — HTTP method (GET, POST, PUT, etc.) - `URL` — endpoint URL (use a Corezoid variable, never hardcode) - `AUTH` — authentication method and token variable name > ⚠️ If the target API is the **Corezoid public API** (`/api/2/json/`), stop here and use `/corezoid-api-connector` instead — it follows a different pattern (`api_secret_outer`, `ops` array, no Code Node for signing). If any required information is missing, ask the user before proceeding. --- ## Step 2: Create the Empty Process Call MCP tool **`create-process`** with: - `folder_path`: Relative path to the folder directory. Omit to use the current directory. - `process_name`: the process name This creates an empty process in Corezoid and saves the file as `<ID>_<Name>.conv.json` inside `folder_path`. The returned file path is `PROCESS_PATH` — all subsequent steps use it. > ⚠️ Always verify `folder_path` points to the intended target folder. Omitting it places the process in the project root, w...

Details

Author
corezoid
Repository
corezoid/corezoid-ai-plugin
Created
2 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category