← Back to Skills Marketplace
remi
by
Matthew O'Riordan
· GitHub ↗
· v0.1.0
· MIT-0
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install remi
Description
Manage Apple Reminders via CLI with section support and iCloud sync. Use when the user asks to create, list, complete, search, or organize reminders.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install remi - After installation, invoke the skill by name or use
/remi - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install remi?
Run "/install remi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is remi free?
Yes, remi is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does remi support?
remi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created remi?
It is built and maintained by Matthew O'Riordan (@mattheworiordan); the current version is v0.1.0.
More Skills