A powerful and growing library of useful, ready-to-use n8n workflow templates to help automate tasks across marketing, development, content creation, and more.
git clone https://github.com/jeanmalaquias/n8n-automation-kit.gitn8n-automation-kit is a community-driven collection of pre-built n8n workflow templates designed to accelerate automation across marketing, content creation, development, and productivity tasks. The library includes templates for social media posting, email sequences, CRM integrations, AI-powered report generation, and user onboarding flows. Each template is provided as importable JSON files organized by category, with optional setup documentation. Users can clone, customize, and deploy templates directly into their n8n instances within minutes. The repository is regularly updated with new workflows and integrations across platforms like Slack, Stripe, GitHub, Notion, and YouTube.
Clone or download the template JSON file from the repository. Import it into your n8n instance using the 'Import Workflow' feature. Add your credentials, customize as needed for your use case, then save and activate the workflow. Templates are organized by category with optional README files for setup guidance.
Auto-posting content to social media platforms
Automating email sequences and follow-up workflows
Integrating CRM events with messaging and notification platforms
Generating reports with AI analysis and spreadsheet synchronization
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/jeanmalaquias/n8n-automation-kitCopy 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.
Generate a detailed n8n workflow template for [COMPANY] in the [INDUSTRY] sector. The workflow should automate [SPECIFIC TASK], integrating [DATA SOURCES] and [TOOLS]. Include step-by-step instructions, node configurations, and expected outcomes.
```markdown # n8n Workflow Template: Automated Social Media Scheduling ## Overview This workflow automates the scheduling of social media posts for [COMPANY], a tech startup in the SaaS industry. It integrates data from a Google Sheet containing post content and schedules posts on LinkedIn, Twitter, and Facebook. ## Workflow Steps 1. **Trigger**: The workflow is triggered daily at 9 AM. 2. **Google Sheets Node**: Fetches new posts from a specified Google Sheet. 3. **Filter Node**: Filters posts based on the current date. 4. **LinkedIn Node**: Schedules posts on LinkedIn using the LinkedIn API. 5. **Twitter Node**: Schedules posts on Twitter using the Twitter API. 6. **Facebook Node**: Schedules posts on Facebook using the Facebook API. 7. **Notification Node**: Sends a success notification to the marketing team. ## Node Configurations - **Google Sheets Node**: Authenticated with service account credentials. - **LinkedIn Node**: Uses OAuth 2.0 for authentication. - **Twitter Node**: Uses API keys for authentication. - **Facebook Node**: Uses a page access token for authentication. ## Expected Outcomes - Posts are scheduled on all three platforms. - Marketing team receives a notification upon successful execution. - Any errors are logged and sent to the team's Slack channel. ```
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan