← 返回 Skills 市场
netanel-abergel

Owner Briefing

作者 Netanel Abergel · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
112
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install owner-briefing
功能描述
Generate and send a daily briefing to your owner covering today's meetings, urgent emails, open tasks, and anything that needs attention. Use when: it's the...
安全使用建议
This skill will run shell commands that access your calendar, Gmail, and monday.com using local credentials and CLIs that it never declares. Before installing: 1) Verify you want the agent to read your Google calendar/Gmail and a monday.com token file at $HOME/.credentials/monday-api-token.txt (or change the script to use a safe secret store). 2) Confirm the 'gog' and 'openclaw' CLIs are legitimate, available on the agent host, and that their credential storage is secure. 3) Avoid storing API tokens in plaintext; prefer environment vars or an OS keychain and update the scripts accordingly. 4) Fix the script inconsistencies (the assemble step references step1/step2/step3 filenames that the SKILL.md only shows inline) so you know exactly what will be executed. 5) Test manually in a sandboxed account (no real owner data) before enabling any cron/autonomous runs. If you cannot locate or verify where credentials are stored or why the CLIs are trusted, do not install or enable autonomous invocation.
功能分析
Type: OpenClaw Skill Name: owner-briefing Version: 1.1.0 The 'owner-briefing' skill is a productivity tool designed to aggregate calendar events, unread emails, and monday.com tasks into a daily summary. It utilizes local CLI utilities (gog) and standard API requests to fetch data, which is then sent to the owner via WhatsApp or email. While it accesses sensitive files like '$HOME/.credentials/monday-api-token.txt', the behavior is transparent, well-documented, and strictly aligned with the stated purpose of providing a personal briefing without any signs of unauthorized data exfiltration or malicious intent.
能力评估
Purpose & Capability
The described goal (collect calendar events, urgent emails, and monday.com tasks and send a briefing) is coherent with the runtime steps. However the skill implicitly requires Google/Gmail/Calendar access, a monday.com API token file, the 'gog' CLI, and an 'openclaw' message-sending CLI — none of these are declared in the registry metadata (no required env vars, no required binaries). That omission is disproportionate to the stated purpose and reduces transparency.
Instruction Scope
SKILL.md contains explicit shell scripts that: call 'gog calendar' and 'gog gmail' (which will use Google credentials), read a monday.com API token from $HOME/.credentials/monday-api-token.txt, make an authenticated curl POST to api.monday.com, and invoke 'openclaw message send'. The instructions access a local credential file and external services, and the assemble step calls 'bash step1-calendar.sh' / 'step2-email.sh' / 'step3-tasks.sh' though those filenames are not created or installed by the skill — an inconsistency that could cause unintended behavior. The skill does not instruct how credentials are provisioned, nor does it warn about token leakage (e.g., via process lists or logs).
Install Mechanism
There is no install spec (instruction-only), which minimizes write-to-disk risk. However the skill assumes presence of external binaries (gog, openclaw, curl, python3, bash) without declaring them as required, which is an omission that affects safety and deployability.
Credentials
Although the skill needs access to Google account credentials and a monday.com API token, the registry lists no required env vars or primary credential. The script reads a plaintext token at $HOME/.credentials/monday-api-token.txt and sets GOG_ACCOUNT inline to [email protected] — sensitive items are accessed but not declared or scoped. This is disproportionate and decreases transparency about what secrets will be used or where they must live.
Persistence & Privilege
The skill does not request always:true and does not include an install that modifies other skills or system-wide settings. The provided cron JSON is only an example; the skill does not itself install persistent jobs. Persistence/privilege level appears reasonable.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install owner-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /owner-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Skill consolidation 2026-04-02: merged redundant skills, improved descriptions, added production lessons
v1.0.0
**Initial release of owner-briefing: automated daily owner summary** - Generates and sends a structured daily briefing with today's meetings, urgent emails, and open tasks. - CLI-based data collection from Google Calendar, Gmail, and monday.com; falls back gracefully if data is unavailable. - Runs automatically Mon–Fri at a scheduled cron time in the owner’s timezone; can be manually triggered. - Clear, ready-to-send briefing format suitable for message or email delivery. - Includes customization options for filtering and enhancements (e.g., after 9am only, add weather). - Ensures partial briefings are sent if some data sources fail, never missing a day.
元数据
Slug owner-briefing
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Owner Briefing 是什么?

Generate and send a daily briefing to your owner covering today's meetings, urgent emails, open tasks, and anything that needs attention. Use when: it's the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Owner Briefing?

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

Owner Briefing 是免费的吗?

是的,Owner Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Owner Briefing 支持哪些平台?

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

谁开发了 Owner Briefing?

由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.1.0。

💬 留言讨论