← 返回 Skills 市场
Unanswered Messages
作者
Netanel Abergel
· GitHub ↗
· v1.0.0
· MIT-0
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unanswered-messages
功能描述
Track and find unanswered messages using a local file-based inbox. No DB required. Use when asked to find unanswered messages, missed messages, people waitin...
安全使用建议
This skill is coherent and lightweight, but review the following before installing: 1) Confirm the inbox path (/opt/ocana/openclaw/workspace/inbox/pending.json) is correct and writable for the agent and that the file is initialized with the expected JSON structure. 2) Add file locking or atomic writes (and backups) to avoid corruption if multiple processes write concurrently. 3) Restrict file permissions to limit access to sensitive message content (PII) and consider encryption at rest if needed. 4) When adding the heartbeat check, verify how alerts are delivered—avoid auto-forwarding message bodies to external endpoints unless explicitly desired and authorized. 5) If you plan to auto-hook into inbound message handlers in the future, audit those integrations and required credentials separately. If any of these points are unclear, ask the maintainer for a small reference implementation (with safe defaults for file creation, locking, and permissions) before deploying.
功能分析
Type: OpenClaw Skill
Name: unanswered-messages
Version: 1.0.0
The skill bundle provides a straightforward utility for tracking unanswered messages using a local JSON file in the workspace directory. The code in SKILL.md uses standard Python libraries for file I/O and date management without any network activity, obfuscation, or attempts to access sensitive system files.
能力评估
Purpose & Capability
Name/description (track unanswered messages locally) matches the actual requirements and instructions: everything revolves around a single JSON inbox file at /opt/ocana/openclaw/workspace/inbox/pending.json. The requested capabilities and file I/O are proportionate to the stated purpose.
Instruction Scope
Instructions only read/write the specified inbox file and include example Python snippets for logging, marking answered, finding unanswered, cleanup, and a heartbeat check. They're within scope, but the docs assume the file already exists and do not address concurrency/locking, file permissions, or creation/default content; they also instruct adding a heartbeat check and note 'Alert Netanel or handle inline' which implies the operator should review how alerts are delivered.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is downloaded or written to disk by the skill itself. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, credentials, or config paths beyond the single explicit inbox file path. That is appropriate for a local, file-based inbox implementation.
Persistence & Privilege
always is false and model invocation is normal. The skill only asks to add a heartbeat check and operate on its own inbox file; it does not request system-wide configuration changes or access to other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unanswered-messages - 安装完成后,直接呼叫该 Skill 的名称或使用
/unanswered-messages触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — track unanswered messages via a local JSON file, no database needed.
- Add, find, and mark messages as answered using a simple file structure.
- Purge old answered messages periodically to keep the file small.
- Provides code snippets for logging, querying, and maintaining an unanswered messages inbox.
- Supports heartbeat integration to alert on recent unanswered messages.
- Designed for offline and AWS use with no external dependencies.
元数据
常见问题
Unanswered Messages 是什么?
Track and find unanswered messages using a local file-based inbox. No DB required. Use when asked to find unanswered messages, missed messages, people waitin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Unanswered Messages?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unanswered-messages」即可一键安装,无需额外配置。
Unanswered Messages 是免费的吗?
是的,Unanswered Messages 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Unanswered Messages 支持哪些平台?
Unanswered Messages 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Unanswered Messages?
由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.0.0。
推荐 Skills