← 返回 Skills 市场
meimakes

Nag

作者 Mei Park · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
238
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install nag
功能描述
Persistent reminder system that keeps bugging you until you confirm completion. Use when setting up recurring reminders, nag schedules, or any task that need...
安全使用建议
This skill appears to be what it says: a workspace-based nagger that stores state in memory/nag-state.json and reads nag-config.json. Before installing: 1) Decide how cron jobs will actually deliver messages (e.g., which command or webhook the cron entry will run) and ensure those commands are safe — the SKILL.md leaves delivery implementation to you. 2) Ensure the workspace path used for memory/nag-state.json is not used for sensitive secrets, because the agent will read/write that file. 3) Be aware of false positives from simple substring confirmation matching (choose confirmPatterns carefully). 4) Because the skill can run autonomously by default, disable autonomous invocation if you don't want the agent to issue repeated nags without manual approval. 5) Test with a non-critical reminder first to verify behavior and cron integration. Overall there are no hidden network endpoints, extra credentials, or installer downloads in this package.
功能分析
Type: OpenClaw Skill Name: nag Version: 1.0.3 The 'nag' skill is a persistent reminder system that uses local JSON files (nag-config.json and nag-state.json) to track tasks and prompt the user via the OpenClaw heartbeat mechanism. The instructions in SKILL.md and the helper script migrate-heartbeat.sh are transparent, align strictly with the stated functionality, and contain no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description match the requested artifacts and behavior: the skill only needs workspace files (nag-config.json and memory/nag-state.json), cron jobs, and a heartbeat check to implement persistent reminders. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to read and update workspace files (memory/nag-state.json and nag-config.json) and to add a heartbeat check + cron jobs. This is consistent with the reminder purpose. One minor vagueness: the instructions do not specify how cron jobs should deliver the initial message (e.g., what command or delivery channel the cron should invoke), so the user must decide how reminders are actually posted/sent. Otherwise there are no instructions to access external secrets, system-wide configs, or unrelated data.
Install Mechanism
Instruction-only skill with no install spec. The only code file is a small helper script that prints the heartbeat block; nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or external tokens are requested. The skill operates solely on workspace files and cron jobs, which is proportionate to its stated functionality.
Persistence & Privilege
always=false and default autonomous invocation are set. The skill does require the agent to be able to read/write workspace state files (memory/nag-state.json) to track confirmations, which is expected. It does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nag
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nag 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Version 1.0.3 of the nag skill - No file changes detected in this release. - No updates to user-facing behavior or documentation. - All existing functionality, setup, and configuration remain unchanged.
v1.0.0
Initial release of the persistent "nag" reminder system. - Introduces configurable, recurring reminders that persist until user confirmation. - Supports daily automatic resets and optional restrictions by day of week. - Features customizable nag windows, escalating urgency after repeated ignores, and natural-language confirmation matching. - Allows flexible message generation based on tone and nag count, including creative escalation. - Not for one-shot or immediate-action reminders—use cron for those scenarios.
元数据
Slug nag
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Nag 是什么?

Persistent reminder system that keeps bugging you until you confirm completion. Use when setting up recurring reminders, nag schedules, or any task that need... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。

如何安装 Nag?

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

Nag 是免费的吗?

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

Nag 支持哪些平台?

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

谁开发了 Nag?

由 Mei Park(@meimakes)开发并维护,当前版本 v1.0.3。

💬 留言讨论