| name | moshi-notify |
| description | Send a push notification to Moshi app with custom title and message |
Moshi Notification Skill
Send a push notification to the Moshi app.
Usage
/moshi-notify "ใฟใคใใซ" "ใกใใปใผใธ"
Examples
/moshi-notify "Task Complete" "Build finished successfully. All 42 tests passed."
/moshi-notify "ๅฎไบ" "ใใซใใๆๅใใพใใใ\n\n- ใณใณใใคใซๅฎไบ\n- ใในใ้้\n- ใใใญใคๆบๅๅฎไบ"
/moshi-notify "ใจใฉใผ" "ใในใใๅคฑๆใใพใใใ\n\n่ฉณ็ดฐใฏใญใฐใ็ขบ่ชใใฆใใ ใใใ"
Instructions
Parse the user's input:
- Title: Short summary (first argument or first line, max ~50 chars)
- Message: Full detailed message (second argument or full text)
If only one argument is provided, use it as both title (truncated) and message (full).
If no arguments provided, ask the user what to notify.
Execute using Bash:
curl -s -X POST https://api.getmoshi.app/api/webhook \
-H "Content-Type: application/json" \
-d '{"token":"YOUR_MOSHI_TOKEN","title":"SHORT_TITLE","message":"FULL_MESSAGE"}'
- Escape JSON special characters in title and message
- Title should be concise (under 100 chars)
- Message can be the full detailed text with newlines
After sending, confirm: "้็ฅใ้ไฟกใใพใใ"