WriteStory

Installation
SKILL.md

🚨 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:

    curl -s -X POST http://localhost:31337/notify \
      -H "Content-Type: application/json" \
      -d '{"message": "Running the WORKFLOWNAME workflow in the WriteStory skill to ACTION"}' \
      > /dev/null 2>&1 &
    
  2. Output text notification:

    Running the **WorkflowName** workflow in the **WriteStory** skill to ACTION...
    

This is not optional. Execute this curl command immediately upon skill invocation.

Related skills

More from danielmiessler/personal_ai_infrastructure

Installs
83
GitHub Stars
13.0K
First Seen
Feb 15, 2026