一键导入
integrations
Generate integration nodes for external APIs (Salesforce, HubSpot, etc.). Creates typed function nodes with authentication and error handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate integration nodes for external APIs (Salesforce, HubSpot, etc.). Creates typed function nodes with authentication and error handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | integrations |
| description | Generate integration nodes for external APIs (Salesforce, HubSpot, etc.). Creates typed function nodes with authentication and error handling. |
This skill generates function nodes for querying external APIs. It creates properly typed nodes with authentication, error handling, and schema validation.
| Integration | Auth Method | File |
|---|---|---|
| PostgreSQL | Connection String (via Credentials) | postgres.md |
| Salesforce | OAuth2 Client Credentials | salesforce.md |
| Slack | OAuth2 (Bot + User tokens) | slack.md |
To use a listed integration: Read this skill's corresponding file (e.g., salesforce.md).
For unlisted systems: Read this skill's unlisted.md for instructions on researching and setting up custom integrations.
After generating integration node files:
create_version MCP tool with a message like:
Add integration: <integration-name>
<Describe what changed — like a good git commit message body.>
Update workflow implementation from its embedded description. Use this after modifying workflow or node descriptions.
Collaborative workflow design - guides users through creating well-structured crayon workflows with embedded descriptions.
Refine node definitions - determines HOW each node is implemented (SDKs, libraries, input/output structures, tools, guidelines).
How to trigger workflows and nodes. Covers MCP tools (run_workflow, run_node), HTTP webhooks (async/sync), authentication, and cron scheduling.