neckr0ik-automation-templates

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "neckr0ik-automation-templates" with this command: npx skills add neckr0ik/neckr0ik-automation-templates

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

TemplatePlatformDescription
email-drip-campaignAllMulti-email sequence with delays
newsletter-signupAllAdd to list + welcome email
lead-captureAllForm → CRM → Email sequence
social-schedulerAllSchedule posts across platforms
abandoned-cartAllE-commerce cart recovery

CRM & Sales

TemplatePlatformDescription
crm-syncAllSync contacts across CRMs
lead-scoringAllScore leads based on activity
deal-pipelineAllMove deals through stages
follow-up-sequenceAllAutomated follow-ups
meeting-schedulerAllBook meetings + confirmations

Data & Sync

TemplatePlatformDescription
sheets-to-databaseAllGoogle Sheets → Airtable/Notion
webhook-to-slackAllWebhook notifications to Slack
file-backupAllAuto-backup files to cloud
data-pipelineAllExtract → Transform → Load
api-syncAllSync data between APIs

Notifications & Alerts

TemplatePlatformDescription
error-alertAllError notifications to Slack/Email
daily-reportAllScheduled summary reports
keyword-monitorAllMonitor mentions/keywords
price-change-alertAllTrack price changes
uptime-monitorAllWebsite uptime monitoring

E-commerce

TemplatePlatformDescription
order-confirmationAllOrder → Email → CRM
inventory-syncAllSync inventory across channels
payment-receiptAllPayment → Receipt → CRM
customer-onboardingAllWelcome sequence for new customers
review-requestAllRequest 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 <name>    Filter by category
  --platform <name>    Filter by platform

get

Get a specific template.

neckr0ik-automation-templates get --name <template> --platform <platform>

Options:
  --output <file>      Save to file
  --format <format>    Output format (json, yaml)

search

Search templates by keyword.

neckr0ik-automation-templates search --keyword <term> [options]

Options:
  --platform <name>    Filter by platform
  --category <name>    Filter by category

generate

Generate workflow from template.

neckr0ik-automation-templates generate --template <name> [options]

Options:
  --platform <name>    Target platform
  --output <dir>       Output directory
  --customize          Interactive customization

Use Cases

1. Quick Email Drip Campaign

# Get template
neckr0ik-automation-templates get --name email-drip-campaign --platform n8n

# Import to n8n
# Copy workflow.json content
# Paste into n8n workflow editor
# Configure your email provider
# Activate

2. Lead Capture System

# Get template
neckr0ik-automation-templates get --name lead-capture --platform make

# Configure
# Set form webhook URL
# Add your CRM credentials
# Customize email templates
# Activate

3. Daily Report

# Get template
neckr0ik-automation-templates get --name daily-report --platform zapier

# Configure
# Set data sources
# Set report destination
# Set schedule
# Activate

Customization

Each template has variables you need to set:

{
  "variables": {
    "EMAIL_FROM": "noreply@yourcompany.com",
    "EMAIL_TO": "team@yourcompany.com",
    "SLACK_WEBHOOK": "https://hooks.slack.com/...",
    "AIRTABLE_API_KEY": "key...",
    "MAKE_WEBHOOK": "https://hook.make.com/..."
  }
}

Contribution

To add a new template:

  1. Create templates/your-template.json
  2. Include all required fields
  3. Test on target platform
  4. Submit PR

See Also

  • templates/ — Template files
  • scripts/generator.py — Template generator
  • references/platforms.md — Platform-specific notes

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Loggly

Loggly integration. Manage data, records, and automate workflows. Use when the user wants to interact with Loggly data.

Registry SourceRecently Updated
Automation

Lambdatest

Lambdatest integration. Manage data, records, and automate workflows. Use when the user wants to interact with Lambdatest data.

Registry SourceRecently Updated
Automation

Kotive

Kotive integration. Manage data, records, and automate workflows. Use when the user wants to interact with Kotive data.

Registry SourceRecently Updated
Automation

Cloudflare Api Shield

Cloudflare API Shield integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cloudflare API Shield data.

Registry SourceRecently Updated