← Back to Skills Marketplace
spideystreet

Remind Myself

cross-platform ✓ Security Clean
556
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install remind-myself
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install remind-myself
  3. After installation, invoke the skill by name or use /remind-myself
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug remind-myself
Version 1.0.6
License
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 556 downloads so far.

How do I install Remind Myself?

Run "/install remind-myself" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Remind Myself free?

Yes, Remind Myself is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Remind Myself support?

Remind Myself is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Remind Myself?

It is built and maintained by 𝑠𝑝𝑖𝑑𝑒𝑦 (@spideystreet); the current version is v1.0.6.

💬 Comments