mark-read
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Mark Reader
Slack チャンネルを既読にします(一括既読化)。
ワークフロー
1. チャンネルの確認
既読にするチャンネルを確認
2. 既読化前の確認
既読化する前に必ずユーザーに確認を取る:
#general の未読を既読にしますか?
[はい/いいえ]
3. 既読化実行
Pythonスクリプトを実行:
python plugins/shiiman-slack/skills/check-unread/scripts/slack_message.py mark-read \
--channel C01234567
4. 結果の報告
既読化したチャンネル情報を表示
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. ワークフロー
ワークフロー
1. チャンネルの確認
既読にするチャンネルを確認
2. 既読化前の確認
既読化する前に必ずユーザーに確認を取る:
3. 既読化実行
Pythonスクリプトを実行:
4. 結果の報告
既読化したチャンネル情報を表示
# Mark Reader
Slack チャンネルを既読にします(一括既読化)。
## ワークフロー
### 1. チャンネルの確認
既読にするチャンネルを確認
### 2. 既読化前の確認
既読化する前に必ずユーザーに確認を取る:
```
#general の未読を既読にしますか?
[はい/いいえ]
```
### 3. 既読化実行
Pythonスクリプトを実行:
```bash
python plugins/shiiman-slack/skills/check-unread/scripts/slack_message.py mark-read \
--channel C01234567
```
### 4. 結果の報告
既読化したチャンネル情報を表示 Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> ワークフロー → 1. チャンネルの確認 → 2. 既読化前の確認 → 3. 既読化実行 → 4. 結果の報告
terms -> Slack チャンネルを既読にします(一括既読化)。
files/cmd -> plugins/shiiman-slack/skills/check-unread/scripts/slackmessage.py
body sha256 -> 9a55dd2facf0
Decide Fit First
Design Intent
How To Use It
Boundaries And Review