Agent Plugins Marketplace
All plugins

teams

v1.0.0

Deliver automation updates to Microsoft Teams channels.

Agent Plugins1 Skill

By FlexkitLicense: MIT0 GitHub starsUpdated 20 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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

Get the plugin

git clone https://github.com/flexkit-io/plugins

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

teams/
├── plugin.json
└── skills/compose-teams-update/SKILL.md

Included Skills1

compose-teams-updateskills/compose-teams-update/SKILL.md

Compose concise automation updates for Microsoft Teams channel delivery.

Plugin manifests1

teams/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "teams",
  "version": "1.0.0",
  "description": "Deliver automation updates to Microsoft Teams channels.",
  "author": {
    "name": "Flexkit"
  },
  "homepage": "https://github.com/flexkit-io/plugins/tree/main/teams",
  "repository": "https://github.com/flexkit-io/plugins",
  "license": "MIT",
  "keywords": [
    "teams",
    "flexkit"
  ],
  "extensions": {
    "io.flexkit": {
      "schemaVersion": 1,
      "displayName": "Microsoft Teams",
      "logo": "./assets/logo.svg",
      "category": "communication",
      "supportedScopes": [
        "project"
      ],
      "requiredInputs": [
        {
          "key": "channels",
          "type": "channel-multi-select",
          "requiredWhen": "delivery-enabled",
          "optionsSource": "connection.channels",
          "target": "toolConfigs.channels"
        }
      ],
      "capabilities": {
        "agentTools": false,
        "automationDelivery": true
      },
      "auth": {
        "type": "oauth2",
        "provider": "teams",
        "credentialGroup": "teams",
        "requiredScopes": [
          "offline_access",
          "User.Read",
          "Team.ReadBasic.All",
          "Channel.ReadBasic.All",
          "ChannelMessage.Send"
        ]
      },
      "delivery": {
        "adapter": "teams",
        "channelPicker": true
      }
    }
  }
}

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-4)