Automates LinkedIn job posting discovery, decision-maker identification, and psychographic profiling for sales and marketing teams. Integrates with GPT and Apollo for enrichment, generating cold outreach hooks. Ideal for lead generation and sales prospecting.
git clone https://github.com/sirlifehacker/n8n-automations.gitAutomates LinkedIn job posting discovery, decision-maker identification, and psychographic profiling for sales and marketing teams. Integrates with GPT and Apollo for enrichment, generating cold outreach hooks. Ideal for lead generation and sales prospecting.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/sirlifehacker/n8n-automationsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a collection of n8n automations for [COMPANY] in the [INDUSTRY] sector. Focus on sales, marketing, and lead generation. Include workflows for lead capture, email follow-ups, and CRM updates. Use [DATA] from [SOURCES] to personalize the automations.
# n8n Automations for [COMPANY] in the [INDUSTRY] Sector ## Lead Capture Automation - **Trigger**: New form submission on [WEBSITE] - **Action**: Create a new lead in [CRM] - **Action**: Send a welcome email via [EMAIL_SERVICE] ## Email Follow-Up Automation - **Trigger**: Lead created in [CRM] - **Action**: Wait 3 days - **Action**: Send follow-up email via [EMAIL_SERVICE] - **Action**: Update lead status in [CRM] ## CRM Update Automation - **Trigger**: New email received in [EMAIL_SERVICE] - **Action**: Parse email for lead information - **Action**: Update lead in [CRM] - **Action**: Log email interaction in [CRM]