Claude Skill
freddy-schuetz/n8n-claw
n8n-claw 是一个完全基于 n8n 构建的 OpenClaw 风格自主 AI 代理。具备自适应 RAG 记忆、基于 MCP 的技能(Claude Skill)、带子代理的专家代理、主动任务管理和媒体理解能力。通过单一设置脚本实现自托管。
概览
仓库信息
安装这个 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 \
项目简介
n8n-claw 是一个完全基于 n8n 构建的 OpenClaw 风格自主 AI 代理。它具备自适应 RAG 驱动的记忆、通过 MCP 模板实现的技能(Claude Skill)、可委派子代理的专家代理、主动任务管理以及媒体理解能力。整个系统通过单一设置脚本即可实现自托管。
OpenClaw-inspired autonomous AI agent built entirely in n8n. Adaptive RAG-powered memory, Skills via MCP templates, Expert Agents with delegated sub-agents, proactive task management, media understanding - self-hosted with one setup script
要点
- 自适应 RAG 驱动的记忆,用于上下文保持
- 通过 MCP 模板实现的技能(Claude Skill)
- 配备委派子代理的专家代理
- 主动任务管理
- 媒体理解能力
- 通过单一设置脚本实现自托管
使用场景
- 在 n8n 中构建自主 AI 工作流
- 将复杂任务委派给专门的子代理
- 通过记忆管理主动任务队列
- 处理和理解媒体内容
- 自托管完整的 AI 代理框架
README 摘要
<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