social-digest
Fetch today's Discord channel + Mastodon posts via API tokens, summarize to Markdown, and save into an Obsidian vault (Bun script).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch today's Discord channel + Mastodon posts via API tokens, summarize to Markdown, and save into an Obsidian vault (Bun script).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
トレンド収集
gog CLIでGmailの過去90日を読み取り専用監査し、頻繁かつ低価値なメールマガジンや反復通知だけを最大5件の解除・配信頻度変更・filter候補として提案する。受信箱のノイズ低減、newsletter整理、定期的なメール衛生レビューで使う。低品質でも低頻度のメールは候補にせず、解除、filter作成、削除、既読化は実行しない。
GmailとSlackの直近メッセージから、根拠付きの「今日やること」を最大3件に絞り、ADHDフレンドリーな日次アクションプランとしてlifeリポジトリへ保存する。朝や昼の受信箱トリアージ、返信・確認・フォローアップの計画、Hermes Agentの定期実行で使う。メール送信、Slack投稿、既読化、タスク登録、予定登録は行わない。
Conduct large-scale, resumable research over public X/Twitter posts with Bird from a user-supplied research specification. Use when collecting hundreds to tens of thousands of posts, enriching public profile signals, applying an arbitrary evidence-based classification rubric, and generating a source-linked dashboard with original-post detail views.
X/Twitter command-line tool for reading, searching, posting, and interacting. Use when the user wants to read, search, post, or interact with X/Twitter through the bird CLI.
Grokを使ってX(Twitter)上のリアルタイム情報を検索する。ユーザーの反応、最新トレンド、議論の調査に使用。Chrome MCP環境でのみ動作。Triggers on: 'Xでの反応', 'ツイッターで', 'SNSの反応', '最新情報', 'リアルタイム', 'トレンド', '話題', 'バズ', '評判', '口コミ', 'みんなどう言ってる', 'みんなの反応', '反応を調べ', '〜の反応', '〜への反応', '世間の声', '感想を調べ', 'grokで', 'grokを使って', '〜の使い方', '〜のtips', 'tips', '便利な使い方', 'おすすめ設定'
| name | social-digest |
| description | Fetch today's Discord channel + Mastodon posts via API tokens, summarize to Markdown, and save into an Obsidian vault (Bun script). |
| metadata | {"openclaw":{"requires":{"bins":["bun"],"env":["DISCORD_BOT_TOKEN","MASTODON_TOKEN","OBSIDIAN_VAULT"],"config":[]},"primaryEnv":"OBSIDIAN_VAULT"}} |
| user-invocable | true |
Summarize daily posts from:
…and write a Markdown note into an Obsidian vault.
bun available on PATHDISCORD_BOT_TOKENMASTODON_TOKENOBSIDIAN_VAULT (absolute path to your vault root)MASTODON_BASE_URL (default: inferred from the account / token, but recommended)From repo workspace:
bun run {baseDir}/scripts/social-digest.ts \
--date today \
--discord-channel 1028287639918497822 \
--mastodon-acct yuta@fedi.yutakobayashi.com \
--out "Daily/Social" \
--format daily
curl "https://api.fxtwitter.com/jack/status/20"
cd {baseDir}
bun test
--date : today or YYYY-MM-DD (JST)--discord-channel : Discord channel ID--mastodon-acct : username@instance (e.g. yuta@fedi.yutakobayashi.com)--out : subfolder inside the vault--format : currently dailyTwo-step flow:
links).web_fetch) and writes the final Obsidian Markdown note to:$OBSIDIAN_VAULT/Daily/Social/YYYY-MM-DD.md
web_fetch and include a short title + 1–2 line gist.maxChars (e.g. 3000–8000) and short timeouts; failures should not fail the whole digest.GET /channels/{channel.id}/messages and filters by date.