Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
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
| Date | Stars |
|---|---|
| 2026-07-31 | 542 |
| 2026-08-03 | 542 |
| 2026-08-06 | 542 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
<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
Talk to your agent in natural language — it manages tasks, remembers context across conversations, builds API integrations, and proactively keeps you on track.
- **Telegram chat** — talk to your AI agent directly via Telegram
- **Webhook API** — call the agent from any external system via HTTP (Slack, Teams, Paperclip, custom apps)
- **Enriched long-term memory** — hybrid search (semantic + full-text + entity match, fused via RRF) with time decay, tags, entity tracking, source attribution, and category-based auto-expiry. Finds people by name, survives embedding API outages, naturally prefers recent context.
- **Knowledge graph** — automatically tracks people, companies, products, and events; multi-hop graph traversal reveals how everything connects
- **Task management** — create, track, and complete tasks with priorities and due dates
- **Proactive heartbeat** — automatically reminds you of overdue/urgent tasks
- **Recurring actions** — repeating tasks on any schedule ("check my emails every 15 minutes", "daily briefing at 8am")
- **Smart background checks** — monitoring tasks only notify you when something new is found
- **Failure awareness** — workflow errors are logged to memory and pushed to Telegram. Just ask *"did anything fail today?"* or *"what was the error in the last background check?"* and the agent explains in plain language — no more digging through n8n execution logs
- **Expert agents** — delegate complex tasks to specialized sub-agents (3 included, 100+ available from [agent catalog](https://github.com/freddy-schuetz/n8n-claw-agents) across 12 categories)
- **MCP Skills** — install pre-built skills or build new API integrations on demand
- **Smart reminders** — timed Telegram reminders ("remind me in 2 hours to...")
- **Scheduled actions** — the agent executes instructions at a set time ("search HN for AI news at 9am")
- **Web search** — searches the web via built-in SearXNG instance (no API key needed)
- **Web reader** — reads webpages as clean markdown via Crawl4AI (JS rendering, no boilerplate)
- **Browser automation** — drives a real Chromium via Browser Use to perform agentic actions on websites: newsletter signups, contact forms, click fExcerpt of 67,951 characters
Read on GitHub381
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b065bb4b83a01596, topic:ai-agent, topic:ai-agents, desc:ai agent