← 返回 Skills 市场
mupengi-bot

Notification Hub

作者 mupengi-bot · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1223
总下载
0
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install mupeng-notification-hub
功能描述
Unified notification hub collecting all skill alerts and delivering by priority
安全使用建议
This skill appears to do what it says (aggregate events and send notifications), but before installing: 1) Verify how Discord delivery is configured — where is the bot token or webhook stored? The skill mentions TOOLS.md and a channel ID but does not declare required credentials. 2) Confirm the agent's file permissions: the skill reads events/ and writes memory/notifications/; ensure those directories don't contain sensitive secrets you don't want aggregated or transmitted. 3) Prefer explicit credential handling: require a specific env var (e.g., DISCORD_TOKEN or DISCORD_WEBHOOK) and document where TOOLS.md lives and who can edit it. 4) Test in a sandboxed agent or with a throwaway Discord channel to confirm behavior. 5) If you cannot confirm where channel IDs and tokens are stored, treat the skill as risky and do not enable it for agents with access to sensitive data.
功能分析
Type: OpenClaw Skill Name: mupeng-notification-hub Version: 1.0.0 The skill bundle defines a 'notification-hub' that collects event files from `events/`, classifies them by priority, prevents duplicates using history stored in `memory/notifications/`, and delivers them via Discord DMs or internal queues. While it involves local file system access (read/write) and external network communication (Discord DMs), these capabilities are directly aligned with the stated purpose of a notification hub. There is no evidence of data exfiltration beyond notification content, malicious execution, persistence mechanisms, or prompt injection attempts against the agent to perform unauthorized actions. The JavaScript snippets are illustrative of the intended logic, and the usage examples guide the agent to manage notifications as expected.
能力评估
Purpose & Capability
The name/description (centralized notification hub) aligns with the instructions to scan events/, classify priorities, deduplicate, deliver, and save history. However, delivering urgent items via Discord implies access to a Discord bot token or webhook, which is not declared in the skill's requirements.
Instruction Scope
SKILL.md explicitly instructs the agent to read events/ and memory/notifications/ and to read configuration from TOOLS.md; it also directs sending messages (sendDiscordDM) and adding items to heartbeat/daily-report queues. Reading and writing those directories is within the stated purpose, but the instructions assume the agent has permission to access other skills' event files and a configured delivery integration. The skill does not document where channel IDs or credentials live, granting it potentially broad file/system access by implication.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing will be written to disk by an installer. This minimizes install-time risk.
Credentials
The skill requires sending Discord DMs (an external service) but declares no required environment variables or primary credential (no Discord token/webhook). It references TOOLS.md for channel ID but doesn't explain where a bot token or webhook is stored. That missing credential declaration is disproportionate/unexplained. Also, the skill will read events/ and memory/notifications/, which may contain sensitive data from other skills; that access should be explicit and limited.
Persistence & Privilege
always is false and the skill is not automatically persistent. It does instruct saving sent history under memory/notifications/, which is a modest local persistence consistent with its purpose. Nothing in the manifest requests elevated or global privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mupeng-notification-hub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mupeng-notification-hub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Unified notification hub - priority-based alert delivery
元数据
Slug mupeng-notification-hub
版本 1.0.0
许可证
累计安装 15
当前安装数 14
历史版本数 1
常见问题

Notification Hub 是什么?

Unified notification hub collecting all skill alerts and delivering by priority. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1223 次。

如何安装 Notification Hub?

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

Notification Hub 是免费的吗?

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

Notification Hub 支持哪些平台?

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

谁开发了 Notification Hub?

由 mupengi-bot(@mupengi-bot)开发并维护,当前版本 v1.0.0。

💬 留言讨论