← Back to list

slack-msg-update
by Comfy-Org
Let's grow with ComfyUI community -- The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
⭐ 9🍴 3📅 Jan 22, 2026
SKILL.md
name: slack-msg-update description: Update Slack messages in threads. Use when the user wants to edit, modify, or update an existing Slack message by providing channel ID, message timestamp, and new text content. allowed-tools: Bash model: haiku
Slack Message Update
This skill updates existing Slack messages in channels or threads.
Usage
pr-bot slack update -c <CHANNEL_ID> -t <MESSAGE_TS> -m "<NEW_TEXT>"
Parameters
-c, --channel(required): Slack channel ID (e.g.,C123456789)-t, --ts(required): Message timestamp in Slack format (e.g.,1234567890.123456)-m, --text(required): New message text to replace the existing content
Examples
# Update a message with new status
pr-bot slack update -c C07V123ABC -t 1234567890.123456 -m "Task completed successfully!"
# Update with markdown formatting
pr-bot slack update -c C07V123ABC -t 1234567890.123456 -m "*Bold text* and _italic text_"
Notes
- The bot must have already posted the original message to update it
- Requires
chat:writeSlack OAuth scope - Supports Slack's mrkdwn formatting
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon