← 返回 Skills 市场
remi
作者
Matthew O'Riordan
· GitHub ↗
· v0.1.0
· MIT-0
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install remi
功能描述
Manage Apple Reminders via CLI with section support and iCloud sync. Use when the user asks to create, list, complete, search, or organize reminders.
安全使用建议
This skill is coherent with its description, but take these practical precautions before installing/using it: 1) Verify the provenance of the 'remi' CLI (check the Homebrew tap and npm package author and reviews) before installing from third-party taps or registries. 2) Be aware that using --json in automation can perform deletes without interactive confirmation — test on non-critical lists or use IDs to avoid accidental removals. 3) macOS will ask for Reminders permission; granting it gives the CLI the ability to read and modify your reminders and those that sync via iCloud. 4) Prefer installing via the official Homebrew/npm entries (if you confirm them) rather than running untrusted binaries. If you want extra assurance, inspect the remi package source before installing.
功能分析
Type: OpenClaw Skill
Name: remi
Version: 0.1.0
The skill bundle provides instructions for using 'remi', a CLI tool designed to manage Apple Reminders on macOS. The documentation in SKILL.md describes standard task management operations such as listing, creating, and updating reminders, and the installation methods (Homebrew and NPM) refer to legitimate developer repositories. No evidence of malicious intent, data exfiltration, or suspicious execution was found.
能力评估
Purpose & Capability
Name/description match the declared requirement (the 'remi' CLI). No unrelated credentials, binaries, or config paths are requested. The mention of macOS 13+ and Reminders/iCloud access is appropriate for a Reminders management tool.
Instruction Scope
SKILL.md instructs the agent to run the 'remi' CLI (or 'npx @mattheworiordan/remi' if not on PATH) and to use --json for programmatic calls. It does not ask the agent to read unrelated files or environment variables. One operational note: interactive deletes require --confirm, but the doc says --confirm is not needed with --json — meaning automated calls (via --json) can perform deletions without an interactive confirmation, so automated workflows should take care to avoid accidental destructive actions.
Install Mechanism
The registry shows no formal install spec, but SKILL.md metadata references installing via a Homebrew tap (mattheworiordan/tap/remi) or npm (@mattheworiordan/remi). Those are plausible install routes for a CLI but come from a third-party author/tap; users should verify the tap/package and prefer official distribution channels. The skill itself does not download or write code (instruction-only), so on-disk installs would be performed by the user/environment, not the skill.
Credentials
No environment variables or credentials are requested. The only notable access is macOS Reminders permission and implicit iCloud syncing (account-level behavior), which are appropriate and expected for this functionality.
Persistence & Privilege
always:false and user-invocable:true (defaults) — the skill does not request permanent inclusion or modification of other skills. Model invocation is allowed (normal). There are no indications the skill attempts to alter agent-wide settings or other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remi - 安装完成后,直接呼叫该 Skill 的名称或使用
/remi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of remi (v0.1.0), a CLI tool for managing Apple Reminders with section and iCloud sync support.
- Supports listing, creating, updating, completing, and deleting reminders and lists.
- Allows organizing reminders with sections, including create, list, delete, and move operations.
- Offers queries like today, overdue, upcoming, and search.
- Provides `--json` mode for structured programmatic access.
- Includes diagnostic command (`remi doctor`) and enforces safe deletes with `--confirm` in interactive mode.
元数据
常见问题
remi 是什么?
Manage Apple Reminders via CLI with section support and iCloud sync. Use when the user asks to create, list, complete, search, or organize reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 remi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remi」即可一键安装,无需额外配置。
remi 是免费的吗?
是的,remi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
remi 支持哪些平台?
remi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 remi?
由 Matthew O'Riordan(@mattheworiordan)开发并维护,当前版本 v0.1.0。
推荐 Skills