← スキル一覧に戻る

teams-notification
by jacwu
⭐ 69🍴 26📅 2026年1月22日
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 toTEAMS_WEBHOOK_URLenv 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 .claude/skills/teams_notification/scripts/send_teams_notification.py --message "Hello **World**!" --title "Test Message"
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です