connector

Bridge AI agents to external services via CLI commands.

1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/matt-fell-ai/PAI --skill connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connector
Source: https://github.com/matt-fell-ai/PAI/tree/main/skills/Connector
Command: npx skills add https://github.com/matt-fell-ai/PAI --skill connector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connector provides an interface to external services (Slack, Google Calendar, GitHub, etc.), enabling the PAI to pull data from or push actions to SaaS tools.

Core Features & Use Cases

  • Check Messages: Retrieve messages/notifications from external platforms.
  • Schedule Events: Create or modify calendar events for project workflows.
  • Repo Management: Sync issues or PRs based on Execution logs.

Quick Start

  • pai run Connector check
  • pai run Connector schedule "Meeting with Bob at 3pm"

Frequently Asked Questions about connector

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

FAQPage Schema
How do I automate actions across Slack, GitHub, and Google Calendar?

Connector bridges your AI agent to external platforms, enabling automated message checks, event scheduling, and repository syncing across Slack, Google Calendar, GitHub, and similar services through CLI commands like check, schedule, and sync.

Can I retrieve messages and notifications from external platforms programmatically?

Yes, Connector's check command retrieves messages and notifications from external services, allowing your AI agent to pull data from Slack, GitHub, and other platforms for aggregation and processing.

What's the best way to sync GitHub issues and pull requests with other tools?

Connector implements repo synchronization that pulls GitHub issues and PRs based on execution logs, pushing repository changes to external platforms for cross-tool workflow coordination.

Does Connector work with my existing CLI tools like gh and slack-cli?

Connector uses standard CLI tools (gh, slack-cli) as its bridge implementation, integrating with your existing command-line utilities to enable autonomous cross-platform actions without additional dependencies.

Can I create and modify calendar events from the AI agent?

Yes, Connector's schedule command creates or modifies calendar events in Google Calendar and similar platforms, enabling the AI agent to autonomously manage project workflow scheduling.

What platforms does Connector support for message aggregation?

Connector supports Slack, Google Calendar, GitHub, and similar SaaS platforms for message aggregation, event scheduling, and repository management through unified check, schedule, and sync operations.