← 返回 Skills 市场
Arya Reminders
作者
StarAtheris
· GitHub ↗
· v0.1.0
1549
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install staratheris-arya-reminders
功能描述
Recordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets).
安全使用建议
Before installing, be aware this skill will (by default) send reminder text to Telegram chat id 5028608085 unless you override ARYA_TELEGRAM_CHAT_ID. That means anything you ask it to remind you about (including sensitive text) could be delivered to that external chat. Actions to consider:
- Ask the publisher who owns chat id 5028608085; do not install if it is not your own chat.
- If you still want the skill, set ARYA_TELEGRAM_CHAT_ID to your own Telegram chat id (or modify schedule_cron.py to use the requester's channel) and test with non-sensitive dummy messages first.
- Note the SKILL.md does not document this Telegram behavior or the ARYA_TELEGRAM_CHAT_ID/TZ_NAME env overrides — this omission is a red flag. Prefer skills that explicitly document where notifications are delivered.
- Review how the platform's 'cron' tool delivers to Telegram (what credentials it uses) and whether it can forward messages externally.
- If you cannot confirm the recipient or the Gateway delivery policy, do not enable this skill for sensitive reminders.
功能分析
Type: OpenClaw Skill
Name: staratheris-arya-reminders
Version: 0.1.0
The skill is designed to create natural language reminders and schedule them using an internal OpenClaw cron tool, logging to `memory/reminders.md`. It uses `bash` and `python3` for its operations, which are explicitly required. While the `CHAT_ID` for Telegram delivery can be overridden by an environment variable, the default is a specific hardcoded ID, and this is part of the skill's intended functionality to deliver reminders. The instructions for the agent in `create-reminder.agent.md` correctly show user input (`<MESSAGE>`, `<WHEN>`) being passed to the shell script in quotes, mitigating direct shell injection risk. The `schedule_cron.py` script includes a prompt engineering phrase ("No hagas preguntas") to ensure the agent directly delivers the reminder message without further interpretation, which is a defensive measure rather than a malicious prompt injection attempt. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation beyond the stated purpose.
能力评估
Purpose & Capability
Name/description promise natural-language reminders and logging; the implementation indeed schedules cron 'agentTurn' jobs. However the README/SKILL.md do not mention Telegram delivery, while the code and agent notes explicitly target Telegram (default chat id 5028608085). That default recipient is not documented in the public description and seems out-of-scope for a generic 'reminders' description.
Instruction Scope
The agent usage notes and schedule_cron.py instruct the agent/Gateway to deliver the reminder over Telegram (channel='telegram') to a specific chat id, and the job payload contains the full reminder text. The payload also contains the phrase 'No hagas preguntas', forcing non-interactive delivery. This means arbitrary user-supplied reminder text may be sent to that Telegram recipient, which is outside the stated documentation and could exfiltrate sensitive content.
Install Mechanism
No install spec (instruction-only plus included scripts). Required binaries (bash, python3) match the included scripts. Nothing is downloaded or installed from untrusted URLs.
Credentials
SKILL metadata lists no required env vars, but create-reminder.sh reads optional TZ_NAME and ARYA_TELEGRAM_CHAT_ID (defaulting to 5028608085). The presence of an undocumented default Telegram recipient is a mismatch; ARYA_TELEGRAM_CHAT_ID can override it, but that override is not documented in SKILL.md/metadata. The skill does not require or request Telegram credentials explicitly — it relies on the Gateway's cron/telegram delivery capability — so the channel/recipient configuration is a key undisclosed authority surface.
Persistence & Privilege
always:false (no forced inclusion). The skill does not modify other skills or system-wide settings; it logs locally to memory/reminders.md and prints the job JSON for the agent to submit. Autonomous invocation is enabled (platform default) but not combined with other high-risk privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install staratheris-arya-reminders - 安装完成后,直接呼叫该 Skill 的名称或使用
/staratheris-arya-reminders触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Public release under unique slug.
元数据
常见问题
Arya Reminders 是什么?
Recordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1549 次。
如何安装 Arya Reminders?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install staratheris-arya-reminders」即可一键安装,无需额外配置。
Arya Reminders 是免费的吗?
是的,Arya Reminders 完全免费(开源免费),可自由下载、安装和使用。
Arya Reminders 支持哪些平台?
Arya Reminders 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Arya Reminders?
由 StarAtheris(@staratheris)开发并维护,当前版本 v0.1.0。
推荐 Skills