Agent skill · Content & Marketing

integrations

Use BEFORE recommending or installing any third-party SaaS SDK for email (Resend, SendGrid, Postmark, Mailgun), SMS (Twilio), messaging (Slack), calendar (Google Calendar), CRM (HubSpot, Salesforce), docs (Notion), or project management (Linear, GitHub). Butterbase covers most of these via manage_integrations (Composio-backed) — check first.

butterbase.ai2,831★ · +400/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add butterbase-ai/butterbase-skills --skill integrations --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/integrations/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 532

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Butterbase Integrations (Composio) The `manage_integrations` MCP tool gives every Butterbase app access to Composio's toolkit catalog. **Before installing a third-party SDK for any of the use cases below, check whether Composio covers it.** ## Decision rule ``` User wants: send email / Slack message / create calendar event / post GitHub issue / etc. Step 1: manage_integrations(app_id, action: "list_available", search: "<keyword>") Step 2: If a toolkit covers it → use the Composio path (configure → list_tools → execute_action) Step 3: If no toolkit covers it OR latency is critical → fall back to a direct API call in a function ``` ## Common toolkit map | Use case | Composio toolkit | Replaces | |---|---|---| | Send email | `gmail` | Resend, SendGrid, Postmark, Mailgun | | Read inbox / search | `gmail` | Custom IMAP, Nylas | | Create calendar event | `google_calendar` | Cal.com API, custom OAuth | | Post Slack message | `slack` | Slack Web API | | Create GitHub issue / PR | `github` | Octokit | | Notion page / database row | `notion` | Notion API | | Linear ticket | `linear` | Linear SDK | | HubSpot contact / deal | `hubspot` | HubSpot API | | Salesforce record | `salesforce` | Sal

What's inside
Steps it walks through
  1. Decision rule
  2. Common toolkit map
  3. Flow
  4. Per-user OAuth vs. service-level
  5. When NOT to use Composio
  6. Documentation
  7. Anti-patterns
More from butterbase-skills
All skills →
About this skill
What does the integrations skill do?

Use BEFORE recommending or installing any third-party SaaS SDK for email (Resend, SendGrid, Postmark, Mailgun), SMS (Twilio), messaging (Slack), calendar (Google Calendar), CRM (HubSpot, Salesforce), docs (Notion), or project management (Linear, GitHub). Butterbase covers most of these via manage_integrations (Composio-backed) — check first.

How do I install it?

Run `npx skills add butterbase-ai/butterbase-skills --skill integrations --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From butterbase-ai/butterbase-skills, a repository with 532 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going