teams-anthropic-integration
Use @youdotcom-oss/teams-anthropic to add Anthropic Claude models (Opus, Sonnet, Haiku) to Microsoft Teams.ai applications. Optionally integrate You.com MCP server for web search and content extraction.
Why use this skill?
Easily add Anthropic Claude models to your Microsoft Teams apps. Support for web search via You.com MCP, streaming, and function calling for smarter bots.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/edwardirby/teams-anthropic-integrationWhat This Skill Does
The teams-anthropic-integration skill provides a seamless bridge for integrating Anthropic's powerful Claude model family (Opus, Sonnet, and Haiku) into Microsoft Teams.ai applications. This skill handles the complexity of LLM initialization, stream management, and function calling, allowing developers to focus on building conversational logic rather than infrastructure. By supporting both a basic integration and an advanced configuration featuring the You.com Model Context Protocol (MCP) server, it empowers developers to create intelligent, context-aware bots capable of performing real-time web searches and extracting accurate information directly within the Teams interface.
Installation
To integrate this into your workflow, execute the following installation command in your terminal:
clawhub install openclaw/skills/skills/edwardirby/teams-anthropic-integration
For a standard implementation, you will need to set your ANTHROPIC_API_KEY in your environment configuration. The package includes robust abstractions for AnthropicChatModel, allowing you to switch between model versions such as Haiku, Sonnet, or Opus simply by updating a configuration variable.
Use Cases
- Automated Helpdesks: Deploy a bot that can answer company-specific queries while using live web searches to reference current industry trends or documentation.
- Research Assistants: Enable team members to perform complex deep-dive research without leaving Teams; the bot can extract web content and synthesize it into clear summaries.
- Intelligent Workflow Automation: Build conversational agents that execute tasks and fetch live data, bridging the gap between static internal data and the dynamic internet.
Example Prompts
- "@TeamsBot Search for the latest updates on the AI regulatory landscape and summarize how it affects our current project roadmap."
- "@TeamsBot Compare the pricing and features of the top three cloud storage providers based on their official landing pages."
- "@TeamsBot Can you explain the difference between the Anthropic Sonnet and Haiku models in terms of latency and capability?"
Tips & Limitations
- Model Selection: Start with Sonnet for a balanced performance; switch to Haiku for high-speed, low-cost tasks, or Opus for deep reasoning requirements.
- Cost Management: Always set reasonable token limits in your
requestOptionsto prevent runaway costs during long conversations. - MCP Integration: When using the You.com MCP server, ensure you have appropriate connectivity permissions. The search function is only as accurate as the web data retrieved, so verify critical facts via citations provided by the bot.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-edwardirby-teams-anthropic-integration": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
ydc-ai-sdk-integration
Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.
youdotcom-cli
Web search, research with citations, and content extraction for bash agents using curl and You.com's REST API. - MANDATORY TRIGGERS: You.com, youdotcom, YDC, web search CLI, livecrawl, you.com API, research with citations, content extraction, fetch web page - Use when: web search needed, content extraction, URL crawling, real-time web data, research with citations
ydc-claude-agent-sdk-integration
Integrate Claude Agent SDK with You.com HTTP MCP server for Python and TypeScript. Use when developer mentions Claude Agent SDK, Anthropic Agent SDK, or integrating Claude with MCP tools.
ydc-openai-agent-sdk-integration
Integrate OpenAI Agents SDK with You.com MCP server - Hosted and Streamable HTTP support for Python and TypeScript. Use when developer mentions OpenAI Agents SDK, OpenAI agents, or integrating OpenAI with MCP.
youdotcom-cli
Web search, research with citations, and content extraction for bash agents using curl and You.com's REST API. - MANDATORY TRIGGERS: You.com, youdotcom, YDC, web search CLI, livecrawl, you.com API, research with citations, content extraction, fetch web page - Use when: web search needed, content extraction, URL crawling, real-time web data, research with citations