Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计通过

learn-integrations学习集成

Agent Skill

learn-integrations 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

288

周安装

12

GitHub Stars

2

下载量

96
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:learn-integrations(学习集成)
来源仓库:https://github.com/abdullahbeam/nexus-design-abdullah
仓库路径:skills/learn-integrations
安装命令:
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill learn-integrations
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill learn-integrations

简介

learn-integrations 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于研究检索类任务,可结合来源仓库和原始 README 核验具体用法。
  • 通过 npx skills add 命令从 GitHub 安装,需确认权限范围和维护状态。
  • 使用前建议检查是否会触发联网、命令执行或文件读写操作。
  • 当前维护状态和稳定性需结合仓库活跃度进一步确认。

SKILL.md

🎯 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: 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:

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.25%
按下载量换算27

Antigravity

21.1%
按下载量换算20

windsurf

18.07%
按下载量换算17

Codex

12.59%
按下载量换算12

OpenCode

6.82%
按下载量换算7

Gemini CLI

3.1%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills