create new skill: navan-expense — submit work expenses via Okta/Navan using Chrome

This commit is contained in:
Connor Rhodes 2026-04-10 08:18:14 -05:00
parent 2a3b0931fc
commit d4bd73629a
4 changed files with 86 additions and 0 deletions

View file

@ -24,6 +24,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "add a task," "create a task," "what's on my plate," "show today's tasks," "mark that done," "delete that task," "what's due," "upcoming tasks" | **vikunja-tasks** |
| "run system diagnostic," "audit my skills," "check system health," "skill audit," "health check" | **system-diagnostic** |
| "write a POV doc," "create a proof of value document," "POV criteria," "proof of concept criteria," "generate a POC document" | **pov-doc** |
| "submit an expense," "navan expense," "file an expense," "upload receipt" | **navan-expense** |
---
@ -101,6 +102,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/system-diagnostic/SKILL.md`
**Dependencies:** None
### Navan Expense
**Purpose:** Submit work expenses through Navan via Okta SSO using Chrome browser control. Uploads receipts to Navan's AI expense chat, reviews OCR-parsed data, corrects the expense category if needed, and submits for approval.
**Triggers:** "submit an expense," "navan expense," "file an expense," "upload receipt"
**File:** `skills/navan-expense/SKILL.md`
**Dependencies:** Chrome browser with active Okta session (verkada.okta.com)
---
## Adding New Skills