LLM Evaluation

Evaluated by: xiaomi/mimo-v2-flash:free

Last evaluated: March 29, 2026

Prompt Quality

3.0 /5

Evaluation error: RetryError[]

Usefulness

3.0 /5

Evaluation error: RetryError[]

Overall Rating

3.0 /5

Evaluation failed

Prompt Preview

---
name: c-notes
description: Manage Apple Notes and Apple Reminders from the CLI. Uses memo for Notes and remindctl for Reminders. Supports listing, searching, reading, creating notes, and adding/completing reminders.
tags: [notes, reminders, apple, memo, remindctl]
---

This skill manages Apple Notes via `memo` and Apple Reminders via `remindctl`.

## Apple Notes — `memo`

```bash
memo list                          # List all notes
memo list --folder "Work"          # List notes in a folder
m...

Full prompt length: 1797 characters