← スキル一覧に戻る

lurk
by clawdbot
Declarative infra + NixOS modules for CLAWDINATOR hosts.
⭐ 48🍴 2📅 2026年1月22日
SKILL.md
name: lurk description: Monitor Discord channel activity and persist notable items to memory. Run from main session during heartbeat.
Lurk Skill
Monitor Discord lurk channels and persist notable activity to shared memory.
When to Use
- Hourly heartbeat (step 3)
- Manual trigger to capture current channel state
How to Run
Use discord.readMessages to read recent messages from the LURK channels listed in AGENTS.md.
- Do not read or write to any channel that is not explicitly listed there.
- These channels are read-only (sendPolicy denies replies).
What to Capture
Persist these:
- Support issues / bug reports
- Questions that indicate user confusion
- Feature requests with discussion
- Anything referencing GitHub issues/PRs
- Repeated topics (multiple users, same issue)
- Announcements or important updates
Skip these:
- Casual chat / banter
- Single-word reactions
- Bot spam
- Already-resolved questions
Output
Append to /memory/discord/YYYY-MM-DD.md using memory-edit (exclusive lock).
## HH:MM #channel-name
- [brief summary of notable item]
- Links to #NNN if references GitHub issue
- @username if relevant
## HH:MM #channel-name
- [another item]
Constraints
- Be selective. Only notable items.
- Include timestamp and channel name.
- Keep each entry to 1-2 lines.
- Cross-reference GitHub issues when mentioned.
- Never write to
/memoryusing raw redirects (>,>>); always usememory-edit. - If nothing notable: don't write anything, reply
NO_NOTABLE_ACTIVITY.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です