bridgekit

Orchestrates Google Workspace, Slack, and cold email platforms through MCP tools.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills --skill bridgekit-lgj-jonathan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bridgekit
Source: https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills/tree/main/bridgekit
Command: npx skills add https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills --skill bridgekit-lgj-jonathan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating work across Google Docs, Google Sheets, Gmail, Slack, and cold email platforms like Bison and Instantly.ai requires constant context switching and manual data transfer. This Skill provides a unified catalog of MCP tools so an AI agent can read, write, and synchronize data across all of these platforms in a single workflow. ## Core Features & Use Cases - Google Workspace automation: Create, read, format, and comment on Google Docs, and manage Google Sheets including charts, conditional formatting, data validation, and named ranges. - Communication management: Search and reply to Gmail threads, triage unreplied emails, and send or search Slack messages and threads. - Cold email operations: Manage Bison (EmailBison) and Instantly.ai campaigns, leads, sequences, mailbox health, and missed reply opportunities. - Use Case: Pull campaign stats from Bison, write them into a formatted Google Sheet with charts, then post a summary of missed reply opportunities to a Slack channel. ## Quick Start Use BridgeKit to pull this week's Instantly campaign stats and write them into a new Google Sheet.

Frequently Asked Questions about bridgekit

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

FAQPage Schema
How do I automate Google Sheets with MCP tools?

Use the BridgeKit spreadsheet tools such as create_spreadsheet, read_spreadsheet, update_spreadsheet, and format_spreadsheet_cells. Fetch tool schemas with ToolSearch using the query +BiridgeKit, then invoke tools with the mcp__claude_ai_BiridgeKit__ prefix.

How do I manage Bison and Instantly cold email campaigns in one place?

BridgeKit exposes tools for both platforms, including list campaigns, get campaign details, search leads, check mailbox health, and find missed reply opportunities. You can combine them in one workflow, such as pulling stats from both into a single Google Sheet.

Can I combine Gmail, Slack, and Google Docs in one workflow?

Yes, BridgeKit is designed for cross-platform workflows. For example, you can summarize unreplied Gmail emails into a Google Doc report, or post missed Bison reply opportunities to a Slack channel.

How do I find the Google Doc or Sheet ID for BridgeKit tools?

Extract the ID from the document URL. For Docs it is the segment after /d/ in docs.google.com/document/d/{DOCUMENT_ID}/edit, and for Sheets it follows the same pattern in the spreadsheets URL.

Why do BridgeKit tool calls fail with authentication errors?

Operations fail when the required Google account is not connected. Run list_connected_google_accounts to verify linked accounts, and use the Gmail or Google Calendar authenticate tools to connect accounts before retrying.