MCP 与集成
Model Context Protocol 服务器、客户端和集成
Skills 列表

httpclient-factory
IHttpClientFactory and typed HTTP clients for .NET 10 applications. Covers named/typed/keyed clients, DelegatingHandlers, resilience with Microsoft.Extensions.Http.Resilience, and testing patterns. Load this skill when configuring HTTP clients, adding retry/circuit breaker policies, or when the user mentions "HttpClient", "IHttpClientFactory", "AddHttpClient", "typed client", "named client", "DelegatingHandler", "resilience", "retry", "circuit breaker", "hedging", "Polly", "AddStandardResilienceHandler", "socket exhaustion", or "Refit".
codewithmukesh
nuxt-better-auth
Use when implementing auth in Nuxt apps with @onmax/nuxt-better-auth - provides useUserSession composable, server auth helpers, route protection, and Better Auth plugins integration.
onmax
create-payment-credential
Gets secure, one-time-use payment credentials (cards, tokens) from a Link wallet so agents can complete purchases on behalf of users. Use when the user says "get me a card", "buy something", "pay for X", "make a purchase", "I need to pay", "complete checkout", or asks to transact on any merchant site. Use when the user asks to connect or log in to or sign up for their Link account.
stripe
home-assistant-best-practices
HA自动化、辅助元素、脚本、控制和仪表板的最佳实践。 触发此技能的场景: - 创建或编辑自动化、脚本、场景或仪表板 - 在模板传感器和内置辅助元素之间做选择 - 重构触发器、条件或自动化模式 - 设置Zigbee按钮/遥控器自动化 - 重命名实体或将device_id迁移为entity_id - 配置仪表板卡片或选择辅助元素 - 查找卡片类型或领域文档 - 编写或审查AppDaemon应用 - 创作或编辑可复用的Blueprint 症状: - 代理在存在原生选项时使用Jinja2模板 - 代理使用device_id而非entity_id - 代理更改实体ID而未检查消费者 - 错误的自动化模式 - 代理硬编码值或使用原始传感器而非辅助元素 - 代理编辑.storage、编写YAML或生成YAML片段 - 代理告诉用户编辑configuration.yaml以进行UI集成 - 代理在Blueprint中硬编码实体或使用自由文本输入而非选择器
homeassistant-ai
agentkey
PROACTIVELY use whenever the user needs data outside your training set or requires a live network call — web search, URL scraping, news, social media (any platform), market prices (crypto/stocks/FX), on-chain data, e-commerce product data, business/company data, weather, travel (flights/hotels). The provider catalog is dynamic and grows over time; if unsure whether a provider exists, call find_tools first to discover it. Not needed for conceptual, code, or local-file work.
chainbase-labs
wps-excel
WPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题
lc2panda
clickhouse-js-node-troubleshooting
排查并解决 ClickHouse Node.js 客户端(@clickhouse/client)的常见问题。当用户报告涉及 Node.js 客户端的错误、意外行为或配置问题时使用此技能——包括 socket hang-up 错误、Keep-Alive 问题、流处理问题、数据类型不匹配、只读用户限制、代理/TLS 设置问题或长时间运行的查询超时。即使用户没有准确描述问题,只要在 Node.js 上下文中出现诸如“我的插入一直失败”或“连接随机断开”等模糊症状,也应触发此技能。请勿用于浏览器/Web 客户端问题。
clickhouse
freee-api-skill
freee-mcp / freee-sign-mcp と連携するスキル。会計・人事労務・請求書・工数管理・販売・IT管理・サーベイ・サイン(電子契約)の詳細APIリファレンスと使い方ガイドを提供。freee の経費申請・取引登録・勤怠打刻・給与明細・見積書・試算表・仕訳・従業員管理・工数登録・売上管理・SaaSアカウント管理・備品管理・サーベイ企画/実施回の取得・電子契約の文書管理などの操作やAPI仕様を調べたいときに使う。ユーザーが freee のデータ操作、会計処理、人事労務管理、請求・見積、プロジェクト工数管理、販売管理、IT管理、サーベイ、電子契約について質問や操作を依頼してきた場合は、明示的に freee と言及していなくても、このスキルの利用を検討すること。サインは別途 freee-sign-mcp の設定が必要。
freee
dart-use-doc-examples
How to inject external code examples into Dartdoc using the {@example} directive, and how to filter those files using #hide, #region, and #endregion tags.
dart-lang
new-unity-project
Use when starting a brand-new Unity game or project from scratch — "make/start/create a new game", "bootstrap a Unity project", "I want to build a <genre> game", "scaffold/prototype a game", game jam, greenfield, blank project, project setup. A guided flow that gathers the concept, target platforms, and monetization, installs the Editor in the background while it asks, then creates the project and source control and installs packages — delegating the mechanics to the unity-cli and unity-package-management skills and handing off monetization to the dedicated skills. Does not scaffold gameplay code.
unity-technologies
migrating-airflow-2-to-3
Guide for migrating Apache Airflow 2.x projects to Airflow 3.x. Use when the user mentions Airflow 3 migration, upgrade, compatibility issues, breaking changes, or wants to modernize their Airflow codebase. If you detect Airflow 2.x code that needs migration, prompt the user and ask if they want you to help upgrade. Always load this skill as the first step for any migration-related request.
astronomer
prisma-next-build
Wire Prisma Next into the project's build system with the right build-tool plugin — Vite today via @prisma-next/vite-plugin-contract-emit (Vite 7 / 8); Next.js / Webpack / esbuild / Rollup / Turbopack are named as gaps rather than fabricated. Always offers the Vite plugin proactively when the project is using Vite. Use for vite plugin, vite-plugin, vite.config.ts, prismaVitePlugin, contract emit on save, HMR, hot reload contract, dev server, Next.js plugin, next plugin, withPrismaNext, webpack plugin, esbuild plugin, rollup plugin, build integration, dev server plugin, vite 7, vite 8.
prisma
dart-use-ffigen
指导智能体使用 `package:ffigen` 自动生成 FFI 绑定,而非手动编写。当任务涉及编写新的 FFI 绑定、扩展 C/Objective-C/Swift 集成或替换手写的 `dart:ffi` 设置时,使用此技能。
dart-lang
setup-api-key
指导用户为 ElevenLabs MCP 工具设置 ElevenLabs API 密钥。当用户需要配置 ElevenLabs API 密钥、ElevenLabs 工具因缺少 API 密钥而失败,或用户提到需要访问 ElevenLabs 时使用。首先检查 ELEVENLABS_API_KEY 是否已配置且有效,仅在需要时执行完整设置。
elevenlabs
sentry
Sentry error monitoring and performance tracing patterns for Next.js applications.
brianlovin
fix-sentry-issues
Use Sentry MCP to discover, triage, and fix production issues with root-cause analysis. Use when asked to fix Sentry issues, triage production errors, investigate error spikes, or clean up Sentry noise. Requires Sentry MCP server. Triggers on "fix sentry", "triage errors", "production bugs", "sentry issues".
brianlovin
firebase-crashlytics
Firebase Crashlytics 的全面指南,包括配置和 SDK 使用。当用户需要帮助设置 Crashlytics、添加崩溃报告或在其应用程序中使用 Crashlytics SDK 时,使用此技能。
firebase
secret-scanning
配置和管理 GitHub 密钥扫描、推送保护、自定义模式以及密钥警报修复的指南。对于通过 GitHub MCP 服务器进行预提交密钥扫描的 AI 编码代理,此技能引用了高级安全插件(`advanced-security@copilot-plugins`)。在启用密钥扫描、设置推送保护、定义自定义模式、分类警报、解决阻止的推送或代理需要在提交前扫描代码中的密钥时,使用此技能。
github
mcp-hub
通过模型上下文协议(MCP)访问1200多个AI Agent工具
claude-office-skills
nda-generator
>
claude-office-skills
invoice-generator
为自由职业者和小型企业创建格式规范的专业发票。支持多种货币和税务计算。
claude-office-skills
cover-letter
>
claude-office-skills
financial-modeling
构建包含三表预测的综合财务模型。创建利润表、资产负债表和现金流量表,并确保各表之间正确联动。
claude-office-skills
saas-metrics
SaaS业务指标分析 - MRR、ARR、流失率、LTV、CAC、群组分析和投资者报告
claude-office-skills