connector-ingest

Automate connector-based synchronization of external system content into a knowledge brain.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Sigmacodeat/subsumio-web --skill connector-ingest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connector-ingest
Source: https://github.com/Sigmacodeat/subsumio-web/tree/main/server/skills/connector-ingest
Command: npx skills add https://github.com/Sigmacodeat/subsumio-web --skill connector-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of collecting information from disconnected productivity systems by automatically syncing external content into a searchable knowledge brain.

Core Features & Use Cases

  • External System Sync: Connect Google Drive, Gmail, Notion, GitHub, Slack, Calendar, and other services to import content automatically.
  • Reliable Delta Ingestion: Handle OAuth2 authentication, incremental synchronization, rate limiting, deduplication, and content routing into brain pages.
  • Use Case: A professional team can connect their document storage, email, and collaboration tools so new files, messages, and project updates become searchable with preserved source metadata.

Quick Start

Use the connector-ingest skill to connect my Google Drive account and synchronize new documents into the knowledge brain.

Frequently Asked Questions about connector-ingest

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

FAQPage Schema
How do I sync external system content into a centralized knowledge brain?

To sync external system content into a knowledge brain, you need connector-based ingestion that automates importing files, messages, and updates from platforms like Google Drive and Gmail while preserving source metadata.

Can I synchronize Gmail and Google Drive using OAuth authentication?

Yes, you can synchronize Gmail and Google Drive using OAuth2 authentication. The ingestion process handles incremental synchronization, rate limiting, and deduplication to reliably route content into your knowledge brain.

What is delta sync management for productivity platform ingestion?

Delta sync management is the process of performing incremental synchronization during ingestion. It ensures only new or updated content from external systems is imported, handling rate limiting and deduplication for reliable knowledge brain updates.

Does connector ingestion handle content-type routing for enterprise workflows?

Yes, connector ingestion handles content-type routing for enterprise workflows. It automatically directs imported documents, emails, and collaboration messages into appropriate brain pages while maintaining health checks and source metadata.

What's the best way to automate GitHub repository synchronization?

The best way to automate GitHub repository synchronization is using a connector-based ingestion approach. It manages OAuth authentication and delta sync to reliably import repository updates into a searchable knowledge brain.

How do I avoid duplicate documents when syncing Google Drive files?

To avoid duplicate documents when syncing Google Drive files, the ingestion process applies built-in deduplication alongside delta sync management. This ensures only unique, updated content is routed into your centralized knowledge brain.