home / skills / abdullahbeam / nexus-design-abdullah / learn-integrations
This skill explains MCP and how to add integrations to Nexus, helping you connect external tools quickly and automate workflows.
npx playbooks add skill abdullahbeam/nexus-design-abdullah --skill learn-integrationsReview the files below or copy the command above to add this skill to your agents.
---
name: learn-integrations
description: "Learn about Nexus integrations and MCP. Load when user mentions: learn integrations, what is MCP, connect tools, integration tutorial, add integration, external tools, API connections, third party, how to integrate. 10-12 min."
onboarding: true
priority: high
---
## π― AI Proactive Triggering (ONBOARDING SKILL)
**This is an ONBOARDING skill with HIGH PRIORITY for proactive suggestion.**
### When to Proactively Suggest (AI MUST check user-config.yaml)
Check `learning_tracker.completed.learn_integrations` in user-config.yaml. If `false`:
**PROACTIVELY SUGGEST when user:**
1. Mentions ANY external tool (GitHub, Slack, Notion, Airtable, Google Drive, Linear, etc.)
2. Says "I use..." or "I work with..." followed by a tool name
3. Asks about connecting, syncing, or automating with external services
4. Expresses frustration about copying data between tools
5. Asks "can you access..." or "can you connect to..."
6. Mentions MCP, API, or integration in any context
7. At the END of completing another onboarding skill (suggest as next step)
**Suggestion Pattern:**
```
π‘ I notice you haven't learned about integrations yet. Understanding how Nexus
connects to external tools (like [tool they mentioned]) takes about 10 minutes
and will help you work more efficiently.
Would you like to run 'learn integrations' now? (You can always do it later)
```
**DO NOT suggest if:**
- `learning_tracker.completed.learn_integrations: true`
- User explicitly dismissed learning skills
- User is mid-task and focused on something else
---
# Learn Integrations
Learn how to connect external tools to Nexus via MCP (Model Context Protocol).
## Purpose
This skill teaches you how integrations work in Nexus β what they are, which ones are available, and when/how to add them. By the end, you'll understand:
- What MCP is and why it matters
- Which integrations are available
- When to add integrations vs work standalone
- How to set up your first integration
**Time Estimate**: 10-12 minutes
---
## Workflow
### Step 1: Why Integrations?
**Ask**: "Before we dive in β do you currently use any external tools for your work? Things like GitHub, Notion, Slack, Airtable, Google Drive, or Linear?"
**Listen for**: Tools they already use, how they use them, pain points.
**Respond based on answer**:
- If they mention tools β "Perfect! Integrations let me work directly with those tools."
- If they're unsure β "That's fine! Let's explore what's possible."
---
### Step 2: What is MCP?
**Display**:
```
βββ WHAT IS MCP? βββββββββββββββββββββββββββββββββββββββββββ
MCP (Model Context Protocol) is like a universal adapter.
It lets me connect to your external tools and work with them directly.
WITHOUT MCP:
You: "Check my GitHub issues"
Me: "I can't access GitHub directly. Please copy-paste the info."
You: [manually copies data]
WITH MCP:
You: "Check my GitHub issues"
Me: [directly queries GitHub] "You have 5 open issues..."
Think of MCP as building bridges between Nexus and your tools.
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
**Ask**: "Does that make sense? Any questions about what MCP does?"
---
### Step 3: Available Integrations
**Display**:
```
βββ CORE INTEGRATIONS ββββββββββββββββββββββββββββββββββββββ
Nexus includes master skills for these integrations:
π· BUILT-IN (Ready to Configure)
β’ Notion β "connect notion" β Databases, pages, search
β’ Airtable β "connect airtable" β Bases, records, automation
β’ Slack β "connect slack" β Messages, channels, team comms
β’ Google β "connect google" β Gmail, Docs, Sheets, Calendar, Drive, Tasks, Slides
β’ HubSpot β "connect hubspot" β CRM, contacts, deals
β’ Beam.ai β "beam" commands β AI agent workflows
π MCP SERVERS (Via add-integration skill)
β’ GitHub β Repos, issues, PRs, actions
β’ Linear β Issues, projects, roadmaps
β’ PostgreSQL β Direct database queries
β’ Filesystem β Local file operations
β’ And 50+ more via MCP directory
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
**Ask**: "Any of these tools sound relevant to your work?"
---
### Step 4: When to Integrate
**Display**:
```
βββ INTEGRATION DECISION FRAMEWORK βββββββββββββββββββββββββ
β
ADD AN INTEGRATION WHEN:
β’ You frequently copy-paste data from a tool
β’ You want automated workflows (e.g., create GitHub issue from task)
β’ You need real-time data (e.g., check Slack messages)
β’ The tool is central to your daily work
β SKIP INTEGRATION WHEN:
β’ You rarely use the tool
β’ Manual copy-paste is fast enough
β’ The tool doesn't have MCP support
β’ You prefer keeping systems separate
REMEMBER: Nexus works perfectly standalone!
Integrations are power-ups, not requirements.
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
**Confirm**: "Make sense? The key is: integrate what adds value to YOUR workflow."
---
### Step 5: How to Add Integrations
**Display**:
```
βββ ADDING INTEGRATIONS ββββββββββββββββββββββββββββββββββββ
METHOD 1: Built-in Master Skills
Just say the command:
β’ "connect notion" β Notion setup wizard
β’ "connect airtable" β Airtable setup wizard
METHOD 2: MCP Server Setup
Say "add integration" β I'll guide you through:
1. Installing the MCP server
2. Getting API credentials
3. Configuring the connection
4. Testing it works
5. Documenting in your Memory
TIME: 10-20 minutes per integration
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
---
### Step 6: Quick Example
**Display**:
```
βββ EXAMPLE: NOTION INTEGRATION ββββββββββββββββββββββββββββ
BEFORE (No Integration):
You: "Add this task to my Notion board"
Me: "I can't access Notion. Here's the formatted text to copy..."
You: [Opens Notion, manually adds task]
AFTER (With Integration):
You: "Add this task to my Notion board"
Me: [Directly creates task in Notion] "Done! Added to your Tasks database."
OTHER USE CASES:
β’ "Query my projects database in Notion"
β’ "Sync session report to Notion"
β’ "Search my notes for [topic]"
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
---
### Step 7: What's Next?
**Ask**: "Would you like to set up an integration now, or save it for later?"
**IF YES** (wants to integrate now):
- "Which tool would you like to connect?"
- Based on response:
- Notion β Load `notion-connect` skill
- Airtable β Load `airtable-connect` skill
- Slack β Load `slack` skill (from google folder)
- Google/Gmail/Docs/Sheets/Calendar/Drive/Tasks/Slides β Load `google` skill
- Other β Load `add-integration` skill
- Skip Step 8, proceed to finalization after integration complete
**IF NO** (save for later):
- "No problem! When you're ready, just say:"
- `'connect notion'` for Notion
- `'connect airtable'` for Airtable
- `'connect slack'` for Slack
- `'connect google'` for Google Workspace (Gmail, Docs, Sheets, Calendar, Drive, Tasks, Slides)
- `'add integration'` for any other tool
- Proceed to Step 8
---
### Step 8: Finalize
**Actions** (MUST complete all):
1. **Mark skill complete** in user-config.yaml:
```yaml
learning_tracker:
completed:
learn_integrations: true # ADD THIS LINE
```
2. **Display completion**:
```
β
Learn Integrations Complete!
You now understand:
β’ What MCP is (universal adapter for tools)
β’ Available integrations (Notion, Airtable, Slack, Google, etc.)
β’ When to integrate (adds value) vs skip (overhead)
β’ How to add them (built-in skills or 'add integration')
Next steps:
β’ 'connect notion' - Set up Notion
β’ 'connect airtable' - Set up Airtable
β’ 'connect slack' - Set up Slack
β’ 'connect google' - Set up Google Workspace (7 services)
β’ 'add integration' - Any other tool
β’ 'learn projects' or 'learn skills' - Continue learning
```
3. **Prompt close-session**:
```
π‘ When you're done working, say "done" to save progress.
```
---
## Success Criteria
- [ ] User understands what MCP is
- [ ] User knows which integrations are available
- [ ] User understands when to integrate vs work standalone
- [ ] User knows commands to add integrations
- [ ] `learning_tracker.completed.learn_integrations: true` in user-config.yaml
---
## Notes
**Key Messages**:
- Integrations are optional power-ups, not requirements
- Nexus works perfectly standalone
- Add integrations that save YOU time
- Start with one, add more as needed
**Related Skills**:
- `add-integration` - General MCP server setup
- `notion-connect` - Notion-specific setup
- `airtable-connect` - Airtable-specific setup
- `notion-master` - Shared Notion resources
- `airtable-master` - Shared Airtable resources
**Resources**:
- MCP Documentation: https://modelcontextprotocol.io/
- MCP Server Directory: https://github.com/modelcontextprotocol/servers
This skill teaches how to connect external tools to Nexus using MCP (Model Context Protocol). It explains what MCP is, which integrations are available, when to add integrations versus working standalone, and how to set up your first connection in about 10β12 minutes. Itβs a practical, step-by-step primer so you can decide and act quickly.
The skill asks about the tools you already use, explains MCP as a universal adapter that lets Nexus query and act on external services, and lists built-in integrations plus MCP server options. It then walks you through a decision framework for when to integrate and provides concrete setup paths: simple built-in commands or the MCP server installation flow with credentials, testing, and documentation. Finally it marks the lesson complete in your learning tracker and offers next steps.
What exactly does MCP do?
MCP acts as a bridge that lets Nexus authenticate to and query external tools so the agent can read and act on live data instead of relying on pasted content.
How long does setup take?
Expect about 10β20 minutes per integration: built-in connections are usually quicker, MCP server setups take longer due to credential and server steps.
Can I skip integrations and still use Nexus?
Yes. Integrations are optional power-upsβNexus works standalone. Add them only when they save time or enable automation.