Claude Skill
freddy-schuetz/n8n-claw
n8n-claw is an OpenClaw-inspired autonomous AI agent built entirely in n8n. Features adaptive RAG memory, MCP-based Skills, Expert Agents with sub-agents, proactive task management, and media under...
Overview
Repository
Install this Skill
git clone https://github.com/freddy-schuetz/n8n-claw.git && cd n8n-claw && ./setup.shRegistry
git clone https://github.com/freddy-schuetz/n8n-claw.git && cd n8n-claw && ./setup.shclaude mcp add --transport http n8n-claw https://<your-n8n-domain>/mcp-server/http \
Summary
n8n-claw is an OpenClaw-inspired autonomous AI agent built entirely within n8n. It features adaptive RAG-powered memory, Skills implemented via MCP templates, Expert Agents that can delegate sub-agents, proactive task management, and media understanding. The entire system is self-hosted using a single setup script.
完全基于n8n构建的OpenClaw风格自主AI代理。具备自适应RAG驱动记忆、通过MCP模板实现的技能(Claude Skill)、配备委派子代理的专家代理、主动任务管理、媒体理解能力——通过单一设置脚本即可实现自托管。
Key features
- Adaptive RAG-powered memory for context retention
- Skills implemented via MCP templates
- Expert Agents with delegated sub-agents
- Proactive task management
- Media understanding capabilities
- Self-hosted with a single setup script
Use cases
- Building autonomous AI workflows in n8n
- Delegating complex tasks to specialized sub-agents
- Managing proactive task queues with memory
- Processing and understanding media content
- Self-hosting a complete AI agent framework
README excerpt
<p align="center"> <img src="social-preview.png" alt="n8n-claw logo" width="600"> </p> # n8n-claw — Self-Hosted AI Agent A fully self-hosted AI agent built on n8n + PostgreSQL + Claude. Talks to you via Telegram or HTTP API (Slack, Teams, custom apps), builds its own MCP tools, manages reminders and memory — all running on your own infrastructure. **Short Introduction** https://github.com/user-attachments/assets/10b7b93d-f482-47c1-a144-80a1b9d1be16 ## Contents - [What it does](#what-it-does) - [Architecture](#architecture) - [Installation](#installation) - [Services & URLs](#services--urls) - [Connect Claude Desktop, ChatGPT, Claude Code, Lovable & Cursor](#connect-claude-desktop-chatgpt-claude-code-lovable--cursor) - [Webhook API & External Integrations](#webhook-api--external-integrations) - [MCP Skills Library](#mcp-skills-library) - [Google Services (OAuth2)](#google-services-oauth2) - [Expert Agents](#expert-agents) - [OpenClaw Integration](#openclaw-integration) - [Building custom MCP Skills](#building-custom-mcp-skills) - [Memory](#memory) - [Knowledge Graph](#knowledge-graph) - [Project Memory](#project-memory) - [Task Management](#task-management) - [Reminders & Scheduled Actions](#reminders--scheduled-actions) - [Media Support](#media-support) - [Heartbeat & Scheduled Actions](#heartbeat--scheduled-actions-1) - [Customization](#customization) - [Alternative LLM Providers](#alternative-llm-providers) - [Switching from Telegram to WhatsApp](#switching-from-telegram-to-whatsapp) - [HTTPS Setup](#https-setup) - [Updating](#updating) - [Postgres 17 Upgrade](#postgres-17-upgrade-existing-installations) - [Troubleshooting](#troubleshooting) - [WorkflowBuilder with Claude Code](#optional-workflowbuilder-with-claude-code) - [Stack](#stack) --- ## What it does