← Back to list

slack
by vm0-ai
⭐ 4🍴 1📅 Jan 24, 2026
SKILL.md
name: slack description: Send messages to Slack channels using webhooks. Use this skill to post summaries and notifications.
Slack Skill
This skill allows you to send messages to Slack channels using incoming webhooks.
When to Use
Use this skill when:
- You need to post article summaries to a channel
- You want to send notifications to your team
- You need to share research findings
Setup Requirements
- Go to your Slack workspace settings
- Create an Incoming Webhook: https://api.slack.com/messaging/webhooks
- Copy the webhook URL
How to Use
Send a Simple Message
$CLAUDE_CONFIG_DIR/skills/slack/scripts/send-message.sh "Your message here"
Send a Formatted Summary
$CLAUDE_CONFIG_DIR/skills/slack/scripts/send-summary.sh "Article Title" "https://example.com" "Summary text"
Environment Variables
SLACK_WEBHOOK_URL: Your Slack incoming webhook URL
Message Formatting
Slack supports markdown-like formatting:
*bold*for bold text_italic_for italic text•for bullet points`code`for inline code
Examples
# Simple message
send-message.sh "Daily research report is ready!"
# Article summary
send-summary.sh "OpenAI launches GPT-5" "https://techcrunch.com/..." "• Enhanced reasoning\n• Better safety\n• Faster performance"
Getting a Webhook URL
- Go to https://api.slack.com/apps
- Create a new app (or select existing)
- Enable "Incoming Webhooks"
- Add a new webhook to your workspace
- Select the target channel
- Copy the webhook URL
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon