-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Remove Voice Notification #782
Copy link
Copy link
Open
Description
Not everyone has voice notification setup. This should not be hardcoded into skill files:
## 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION)
**You MUST send this notification BEFORE doing anything else when this skill is invoked.**
1. **Send voice notification**:
```bash
curl -s -X POST http://localhost:8888/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running the WORKFLOWNAME workflow in the WriteStory skill to ACTION"}' \
> /dev/null 2>&1 &
```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels