Claude Code Plugins

Community-maintained marketplace

Feedback

teams-notification

@jacwu/github-materials
67
0

Send a notification card to Microsoft Teams via Webhook.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name teams-notification
description Send a notification card to Microsoft Teams via Webhook.

Teams Notification

Send a notification card to a Microsoft Teams channel using an Incoming Webhook.

Parameters

  • Required:
    • --message (The message content, supports Markdown)
  • Optional:
    • --webhook-url (The Teams Webhook URL. Defaults to TEAMS_WEBHOOK_URL env var)
    • --title (The title of the card. Defaults to "Notification")
    • --color (Hex color code for the card stripe. Defaults to "0076D7")

Example

python .claude/skills/teams_notification/scripts/send_teams_notification.py --message "Hello **World**!" --title "Test Message"