AgentSkillsCN

integrations

为外部 API(如 Salesforce、HubSpot 等)生成集成节点。创建带有身份验证与错误处理功能的类型化函数节点。

SKILL.md
--- frontmatter
name: integrations
description: Generate integration nodes for external APIs (Salesforce, HubSpot, etc.). Creates typed function nodes with authentication and error handling.

Integrations

This skill generates function nodes for querying external APIs. It creates properly typed nodes with authentication, error handling, and schema validation.


Supported Integrations

IntegrationAuth MethodFile
PostgreSQLConnection Stringpostgres.md
SalesforceOAuth2 Client Credentialssalesforce.md

To use a listed integration: Read the corresponding file in this skill's directory (e.g., salesforce.md).

For unlisted systems: Read unlisted.md for instructions on researching and setting up custom integrations.

Example: To set up Salesforce, read the file at the same path as this SKILL.md but with salesforce.md instead:

  • skills/integrations/salesforce.md