Ping Me
v1.0.3One-shot reminders via natural language. Auto-detects channel and timezone. Say 'remind me...' in any language and get pinged when it's time. Works with ever...
⭐ 1· 243·0 current·0 all-time
byYuyang Shen@ethan-shen-individual-lab
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (reminders) match the included scripts and SKILL.md. The scripts only interact with OpenClaw (cron) and local config.json, which is proportionate to creating/delivering reminders. Required binaries (openclaw, python3) are appropriate.
Instruction Scope
Runtime instructions are narrowly scoped: parse time/message, call local scripts, and confirm. The SKILL.md and scripts reference gateway-provided environment variables (OPENCLAW_CHANNEL, OPENCLAW_TO, OPENCLAW_SESSION_KEY, OPENCLAW_SESSION_CHANNEL) to auto-detect channel/target; this is expected for a multi-channel reminder skill but is worth noting because the skill reads session env vars that may contain identifiers or tokens.
Install Mechanism
No install spec (instruction-only with included scripts). No downloads or archives; all code is contained in the package. Low install risk.
Credentials
The skill does not declare required env vars and requests no API keys. The scripts read gateway env vars (OPENCLAW_TO, OPENCLAW_SESSION_KEY, OPENCLAW_CHANNEL, OPENCLAW_SESSION_CHANNEL, TZ) to determine delivery target and channel. This is coherent with multi-channel delivery, but those env vars can contain session identifiers; users should be comfortable exposing those values to the skill's runtime environment.
Persistence & Privilege
always is false and the skill only writes to its own config.json under baseDir. It does not modify other skills or system-wide agent settings. It uses OpenClaw cron jobs for persistence, which is consistent with its purpose.
Assessment
This package appears to do exactly what it says: create one‑shot reminders via openclaw cron. Before installing, ensure you trust the OpenClaw runtime that will execute the scripts, and confirm the gateway environment variables (OPENCLAW_SESSION_KEY / OPENCLAW_TO / OPENCLAW_CHANNEL) that the scripts read are safe to expose in your agent environment — those may contain session identifiers. The skill stores its own config.json (contains default channel, 'to' target, tz, emoji) under its baseDir; if you want to restrict persisted data, inspect or relocate that file. If you have concerns about the gateway injecting sensitive tokens into env vars, review how your gateway populates OPENCLAW_SESSION_KEY and OPENCLAW_TO before enabling the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk979sfgwz6f83ek0ame5fdc8bx82rw5glatest clockvk977m5hety2p3s6zzx70nk7rhh82pj12
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
⏰ Clawdis
Binsopenclaw, python3
