← 返回 Skills 市场
ariktulcha

Daily Briefing Hub

作者 Arik Tulchinsky · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
769
总下载
2
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-briefing-hub
功能描述
All-in-one daily briefing that combines Google Calendar events, Gmail/Outlook email highlights, weather forecast, GitHub PR and CI status, Hacker News and RS...
使用说明 (SKILL.md)

Daily Briefing Hub

Your AI Chief of Staff. This skill pulls data from multiple sources and generates a single, prioritized daily briefing — delivered however the user wants it.

Why This Exists

Most OpenClaw users end up building their own morning briefing by manually calling 5-8 separate tools. This skill does it in one step: gather everything, prioritize it, format it beautifully, and deliver it.

How It Works

When triggered, gather data from whichever sources the user has available, then compose a structured briefing. Not every source needs to be configured — the skill gracefully skips unavailable sources and works with whatever is connected.

Data Sources

Attempt to pull from these sources in order. If a source is unavailable (tool not enabled, API not configured), skip it silently and move on. Never fail because one source is missing.

1. Calendar (High Priority)

Use the gog tool or Google Calendar CLI to fetch today's events.

  • Show: event name, time, location, attendees (if available)
  • Flag conflicts (overlapping events)
  • Note gaps longer than 2 hours as "focus time" opportunities
  • If tomorrow's first event is early, mention it as a heads-up

2. Email (High Priority)

Use Gmail via gog or the configured email tool to scan recent unread messages.

  • Summarize the top 5-10 most important unread emails (skip newsletters, promotions)
  • Prioritize: emails from known contacts > emails with urgent keywords > everything else
  • For each: sender, subject, one-line summary, suggested action (reply/read/archive)
  • Count total unread and note if inbox is getting out of control (>50 unread = flag it)

3. Weather (Medium Priority)

Use curl to fetch weather from a public API, or use an installed weather skill.

  • If user location is known (from memory or config), fetch automatically
  • If not, ask once and remember for future briefings
  • Show: current temp, high/low, conditions, rain probability
  • Only mention weather if it's notable (rain, extreme temps, storms) — skip "sunny and 72°F"
  • Suggest: "bring an umbrella" or "dress warm" when relevant

4. GitHub / Dev Activity (Medium Priority — skip for non-developers)

Use the GitHub CLI (gh) or GitHub skill to check activity.

  • Open PRs awaiting your review (with age: "PR #142 waiting 3 days")
  • PRs you authored that have new reviews or comments
  • CI/CD failures on your repos in the last 24 hours
  • New issues assigned to you
  • Skip this section entirely if the user doesn't have GitHub configured

5. Tasks (Medium Priority)

Check configured task managers: Todoist, ClickUp, Linear, GitHub Issues, or local task files.

  • Show tasks due today and overdue tasks
  • Group by project/label if available
  • Flag overdue items prominently

6. News & Feeds (Low Priority)

Use web_search or RSS feeds to pull relevant headlines.

  • If the user has specified interests (in memory or config), filter for those topics
  • Default: top 3-5 tech/business headlines from the last 24 hours
  • Keep summaries to one sentence each
  • Hacker News top 3 stories (if user is a developer)

Briefing Format

ALWAYS structure the briefing like this. Adapt sections based on available data:

☀️ Good [morning/afternoon], [Name]! Here's your briefing for [Day, Date].

📅 TODAY'S SCHEDULE
[Calendar events in chronological order]
[Flag any conflicts or notable gaps]

📧 EMAIL HIGHLIGHTS
[Top priority emails with one-line summaries]
[Total unread count]

⚡ ACTION ITEMS
[Overdue tasks — URGENT]
[Tasks due today]
[PRs needing your review]

🌤️ WEATHER
[Only if notable — rain, extreme temps, etc.]

💻 DEV ACTIVITY
[CI failures, new issues, PR updates]

📰 NEWS
[3-5 relevant headlines, one line each]

---
Have a great day! Reply with any item number to dive deeper.

Prioritization Logic

The briefing should feel like a smart assistant, not a data dump. Apply these rules:

  1. Urgent items surface first: overdue tasks, meeting in \x3C1 hour, CI failures, emails from boss/clients
  2. Combine related items: if there's a meeting about a PR, mention them together
  3. Be concise by default: one line per item. The user can ask to expand any section
  4. Skip empty sections: don't show "No new emails" — just omit the section
  5. Time-aware: morning briefings focus on today. Evening briefings ("what did I miss") focus on what happened today

Setting Up Recurring Briefings

If the user asks to "send me a briefing every morning" or "set up a daily digest":

  1. Help them configure a cron job via OpenClaw's cron system
  2. Suggested schedule: weekdays at 7:00 AM local time (ask user preference)
  3. Deliver via their preferred channel (Telegram, Slack, WhatsApp, Discord)
  4. Store the briefing configuration in the workspace for persistence

Example cron setup:

{
  "schedule": "0 7 * * 1-5",
  "prompt": "Generate my daily briefing and send it to me",
  "channel": "telegram"
}

Customization

The user can customize their briefing at any time:

  • "Add RSS feeds to my briefing" → ask for feed URLs, store in memory
  • "Skip weather in my briefings" → remember this preference
  • "I want briefings at 6 AM" → update cron schedule
  • "Focus on GitHub and email only" → disable other sections
  • "Add Stripe revenue to my briefing" → extend with financial data source

Store all preferences in OpenClaw's memory system so they persist across sessions.

Edge Cases

  • First run: If this is the first briefing, explain what you're doing and ask about preferences rather than generating a sparse briefing with no data
  • Weekend briefings: lighter tone, skip work email/GitHub, focus on personal calendar and weather
  • Evening trigger: if user asks for briefing after 5 PM, shift to "end of day recap" — what happened today, what's tomorrow
  • No data at all: if literally no tools are configured, help the user set up at least calendar + email before generating a briefing
  • Multiple calendars: if user has personal + work calendars, show both but label them clearly

Example Interactions

User: "Brief me" → Generate full briefing with all available sources

User: "What's on my plate today?" → Focus on calendar + tasks, lighter on news

User: "Set up a daily morning briefing on Telegram at 7 AM" → Configure cron job, confirm channel, generate a test briefing

User: "What did I miss today?" → Evening recap: summarize the day's emails, completed tasks, GitHub activity

User: "Add Hacker News to my daily briefing" → Store preference, confirm, show preview of how it'll look

安全使用建议
This skill will aggregate very sensitive data (email, calendar, tasks, code/CI status) and deliver it to chat channels, yet it doesn't declare how it will authenticate or where credentials are stored. Before installing: (1) Confirm which integrations (Gmail, Google Calendar, Slack, Telegram, GitHub, task managers) you actually want and ensure you have those integrations configured via official, reviewed connectors or OAuth flows — do NOT paste secrets into chat. (2) Ask the publisher (or check documentation) how credentials are acquired and stored (workspace memory? encrypted store?). (3) Verify where briefing configurations and any cached data will be persisted and who can read them. (4) Start by enabling the skill with a minimal, non-critical account or limit it to non-sensitive sources (e.g., public RSS) until you trust its behavior. (5) If the skill's source is unknown or untrusted, avoid granting it broad access to email or calendars. If the author provides explicit integration/auth details (OAuth-only, uses other reviewed skills for credentials, and documents storage/retention), that would reduce my concern.
功能分析
Type: OpenClaw Skill Name: daily-briefing-hub Version: 1.0.0 The skill is classified as suspicious due to the explicit instruction in `SKILL.md` to use `curl` for fetching weather data. While fetching weather is a legitimate function, the direct use of `curl` for external API calls introduces a potential vulnerability for shell injection if the agent's implementation does not adequately sanitize user-provided input (e.g., location) before constructing the `curl` command. There is no clear evidence of malicious intent, but this capability presents a significant risk if exploited.
能力评估
Purpose & Capability
The skill's functionality (calendar, email, tasks, weather, GitHub, RSS, delivery to chat) coheres with its name and description. Gathering and combining those sources is a plausible purpose. However, the skill assumes the ability to access many external accounts and delivery channels without declaring what credentials/configuration it requires, which is an unexplained gap.
Instruction Scope
Runtime instructions explicitly tell the agent to scan unread emails, fetch calendar events, check GitHub PRs/CI, query weather APIs, pull RSS/news, and deliver summaries through messaging platforms — all sensitive operations. The SKILL.md also instructs the agent to 'ask once and remember' user location and to 'store the briefing configuration in the workspace' and set up cron jobs. It does not clearly limit what will be read, stored, or transmitted, nor specify how credentials or user data are obtained and protected.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That reduces disk/write risk because nothing new is being downloaded or installed by the skill itself.
Credentials
The skill needs access to many external services (Gmail/Outlook, Google Calendar, Slack/Telegram/WhatsApp/Discord, Todoist/ClickUp/Linear, GitHub, weather/news APIs) but declares no required environment variables, primary credential, or config paths. Either it relies on other pre-configured skills (which should be documented) or it expects the agent to collect credentials at runtime — the lack of declared credential requirements is disproportionate and ambiguous given the sensitivity of the data being accessed.
Persistence & Privilege
always:false (normal). The skill instructs storing briefing configurations in the workspace and creating cron entries via the platform — reasonable for a recurring briefing feature. Users should verify what is stored, where (workspace memory, persistent storage), and who/what can read those stored items. There is no indication the skill modifies other skills' settings, which is good.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-briefing-hub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-briefing-hub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
🚀 Initial release v1.0.0 All-in-one morning briefing that combines: - Google Calendar events with conflict detection - Gmail/Outlook email highlights (prioritized, not just unread) - Weather forecast (only when notable) - GitHub PRs, CI status, and issue assignments - Todoist/ClickUp/Linear task due today + overdue - Hacker News + RSS news digest Features: - Smart prioritization — urgent items surface first - Graceful degradation — works with whatever tools you have - Cron support — set up recurring daily briefings - Multi-channel delivery — Telegram, Slack, WhatsApp, Discord - Weekend mode — lighter tone, skip work tools - Evening mode — "what did I miss" end-of-day recap One command replaces checking 6 apps every morning.
元数据
Slug daily-briefing-hub
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Daily Briefing Hub 是什么?

All-in-one daily briefing that combines Google Calendar events, Gmail/Outlook email highlights, weather forecast, GitHub PR and CI status, Hacker News and RS... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 769 次。

如何安装 Daily Briefing Hub?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-briefing-hub」即可一键安装,无需额外配置。

Daily Briefing Hub 是免费的吗?

是的,Daily Briefing Hub 完全免费(开源免费),可自由下载、安装和使用。

Daily Briefing Hub 支持哪些平台?

Daily Briefing Hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Briefing Hub?

由 Arik Tulchinsky(@ariktulcha)开发并维护,当前版本 v1.0.0。

💬 留言讨论