create new skill: review-voice-notes — find, list, and act on voice notes by date
This commit is contained in:
parent
12a4abd131
commit
570519661d
2 changed files with 75 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
| "submit an expense," "navan expense," "file an expense," "upload receipt" | **navan-expense** |
|
||||
| "update the SE radar report," "add a column to the SE report," "edit the vNotes report," "run the SE radar report," "check SE validation stage," "update technical validation" | **update-salesforce-tech-validation** |
|
||||
| "create a meeting note," "make meeting notes," "add a meeting to my daily note," "set up a meeting note" | **meeting-notes** |
|
||||
| "review voice notes," "what voice notes do I have," "show me today's voice notes," "review my dictations" | **review-voice-notes** |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -115,6 +116,12 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
**File:** `skills/meeting-notes/SKILL.md`
|
||||
**Dependencies:** None
|
||||
|
||||
### Review Voice Notes
|
||||
**Purpose:** Find all voice notes matching a given date, present them as a numbered summary table, and act on whichever ones the user selects by number.
|
||||
**Triggers:** "review voice notes," "what voice notes do I have," "show me today's voice notes," "review my dictations"
|
||||
**File:** `skills/review-voice-notes/SKILL.md`
|
||||
**Dependencies:** `fd` CLI, voice notes at `~/notes/Inbox/voice_notes/`
|
||||
|
||||
---
|
||||
|
||||
## Adding New Skills
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue