ISA

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 ISA skill"}' \
      > /dev/null 2>&1 &
    
  2. Output text notification:

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

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

Installs
28
GitHub Stars
15.4K
First Seen
May 2, 2026
ISA β€” danielmiessler/personal_ai_infrastructure