Upgrades
Installation
SKILL.md
Upgrades
Monitor Anthropic ecosystem AND AI development YouTube channels for updates that can improve PAI infrastructure.
Voice Notification
When executing a workflow, do BOTH:
- Send voice notification:
curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow from the Upgrades skill"}' \ > /dev/null 2>&1 &