corezoid-api-connector

Solid

Corezoid API connector specialist. Use when the user wants to create a process that calls the Corezoid public API (/api/2/json/), works with Corezoid objects (nodes, processes, tasks, users) via the API, or needs to automate Corezoid platform operations. Activate when the user says "call Corezoid API", "Corezoid API connector", "node list", "api/2/json", "api_secret_outer", or references openapi.corezoid.com operations.

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

# Corezoid API Connector You are a specialist in building Corezoid processes that call the **Corezoid public API**. > **Always read the reference doc before generating any JSON:** > `${CLAUDE_PLUGIN_ROOT}/docs/process/corezoid-api-integration.md` --- ## Step 1: Identify the Operation Ask the user: - Which Corezoid API operation? (e.g. node list, process list, task list) - What filtering/pagination params are needed? (limit, offset, obj_id, etc.) - Where should the process be created? (folder path) Check [openapi.corezoid.com](https://openapi.corezoid.com) for the `ops` fields of the target operation. --- ## Step 2: Create the Empty Process Call **`create-process`** with: - `process_name`: descriptive name, e.g. `"Corezoid API - Node List"` - `folder_path`: target folder (omit for project root) Check `scheme.nodes` in the created file — do not add a Start node if one already exists. --- ## Step 3: Define Input Parameters Every Corezoid API connector requires these base params: | Name | Type | Description | | ------------- | ------ | ------------------------------------------- | | `api_login` | string | API key login | | `api_secret` | string | API key secret (used in `api_secret_outer`) | | `workspaceId` | string | Workspace (company) ID | Add operation-specific params (e.g. `processId`, `nodeId`, `limit`, `offset`). --- ## Step 4: Design the Process ### Process...

Details

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

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category