← 返回 Skills 市场
Calendar reminder
作者
Cute-angel
· GitHub ↗
· v1.0.1
· MIT-0
318
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-ics-reminder
功能描述
ICS-backed reminder operations through the reminder worker API. Use when the user asks to create, list, cancel, or rotate reminder-style calendar items such...
安全使用建议
This skill appears to do exactly what it says: run a local Node helper that talks to a reminder worker at REMINDER_API_BASE_URL using REMINDER_API_TOKEN. Before installing: (1) Confirm the REMINDER_API_BASE_URL points to a service you trust (don't set it to an unexpected host). (2) Treat REMINDER_API_TOKEN as a secret — prefer a token scoped only to reminders, not a broad account key. (3) Be aware the skill will make network calls to the configured base URL and will log/print API responses (which may contain calendar data). (4) If you enable autonomous invocation for agents, consider testing with a low-privilege token first and verify the worker's behavior (rotate endpoint will change feed tokens). If you want extra assurance, review the included scripts/reminder-client.mjs and the API contract; there are no hidden endpoints or downloads in the package.
功能分析
Type: OpenClaw Skill
Name: openclaw-ics-reminder
Version: 1.0.1
The skill is a standard integration for managing calendar reminders via an external ICS-backed API. The implementation in `scripts/reminder-client.mjs` is straightforward, using built-in Node.js features to perform authenticated HTTP requests to a user-configured endpoint. The `SKILL.md` instructions explicitly include security best practices, such as advising the agent not to reveal API tokens and to avoid splicing user input into shell commands to prevent injection.
能力评估
Purpose & Capability
Name and description match the actual behavior: a Node-based client that calls a reminder worker API. Requested binary (node) and env vars (REMINDER_API_TOKEN, REMINDER_API_BASE_URL) are appropriate and necessary for the stated purpose.
Instruction Scope
SKILL.md restricts execution to the bundled scripts/reminder-client.mjs and documents which env vars are used. The script only reads the declared env vars, stdin, and arguments, then issues HTTP calls to the base URL; it does not access unrelated files, secrets, or system paths.
Install Mechanism
There is no install spec (no external downloads). The skill includes a local JS helper that will be executed by node; nothing in the package fetches or installs remote code at runtime. Note: ensure the runtime Node has fetch available (Node 18+ or polyfill) but that's an operational, not security, issue.
Credentials
Only two env vars are required and both are justified: REMINDER_API_BASE_URL (endpoint) and REMINDER_API_TOKEN (bearer token). The primaryEnv is set correctly. No unrelated credentials or high-privilege secrets are requested.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or modify other skills. Model-autonomous invocation is enabled (default) which is normal for skills; there are no additional privilege escalations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-ics-reminder - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-ics-reminder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No user-facing changes in this version.
- Version update with no detected changes to code or documentation.
v1.0.0
Initial release of openclaw-ics-reminder.
- Provides ICS-backed reminder management via a worker API.
- Supports creating, listing, deleting, and rotating reminder-style calendar items.
- Uses a Node.js script for all operations; does not allow raw HTTP calls.
- Requires environment configuration (`REMINDER_API_TOKEN`, `REMINDER_API_BASE_URL`).
- Asks follow-up questions if key scheduling details are missing or unclear.
- Ensures user data privacy and confirms normalized schedule details in responses.
元数据
常见问题
Calendar reminder 是什么?
ICS-backed reminder operations through the reminder worker API. Use when the user asks to create, list, cancel, or rotate reminder-style calendar items such... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。
如何安装 Calendar reminder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-ics-reminder」即可一键安装,无需额外配置。
Calendar reminder 是免费的吗?
是的,Calendar reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Calendar reminder 支持哪些平台?
Calendar reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Calendar reminder?
由 Cute-angel(@cute-angel)开发并维护,当前版本 v1.0.1。
推荐 Skills