4 Free n8n Templates for Anthropic Claude AI (Ready to Import) A developer has released four free, ready-to-import n8n templates that integrate Anthropic Claude AI into automation workflows. The templates, available on GitHub, enable tasks such as an AI assistant for LINE messages, a personalized daily briefing, on-demand content generation, and intelligent webhook routing, all without hardcoded API keys. The project requires n8n v1.0+ and an Anthropic API key. If you use n8n and want to add Anthropic Claude AI to your workflows, these 4 templates give you a working starting point — import the JSON and you're running in under 60 seconds. All templates use $env. for credentials. No hardcoded API keys anywhere. Use when : You want an AI assistant that replies to LINE messages using Claude. How it works: Required env vars: ANTHROPIC API KEY , LINE CHANNEL ACCESS TOKEN Use when : You want a personalized daily briefing delivered every morning without manual effort. How it works: Required env vars: ANTHROPIC API KEY , LINE CHANNEL ACCESS TOKEN , LINE USER ID Use when : You want to generate blog posts, newsletters, or social media content on demand. How it works: { "topic": "...", "type": "blog|newsletter|social" } Supported types: blog — full post with sections and CTA ~600 words newsletter — hook, key insights, sign-off ~300 words social — 3 platform variants Twitter/X, LinkedIn, Instagram Required env vars: ANTHROPIC API KEY , SLACK WEBHOOK PATH Use when : You want to route incoming webhook requests intelligently without hard-coded rules. How it works: support / technical / sales / general Required env vars: ANTHROPIC API KEY workflow.json from the template folderAll 4 templates are free on GitHub: github.com/eightask01-design/claude-powered-n8n-templates https://github.com/eightask01-design/claude-powered-n8n-templates Requires n8n v1.0+ and an Anthropic API key free tier available https://console.anthropic.com .