← 返回 Skills 市场
556
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install remind-myself
功能描述
Set a one-shot reminder delivered via Telegram at a specific time or after a duration. Use when the user asks to be reminded of something, set an alarm, or s...
安全使用建议
This skill looks coherent for scheduling Telegram reminders, but confirm a few things before installing: 1) ensure you trust the local openclaw gateway/CLI, since the script invokes `openclaw cron add` which will deliver messages to Telegram; 2) add your Telegram chat ID to ~/.openclaw/workspace/TOOLS.md in the documented format (the script greps that file), or pass the chat ID explicitly when called; 3) review scripts/remind.sh yourself (it's short and readable) if you want to be sure it behaves as described; and 4) note the script suppresses openclaw stderr, but it will print raw output on failure — inspect errors if scheduling fails. If you don't run a local openclaw gateway or don't want reminders sent via the configured Telegram channel, do not install.
功能分析
Type: OpenClaw Skill
Name: remind-myself
Version: 1.0.6
The skill is designed to set one-shot reminders via Telegram by scheduling cron jobs using the 'openclaw' CLI. It follows a transparent workflow in SKILL.md, including user confirmation and error handling, and the scripts/remind.sh script safely resolves the user's Telegram chat ID from a local configuration file (~/workspace/TOOLS.md) without any evidence of data exfiltration or malicious execution.
能力评估
Purpose & Capability
Name/description, README, SKILL.md, and scripts/remind.sh all align: the skill schedules a Telegram reminder via the local openclaw CLI. Requiring the openclaw binary and reading a local TOOLS.md for chat ID is expected for this functionality.
Instruction Scope
Runtime instructions restrict the agent to calling the included script and to explicit confirmation flows. The script reads $HOME/.openclaw/workspace/TOOLS.md to resolve a chat ID, constructs a cron job via `openclaw cron add`, and verifies the JSON response. All referenced files and actions are within the documented scope (no unexpected remote endpoints or broad data collection).
Install Mechanism
There is no install spec and no network downloads. The skill is instruction-only with a small bundled script — lowest-risk install mechanism.
Credentials
The skill requests no environment variables or external credentials. It does read the user's TOOLS.md under $HOME to obtain a Telegram chat ID, which is justified and documented in README. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system settings. It creates one-shot cron jobs via `openclaw cron add`, which is the expected persistence for scheduling reminders.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remind-myself - 安装完成后,直接呼叫该 Skill 的名称或使用
/remind-myself触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
Rewrite description to be a proper trigger phrase (remove system prompt hack). Declare `openclaw` in `requires.bins`. Add confirmation step before scheduling. Fix install slug.
v1.0.5
Add remind.sh script that handles cron creation, chat ID resolution, and verification. Simplify SKILL.md to just call the script.
v1.0.1
Translate all prompts and examples to English.
v1.0.0
Initial release.
v0.0.0-pr-check
Slug availability check
元数据
常见问题
Remind Myself 是什么?
Set a one-shot reminder delivered via Telegram at a specific time or after a duration. Use when the user asks to be reminded of something, set an alarm, or s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 556 次。
如何安装 Remind Myself?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remind-myself」即可一键安装,无需额外配置。
Remind Myself 是免费的吗?
是的,Remind Myself 完全免费(开源免费),可自由下载、安装和使用。
Remind Myself 支持哪些平台?
Remind Myself 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Remind Myself?
由 𝑠𝑝𝑖𝑑𝑒𝑦(@spideystreet)开发并维护,当前版本 v1.0.6。
推荐 Skills