connector

Automate Insight Connector lifecycle from creation to deployment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cyberfabric/insight --skill connector-cyberfabric
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connector
Source: https://github.com/cyberfabric/insight/tree/main/.claude/skills/connector
Command: npx skills add https://github.com/cyberfabric/insight --skill connector-cyberfabric

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Insight Connectors streamline the creation, validation, testing, and deployment of integrations with Insight, supporting both no-code YAML and Python CDK approaches.

Core Features & Use Cases

  • No-code declarative YAML connectors for rapid integration setup
  • Python CDK connectors for programmable customization
  • Full lifecycle support: create, test, schema, deploy, and validate
  • Suitable for connecting CRM, analytics, collaboration tools, and more

Quick Start

Create a new connector named MyCRM using /connector create MyCRM, then test it with /connector test MyCRM and deploy with /connector deploy MyCRM

Frequently Asked Questions about connector

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

FAQPage Schema
How do I automate creating and deploying Insight Connectors for CRM and analytics integrations?

You can automate the full lifecycle of Insight Connectors from creation to deployment using commands like /connector create, /connector test, and /connector deploy for CRM, analytics platforms, and collaboration tools.

What is the difference between declarative YAML and Python CDK connectors?

Declarative YAML connectors provide a no-code approach for rapid integration setup, while Python CDK connectors enable programmable customization for building integrations with Insight.

Can I validate connector schemas before deploying to production?

Yes, you can validate connector schemas before deployment. Use the /connector schema and /connector validate commands to test and verify your YAML or Python CDK connectors.

What's the best way to test a connector locally before deployment?

The best way to test a connector locally is by using the /connector test command after creating it with /connector create, ensuring your integration works before you deploy with /connector deploy.

Do I need Python to build integrations with Insight Connectors?

No, you do not need Python to build integrations. You can use the no-code declarative YAML approach for rapid setup, or use Python CDK connectors when you need programmable customization.

What types of platforms can I integrate with using Insight Connectors?

You can integrate with CRM platforms, analytics platforms, and collaboration tools using either no-code declarative YAML connectors or programmable Python CDK connectors across the full lifecycle.