← 返回 Skills 市场
Temp Notification Reader
作者
gift-is-coding
· GitHub ↗
· v1.0.0
· MIT-0
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install temp-notification-reader
功能描述
读取 macOS 通知中心,导出到 memory/computer_io/notification/ 目录。让 OpenClaw 了解你的工作动态。
安全使用建议
This skill appears to do what it says: read your local macOS notification database and write local summaries for OpenClaw. Key things to consider before installing:
- Privacy: the tool reads notification titles and bodies (potentially sensitive). Review the included Python and shell scripts yourself to confirm you are comfortable with what will be collected and where it is stored (~/.openclaw/workspace/memory by default).
- macOS permissions: to access the notification DB you'll likely need to grant notification access and Full Disk Access to python3 (a broad privilege). Only grant these if you trust the code and its source.
- Source verification: SKILL.md and README reference a GitHub repo (https://github.com/gift-is-coding/...), but the registry metadata shows unknown source/homepage. Confirm the repository origin and review commit history before cloning or running scripts.
- Cron / scheduling: adding a recurring job will repeatedly collect notifications. Test the export scripts manually first to inspect outputs, then add scheduling if desired.
- Running safely: run the scripts manually in a controlled environment (not as root), consider using a dedicated Python virtualenv, and inspect the files created in /tmp and the OpenClaw memory directory. Avoid a global npm install unless you verify the published package.
If you want lower-risk testing, run read_notifications_visual.py or read_notifications.py with a short lookback and output to a local temp file to inspect results before enabling persistent scheduling or granting broad OS permissions.
功能分析
Type: OpenClaw Skill
Name: temp-notification-reader
Version: 1.0.0
The skill is designed to read the macOS notification database (db2/db) via read_notifications.py, which requires 'Full Disk Access' and provides access to sensitive private communications, including messages from Teams, Outlook, and WeChat. While the logic appears to stay local and aligns with the stated purpose of generating work summaries, the capability to programmatically capture all system notifications is a high-risk behavior that could be used to intercept 2FA codes, private messages, or other sensitive data appearing in notifications.
能力评估
Purpose & Capability
The name/description (read macOS notifications, export to OpenClaw memory) align with the code and scripts, which locate the local notification DB, copy it, parse notifications, and write markdown summaries into the OpenClaw memory directory. No unrelated credentials, cloud APIs, or unexpected binaries are requested.
Instruction Scope
Runtime instructions and scripts explicitly tell the user to run the included export and summary scripts, schedule them (cron/OpenClaw), and grant macOS permissions. They also instruct adding Full Disk Access for python3 so the script can read the notification DB — this is required for the task but grants python3 broad disk access (sensitive). The README/INSTALL text suggests optional npm publishing/commands, but the shipped package is instruction-and-script based; that is a minor documentation mismatch, not a functional inconsistency.
Install Mechanism
There is no automated install spec in the registry (instruction-only). The SKILL.md and README propose cloning the GitHub repo or an npm global install path; the provided files are local scripts and Python code, and the code contains no network calls. No archive downloads or remote installers are invoked by the skill itself.
Credentials
The skill asks for no external credentials or environment secrets. It does rely on environment variables for configuration (OUTPUT_DIR, NOTIF_LOOKBACK_MINUTES, WORK_LOOKBACK_MINUTES, MEMORY_DIR) which are reasonable. However, it requires the user to grant system-level permissions (notification access and Full Disk Access for python3) to function; these permissions are proportionate to reading the notification DB but are sensitive and should be granted only if you trust the code.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide agent settings automatically. It writes output into OpenClaw's memory directory and uses /tmp for temporary DB copies—both expected. Scheduling is user-directed (cron or OpenClaw jobs) rather than forced.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install temp-notification-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/temp-notification-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
macos-notification-reader 1.0.0 initial release
- Reads macOS Notification Center and exports notifications to the OpenClaw memory directory.
- Supports both full notification export and work summary extraction (Teams, Outlook, WeChat, etc.).
- Provides flexible scheduling via OpenClaw or manual cron jobs.
- Ensures privacy: data is stored locally, with no uploads or attachments read.
- Includes troubleshooting and setup instructions for permissions and customization.
元数据
常见问题
Temp Notification Reader 是什么?
读取 macOS 通知中心,导出到 memory/computer_io/notification/ 目录。让 OpenClaw 了解你的工作动态。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Temp Notification Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install temp-notification-reader」即可一键安装,无需额外配置。
Temp Notification Reader 是免费的吗?
是的,Temp Notification Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Temp Notification Reader 支持哪些平台?
Temp Notification Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Temp Notification Reader?
由 gift-is-coding(@gift-is-coding)开发并维护,当前版本 v1.0.0。
推荐 Skills