← 返回 Skills 市场
byungkyu

Microsoft Teams

作者 byungkyu · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1125
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install microsoft-teams
功能描述
Microsoft Teams API integration with managed OAuth. Manage teams, channels, messages, and meetings via Microsoft Graph API. Use this skill when users want to...
安全使用建议
This skill is internally consistent for a Teams integration that uses a third‑party gateway (maton.ai). Before installing: (1) confirm you trust maton.ai — they will see all proxied Graph API requests and hold OAuth tokens for your accounts; (2) verify the MATON_API_KEY scope/permissions and treat it like a high-value secret (store safely, rotate if compromised); (3) review Maton’s privacy/security docs and consider using org-level admin consent or least-privilege scopes for connections; (4) avoid sending highly sensitive data through a third-party proxy unless you’ve vetted them; (5) if you prefer not to trust an intermediary, consider a skill that calls Microsoft Graph directly with your own Azure AD app credentials. If you want higher confidence about provenance, ask the publisher for source code or an official homepage and verify the registry owner.
功能分析
Type: OpenClaw Skill Name: microsoft-teams Version: 1.0.0 The skill bundle provides a legitimate integration with Microsoft Teams via the Maton API Gateway. All code examples in SKILL.md use standard Python `urllib.request` or `requests` libraries to interact with declared Maton API endpoints (`gateway.maton.ai`, `ctrl.maton.ai`), authenticating with a `MATON_API_KEY` from environment variables. There is no evidence of malicious intent, such as unauthorized data exfiltration, arbitrary code execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior beyond its stated purpose. The instructions and code are clear and directly support the described functionality.
能力评估
Purpose & Capability
Name/description (Microsoft Teams via managed OAuth) match the instructions: all runtime calls go to a Maton gateway that proxies to Microsoft Graph. Requesting a single API key for a gateway service is coherent with the stated purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to call https://gateway.maton.ai and https://ctrl.maton.ai and to use MATON_API_KEY in Authorization headers. All operations (list teams, create channels, messages, meetings, recordings) are proxied through Maton, which will see request/response payloads and hold OAuth connections. There is no instruction to access unrelated files, env vars, or local system state.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk persistence and execution of third-party code by the skill itself.
Credentials
Only MATON_API_KEY is required, which is proportionate to a gateway-based integration. However, that single secret effectively grants the gateway access to your Teams connections and proxied Graph calls, so it is high-value and should be trusted/managed accordingly.
Persistence & Privilege
always is false and model invocation is not disabled (defaults). The skill does not request permanent system-wide privileges or modify other skills. Autonomous invocation is normal and not by itself a concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install microsoft-teams
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /microsoft-teams 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Microsoft Teams API skill integration via Maton gateway. - Manage teams, channels, messages, and meetings with secure OAuth via Microsoft Graph API. - Full API documentation for listing, creating, updating, and deleting teams, channels, and messages. - Detailed instructions for OAuth connection management and API key setup. - Supports multiple Microsoft Teams connections via Maton-Connection header. - Examples in Python for all major API actions.
元数据
Slug microsoft-teams
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Microsoft Teams 是什么?

Microsoft Teams API integration with managed OAuth. Manage teams, channels, messages, and meetings via Microsoft Graph API. Use this skill when users want to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1125 次。

如何安装 Microsoft Teams?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install microsoft-teams」即可一键安装,无需额外配置。

Microsoft Teams 是免费的吗?

是的,Microsoft Teams 完全免费(开源免费),可自由下载、安装和使用。

Microsoft Teams 支持哪些平台?

Microsoft Teams 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Microsoft Teams?

由 byungkyu(@byungkyu)开发并维护,当前版本 v1.0.0。

💬 留言讨论