smithery/jacwu

teams_notification

Send a notification card to Microsoft Teams via Webhook.

Installation

$ npx skills add smithery/jacwu --skill teams-notification

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/jacwu.

npx skills add smithery/jacwu

Browse all from smithery/jacwu

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 706 B
  • docs SUMMARY.md 82 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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 TEAMSWEBHOOKURL env var) - --title (The title of the card. Defaults to "Notification") - --color (Hex color code for the card stripe. Defaults to "0076D7")

Example

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