1000+ Tool Integrations

Use Gmail, Slack, GitHub & More in Claude

Connect Claude to the tools you use every day. Send emails, post to Slack, create GitHub issues, schedule calendar events — all through natural conversation.

One-click OAuth
No API keys needed
1000+ tools

35+ Popular integrations

Connect these tools with just one click. Plus access 900+ more via composio/execute

Communication

📧

Gmail

Send and read emails

composio/gmail-send
💬

Slack

Send messages to channels

composio/slack-send
🎮

Discord

Send messages to servers

composio/discord-send
👥

Microsoft Teams

Team collaboration

composio/teams-message
✈️

Telegram

Send messages

composio/telegram-message
💚

WhatsApp

Business messaging

composio/whatsapp-message
📨

Outlook

Microsoft email

composio/outlook-email

Project Management

🐙

GitHub

Issues and PRs

composio/github-issue
🎯

Linear

Issue tracking

composio/linear-issue
🔷

Jira

Agile project management

composio/jira-issue
🔲

Asana

Task management

composio/asana-task
📋

Trello

Kanban boards

composio/trello-card

ClickUp

Project workspace

composio/clickup-task
📝

Notion

Notes and databases

composio/notion-page
📊

Airtable

Database spreadsheets

composio/airtable-record

CRM & Sales

🧡

HubSpot

CRM platform

composio/hubspot-contact
☁️

Salesforce

Enterprise CRM

composio/salesforce-lead
🔗

Pipedrive

Sales pipeline

composio/pipedrive-deal

Productivity

📅

Google Calendar

Schedule events

composio/calendar-event
📁

Google Drive

Cloud storage

composio/drive-upload
📑

Google Sheets

Spreadsheets

composio/sheets-append
📄

Google Docs

Documents

composio/docs-create
📦

Dropbox

File storage

composio/dropbox-upload
☁️

OneDrive

Microsoft storage

composio/onedrive-upload
🎥

Zoom

Video meetings

composio/zoom-meeting
🗓️

Calendly

Scheduling

composio/calendly-events

Social Media

🐦

Twitter/X

Post tweets

composio/twitter-post
📷

Instagram

Photo sharing

composio/instagram-post
🔴

Reddit

Community posts

composio/reddit-post
▶️

YouTube

Video uploads

composio/youtube-upload

Customer Support

🎫

Zendesk

Support tickets

composio/zendesk-ticket
💬

Intercom

Customer messaging

composio/intercom-conversation
🆘

Freshdesk

Help desk

composio/freshdesk-ticket

Payments

💳

Stripe

Payment processing

composio/stripe-customer

How it works

1

Install SkillBoss

Download and add to Claude Desktop, Cursor, Windsurf, or any MCP-compatible platform.

2

Connect your tools

Sign in to Gmail, Slack, GitHub, etc. with OAuth. No API keys to manage.

3

Use naturally

"Send an email to John", "Post to #general on Slack", "Create a GitHub issue" — just ask.

Example usage

Send an email

POST /v1/run
{
  "model": "composio/gmail-send",
  "inputs": {
    "to": "john@example.com",
    "subject": "Meeting tomorrow",
    "body": "Hi John, let's meet at 3pm."
  }
}

Create GitHub issue

POST /v1/run
{
  "model": "composio/github-issue",
  "inputs": {
    "repo": "owner/repo",
    "title": "Bug: Login button broken",
    "body": "Steps to reproduce...",
    "labels": ["bug", "priority-high"]
  }
}

Post to Slack

POST /v1/run
{
  "model": "composio/slack-send",
  "inputs": {
    "channel": "#general",
    "message": "Deploy completed! 🚀"
  }
}

Schedule calendar event

POST /v1/run
{
  "model": "composio/calendar-event",
  "inputs": {
    "title": "Team standup",
    "start_time": "2026-03-26T10:00:00Z",
    "end_time": "2026-03-26T10:30:00Z",
    "attendees": ["team@example.com"]
  }
}

What you can build

Automated email responses based on AI analysis
Slack notifications from code review summaries
Auto-create GitHub issues from bug reports
Meeting summaries saved to Notion automatically
Task creation in Linear from chat messages
Social media posting across multiple platforms

Ready to connect your tools?

Join 10,000+ developers using SkillBoss to build powerful automations with Claude.