🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Neckr0ik Automation Templates

by @neckr0ik

Ready-to-use automation templates for n8n, Make.com, and Zapier. Pre-built workflows for common use cases. Copy, customize, deploy. Use when you need quick a...

Versionv1.0.0
Downloads572
Installs3
TERMINAL
clawhub install neckr0ik-automation-templates

πŸ“– About This Skill


name: neckr0ik-automation-templates version: 1.0.0 description: Ready-to-use automation templates for n8n, Make.com, and Zapier. Pre-built workflows for common use cases. Copy, customize, deploy. Use when you need quick automation setups.

Automation Templates

Ready-to-use workflows for n8n, Make.com, and Zapier.

What This Provides

  • 50+ pre-built templates β€” Copy and customize
  • Multi-platform β€” n8n, Make.com, Zapier compatible
  • Common use cases β€” Email, CRM, data sync, notifications
  • Production-ready β€” Tested and documented
  • Quick Start

    # List all templates
    neckr0ik-automation-templates list

    Get a specific template

    neckr0ik-automation-templates get --name email-drip-campaign --platform n8n

    Search templates

    neckr0ik-automation-templates search --keyword email --platform make

    Generate from template

    neckr0ik-automation-templates generate --template lead-capture --output ./workflow.json

    Template Categories

    Email & Marketing

    | Template | Platform | Description | |----------|----------|-------------| | email-drip-campaign | All | Multi-email sequence with delays | | newsletter-signup | All | Add to list + welcome email | | lead-capture | All | Form β†’ CRM β†’ Email sequence | | social-scheduler | All | Schedule posts across platforms | | abandoned-cart | All | E-commerce cart recovery |

    CRM & Sales

    | Template | Platform | Description | |----------|----------|-------------| | crm-sync | All | Sync contacts across CRMs | | lead-scoring | All | Score leads based on activity | | deal-pipeline | All | Move deals through stages | | follow-up-sequence | All | Automated follow-ups | | meeting-scheduler | All | Book meetings + confirmations |

    Data & Sync

    | Template | Platform | Description | |----------|----------|-------------| | sheets-to-database | All | Google Sheets β†’ Airtable/Notion | | webhook-to-slack | All | Webhook notifications to Slack | | file-backup | All | Auto-backup files to cloud | | data-pipeline | All | Extract β†’ Transform β†’ Load | | api-sync | All | Sync data between APIs |

    Notifications & Alerts

    | Template | Platform | Description | |----------|----------|-------------| | error-alert | All | Error notifications to Slack/Email | | daily-report | All | Scheduled summary reports | | keyword-monitor | All | Monitor mentions/keywords | | price-change-alert | All | Track price changes | | uptime-monitor | All | Website uptime monitoring |

    E-commerce

    | Template | Platform | Description | |----------|----------|-------------| | order-confirmation | All | Order β†’ Email β†’ CRM | | inventory-sync | All | Sync inventory across channels | | payment-receipt | All | Payment β†’ Receipt β†’ CRM | | customer-onboarding | All | Welcome sequence for new customers | | review-request | All | Request reviews post-purchase |

    Template Format

    Each template includes:

    {
      "name": "template-name",
      "platform": "n8n|make|zapier",
      "category": "email|crm|data|notification|ecommerce",
      "description": "What this template does",
      "trigger": { ... },
      "nodes": [ ... ],
      "connections": { ... },
      "settings": { ... },
      "variables": {
        "API_KEY": "Your API key",
        "WEBHOOK_URL": "Your webhook URL"
      },
      "docs": "Setup instructions"
    }
    

    Commands

    list

    List available templates.

    neckr0ik-automation-templates list [options]

    Options: --category Filter by category --platform Filter by platform

    get

    Get a specific template.

    neckr0ik-automation-templates get --name