microsoft-teams
Installation
SKILL.md
Microsoft Teams
Integrate with Microsoft Teams for collaboration. Use when you need to: (1) send messages to Teams channels, (2) post team notifications, or (3) automate Teams communication workflows.
Input
Provide input as JSON:
{
"team_name": "Name of the Microsoft Teams team to manage",
"channel_name": "Name of the channel to create or manage",
"message_content": "Content of the message to send to the team channel"
}