← Back to Skills Marketplace
edwardirby

Build Teams.ai Apps with Anthropic Claude

by Edward Irby · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
1959
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install teams-anthropic-integration
Description
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.
Usage Guidance
Before installing or using this skill: 1) Be aware the SKILL.md requires ANTHROPIC_API_KEY (and YDC_API_KEY if you enable You.com MCP) even though the skill metadata lists no required env vars — treat that as a metadata accuracy issue. 2) The instructions tell you to run npm install for @youdotcom-oss/teams-anthropic and other packages, but the skill provides no source, homepage, or repository to verify the package's provenance; verify the npm package owner, repository, and recent package contents on npmjs.org or the project repo before running installs. 3) Do not paste production API keys into public repos; store them in a secrets manager or environment restricted to the app. 4) If you need higher assurance, ask the skill author for the upstream repository or a package checksum, or run installation and testing in an isolated environment (container) and review the installed package code for unexpected network calls or shell execution. 5) If the author provides a verified source/repo and metadata is corrected to declare required env vars, my concern would be reduced.
Capability Analysis
Type: OpenClaw Skill Name: teams-anthropic-integration Version: 1.1.0 The skill bundle provides instructions and code for integrating Anthropic Claude models and You.com's MCP service into Microsoft Teams.ai applications. All package installations, API key handling (from environment variables), and network calls (to Anthropic and You.com APIs) are standard practices for the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or harmful prompt injection attempts against the agent. The instructions for the AI model itself are benign and define its role as a helpful assistant.
Capability Assessment
Purpose & Capability
The SKILL.md purpose (integrate Anthropic Claude into Teams.ai, optional You.com MCP) aligns with the runtime instructions which require ANTHROPIC_API_KEY and optionally YDC_API_KEY — those credentials are reasonable for the stated purpose. However, the skill registry metadata declares no required env vars or primary credential, which is inconsistent with the instructions and signals inaccurate or incomplete metadata.
Instruction Scope
The runtime instructions are limited to installing npm packages, configuring environment variables (.env), instantiating Anthropic/You.com clients, and wiring them into a Teams.ai app. They do not instruct reading unrelated system files, scanning local data, or sending data to unexpected endpoints beyond Anthropic and You.com. The code samples explicitly validate environment variables before use.
Install Mechanism
This is an instruction-only skill (no install spec), but it directs the user to run npm install for @youdotcom-oss/teams-anthropic and other packages. Because the skill has no source, homepage, or repository listed and the registry metadata lacks provenance, installing those npm packages would fetch third-party code whose origin and integrity are not verifiable from the skill metadata — this increases risk.
Credentials
The only runtime secrets the code needs are Anthropic (ANTHROPIC_API_KEY) and optionally You.com (YDC_API_KEY) keys, which are proportionate to the feature set. However the skill metadata does not declare these required environment variables, creating an inconsistency. No other unrelated credentials are requested in the instructions.
Persistence & Privilege
The skill does not request always:true, does not claim to modify other skills or system-wide settings, and is user-invocable. It does not request persistent elevated privileges in the provided instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install teams-anthropic-integration
  3. After installation, invoke the skill by name or use /teams-anthropic-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
teams-anthropic-integration v1.1.0 introduces simplified setup and two integration paths for Anthropic Claude with Teams.ai. - Adds clear two-path setup: Path A (Claude only), Path B (Claude + You.com MCP web search). - Simplifies installation, environment setup, and code templates for both new and existing Teams.ai apps. - Highlights direct Claude integration without MCP for faster onboarding. - Updates documentation to focus on easy model selection, streaming, and function-calling features. - Reduces dependency requirements and steps for common use cases. - Clarifies usage scenarios and integration decision points for developers.
v1.0.0
Initial release – integrate Microsoft Teams apps with You.com MCP and Anthropic Claude. - Enables Teams apps to access You.com MCP features: web search, AI agent, and content extraction. - Provides step-by-step integration guide and template code for both new and existing Teams apps. - Supports Anthropic Claude models (Opus, Sonnet, Haiku) with easy configuration. - Includes environment validation and troubleshooting tips. - Offers advanced patterns for package contributors and custom integrations.
Metadata
Slug teams-anthropic-integration
Version 1.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Build Teams.ai Apps with Anthropic Claude?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1959 downloads so far.

How do I install Build Teams.ai Apps with Anthropic Claude?

Run "/install teams-anthropic-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Build Teams.ai Apps with Anthropic Claude free?

Yes, Build Teams.ai Apps with Anthropic Claude is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Build Teams.ai Apps with Anthropic Claude support?

Build Teams.ai Apps with Anthropic Claude is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Build Teams.ai Apps with Anthropic Claude?

It is built and maintained by Edward Irby (@edwardirby); the current version is v1.1.0.

💬 Comments