Agent Plugins Marketplace
All plugins

teams

v0.1.8

Work with Teams using the configured Microsoft Teams app connector.

Codex

By OpenAILicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install teams for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add teams@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “teams-3” remain stable.

  • Codex: teams-3@agent-plugin-marketplaceteams@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/teams/.

Plugin files

plugins/teams/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/teams/.codex-plugin/plugin.json
{
  "name": "teams",
  "version": "0.1.8",
  "description": "Work with Teams using the configured Microsoft Teams app connector.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://www.microsoft.com/en-us/microsoft-teams/group-chat-software",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "teams",
    "microsoft teams",
    "chat",
    "microsoft",
    "microsoft 365",
    "office 365",
    "meetings",
    "messages",
    "channels",
    "video conferencing"
  ],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Teams",
    "shortDescription": "Summarize Teams and follow up",
    "longDescription": "Use Teams to summarize chats, extract actions, and draft channel or meeting follow-ups through the connected Microsoft Teams app.",
    "developerName": "OpenAI",
    "category": "Communication",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://www.microsoft.com/en-us/microsoft-teams/group-chat-software",
    "privacyPolicyURL": "https://www.microsoft.com/en-us/privacy/privacystatement",
    "termsOfServiceURL": "https://www.microsoft.com/en-us/servicesagreement/",
    "defaultPrompt": [
      "Summarize chat, pull out action items, or draft follow-up"
    ],
    "brandColor": "#5B5FC7",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[teams on Agent Plugins Marketplace](https://pluginsmp.com/plugins/teams-3)