·ms-teams-apps
@

ms-teams-apps

alinaqi/claude-bootstrap

Microsoft Teams 机器人和 AI 代理 - Claude/OpenAI、自适应卡、图形 API

51安装·0热度·@alinaqi

安装

$npx skills add https://github.com/alinaqi/claude-bootstrap --skill ms-teams-apps

SKILL.md

Purpose: Build AI-powered agents and apps for Microsoft Teams. Create conversational bots, message extensions, and intelligent assistants that integrate with LLMs like OpenAI and Claude.

| Cache Graph tokens | Token refresh is expensive | | Stream long responses | Use typing indicator + chunked responses | | Index knowledge base | Pre-embed documents for RAG | | Use connection pooling | Reuse HTTP connections | | Compress payloads | Gzip large card responses |

| Bot not responding | Endpoint unreachable | Check ngrok/Azure URL in manifest | | Auth failures | Token expired/invalid | Refresh OAuth connection | | Cards not rendering | Invalid schema | Validate at adaptivecards.io/designer | | Graph 403 errors | Missing permissions | Check app registration permissions |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/alinaqi/claude-bootstrap --skill ms-teams-apps
分类
@协作工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 ms-teams-apps?

Microsoft Teams 机器人和 AI 代理 - Claude/OpenAI、自适应卡、图形 API 来源:alinaqi/claude-bootstrap。

如何安装 ms-teams-apps?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/alinaqi/claude-bootstrap --skill ms-teams-apps 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/alinaqi/claude-bootstrap