The n8n-automation-workflows AI agent streamlines job searches, automates newsletter creation, and enriches outreach data. It also generates AI news videos and scrapes YouTube for content, making it a versatile tool for marketing and sales professionals.
claude install swapnilmandloi312/n8n-automation-workflowsn8n-automation-workflows is a collection of n8n automation workflows designed for marketing and sales professionals. It combines multiple specialized agents: an AI job search assistant for recruiting, an AI Avatar feature for creating news videos, automated newsletter generation, outreach data enrichment, email discovery for direct outreach, and YouTube content scraping and generation. This skill solves the problem of manual, time-consuming marketing tasks by automating job sourcing, content creation, and lead research workflows.
[{"step":"Install n8n and connect your APIs (LinkedIn, Crunchbase, Slack, etc.). Use the n8n community nodes if pre-built integrations aren’t available.","tip":"Start with a simple workflow (e.g., newsletter automation) before scaling to complex multi-step workflows."},{"step":"Use the provided prompt template to generate a workflow tailored to your needs. Replace placeholders like [ROLE] and [INDUSTRY] with your specific criteria.","tip":"Test each node individually in n8n’s UI before activating the full workflow to debug issues early."},{"step":"Deploy the workflow and monitor its performance via n8n’s execution logs. Adjust triggers (e.g., frequency) based on your workflow’s purpose.","tip":"For YouTube content scraping, use the YouTube Data API node and filter by keywords like '[COMPANY_NAME] product demo' to avoid irrelevant results."},{"step":"Iterate by adding nodes for enrichment (e.g., enriching LinkedIn leads with Hunter.io email data) or notifications (e.g., sending enriched data to Notion).","tip":"Use n8n’s 'IF' node to create conditional logic, such as only notifying your team if a job posting has more than 50 applicants."}]
Automate job search outreach
Create engaging newsletters
Generate AI news videos
Scrape YouTube for content ideas
claude install swapnilmandloi312/n8n-automation-workflowsgit clone https://github.com/swapnilmandloi312/n8n-automation-workflowsCopy 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 an n8n automation workflow that [ACTION: e.g., 'scrapes job postings from LinkedIn for [ROLE] positions in [INDUSTRY] and enriches them with company data from Crunchbase']. Include error handling for failed API calls and a Slack notification when new job postings are detected. Use [TOOLS: e.g., LinkedIn API, Crunchbase API, Slack Webhook] where applicable.
Here’s a ready-to-deploy n8n workflow for scraping and enriching job postings: **Trigger**: Webhook (activated daily at 9 AM EST). **Step 1**: LinkedIn Scraper node searches for "Marketing Manager" roles in "Tech" industry, filtering for postings from the last 24 hours. Returns 12 job postings (e.g., Airbnb’s listing for a Growth Marketing role with 150+ applicants). **Step 2**: Crunchbase Enrichment node fetches company details for Airbnb, including funding rounds ($5.8B Series I) and employee count (15,000). **Step 3**: Data Transformation node formats the output into a structured JSON with fields: job_title, company_name, location, salary_range, funding_stage, and applicant_count. **Step 4**: Slack Notification node sends a message to the #hiring-alerts channel with a summary: "New Marketing Manager role at Airbnb (Series I, $5.8B funding). 150+ applicants. [Link to job posting]." **Error Handling**: If the LinkedIn API fails, the workflow retries once and logs the error to Google Sheets for review. **Result**: The workflow saves 2+ hours of manual data collection per week and ensures recruiters never miss high-potential roles.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan