Back to skills
extension
Category: Development & EngineeringNo API key required

mark-read

Mark a Slack channel as read. Can be triggered by phrases like "mark as read", "readify", "channel read", "clear unread", "read mark", "set all as read", "want to mark as read". Use the Python script `slack_message.py mark-read`.

personAuthor: jakexiaohubgithub

Mark Reader

Slack チャンネルを既読にします(一括既読化)。

ワークフロー

1. チャンネルの確認

既読にするチャンネルを確認

2. 既読化前の確認

既読化する前に必ずユーザーに確認を取る:

#general の未読を既読にしますか?

[はい/いいえ]

3. 既読化実行

Pythonスクリプトを実行:

python plugins/shiiman-slack/skills/check-unread/scripts/slack_message.py mark-read \
  --channel C01234567

4. 結果の報告

既読化したチャンネル情報を表示