← 返回 Skills 市场
Webchat Audio Notifications
作者
brokemac79
· GitHub ↗
· v1.2.0
2540
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install webchat-audio-notifications
功能描述
Add browser audio notifications to Moltbot/Clawdbot webchat with 5 intensity levels - from whisper to impossible-to-miss (only when tab is backgrounded).
安全使用建议
This package appears coherent and client-side only, but before installing: 1) host the client files (howler.min.js, notification.js, sounds) on your own webserver—do not reference remote/third-party URLs; 2) review client/notification.js for any unexpected network requests (the code uses fetch only for a configurable local config file by default); 3) note custom sound uploads are stored in localStorage as base64 (size limited and stored per-browser); 4) test in a staging environment to confirm autoplay-handling UX and that no unexpected network traffic occurs; 5) verify licensing (MIT) and the howler.js version for compatibility. If you want extra assurance, run the example pages locally and inspect network traffic in DevTools during tests.
功能分析
Type: OpenClaw Skill
Name: webchat-audio-notifications
Version: 1.2.0
The skill provides client-side browser audio notifications for webchat. All code and documentation are focused on this stated purpose, utilizing Howler.js for audio playback and localStorage for user preferences and custom sound data. There is no evidence of intentional harmful behavior such as data exfiltration, malicious execution, persistence, or unauthorized remote control. Markdown files contain instructions for manual integration by a human, not for prompt injection against the AI agent. The dynamic injection of the `settings-panel.html` and its scripts into the DOM is for UI functionality and is sourced locally within the benign skill bundle.
能力评估
Purpose & Capability
Name/description, SKILL.md install steps, and included files (notification.js, howler, sounds, examples, docs) all match: a client-side webchat audio notifier. No unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
Runtime instructions are limited to copying client files into your webchat, loading scripts, initializing the notifier, and hooking into message events. One note: config-loader.js fetches a JSON config from a configurable path (default local path) — if misconfigured to point at an external URL it could pull remote config, so ensure configPath is local/trusted.
Install Mechanism
No automated installer; manual copy of static client files is required. All code is included (Howler is vendored). No downloads from unknown URLs or archive extraction are performed by the skill itself.
Credentials
Skill requires no environment variables, no credentials, and no config paths. It uses browser APIs and localStorage for persisting settings and for storing uploaded custom sounds (base64). These are proportionate to a browser notification feature.
Persistence & Privilege
Skill is not always-enabled, does not request persistent system-wide privileges, and does not modify other skills' configs. It stores settings and optional custom sound data in the browser's localStorage (expected for this feature).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webchat-audio-notifications - 安装完成后,直接呼叫该 Skill 的名称或使用
/webchat-audio-notifications触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
5 intensity levels, custom sound upload, drop-in settings UI, smart tab detection
元数据
常见问题
Webchat Audio Notifications 是什么?
Add browser audio notifications to Moltbot/Clawdbot webchat with 5 intensity levels - from whisper to impossible-to-miss (only when tab is backgrounded). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2540 次。
如何安装 Webchat Audio Notifications?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webchat-audio-notifications」即可一键安装,无需额外配置。
Webchat Audio Notifications 是免费的吗?
是的,Webchat Audio Notifications 完全免费(开源免费),可自由下载、安装和使用。
Webchat Audio Notifications 支持哪些平台?
Webchat Audio Notifications 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Webchat Audio Notifications?
由 brokemac79(@brokemac79)开发并维护,当前版本 v1.2.0。
推荐 Skills