Claude Code Plugins

Community-maintained marketplace

Feedback

Create Zapier zaps, Home Assistant automations, n8n workflows, and webhook integrations. Use when building automations, APIs, or integration flows.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name automation-builder
description Create Zapier zaps, Home Assistant automations, n8n workflows, and webhook integrations. Use when building automations, APIs, or integration flows.
allowed-tools Read, Edit, Write, WebFetch, Bash

Automation Builder Skill

Architecture Overview

Events → Webhook Router → 10 Master Zaps → 100+ Actions
              ↓
         Error Handler → Retry → Self-Heal

Webhook Router (Replit)

Central hub: https://phoenix-forge-router.USERNAME.repl.co/phoenix/{event_type}

Event Types

Event Trigger Actions
quest-complete Quest marked done Log, celebrate, check level
emotion-change Emotion logged Update HA, set lights, alert if needed
sale Purchase received Log, celebrate, deliver, follow-up
daily Scheduled time Phase-specific actions
error Any failure Log, retry, escalate
social Content ready Post to platforms
report Report requested Generate and send
hardware Button/sensor Trigger appropriate action
parent Parent alert needed SMS/email to Joshua
ai AI generation needed Call Groq API

10 Master Zaps

  1. Quest Complete Hub - Logs, celebrates, checks level up
  2. Emotion Change Hub - Updates HA, alerts if prolonged negative
  3. Sale Received Hub - Logs, delivers, requests review
  4. Daily Scheduler Hub - Hourly check, routes to phase actions
  5. Error Handler Hub - Logs, retries, escalates
  6. Social Media Hub - Posts content to all platforms
  7. Report Generator Hub - Creates daily/weekly reports
  8. Hardware Trigger Hub - Handles button/sensor events
  9. Parent Notification Hub - SMS/email to Joshua
  10. AI Generation Hub - Calls Groq for text generation

Home Assistant Webhooks

  • phoenix_quest_complete
  • phoenix_emotion_change
  • phoenix_sale
  • phoenix_daily
  • phoenix_level_up

Key Principles

  1. Every automation MUST have error handling
  2. Use Paths for conditional logic (not multiple zaps)
  3. Include delays between rapid-fire actions (2-5 seconds)
  4. Always send failures to error handler
  5. Self-healing: retry once, then escalate

Key Files

  • ~/repos/phoenix-forge-ecosystem/ZAPIER_100_AUTOMATIONS.md
  • ~/repos/phoenix-forge-ecosystem/PHOENIX_FORGE_FULL_SETUP.md
  • ~/repos/phoenix-forge-ecosystem/PHOENIX_CLAUDE_COMPLETE_SETUP.md