workflows.fit
Back to n8n workflows
n8n templateFreeBy Davide Boizza

OpenClaw Clone 🦞: Expandable Personal Telegram AI Agent Template

This workflow implements an advanced AI automation agent (OpenClaw Agent) that interacts with users through Telegram and integrates multiple AI models, external tools, and cloud services to automate complex tasks. I'v...

CommunicationHITLCore NodesData & StorageDevelopmentUtilityAILangchain
Loading interactive preview...

Template notes

This workflow implements an advanced AI automation agent (OpenClaw Agent) that interacts with users through Telegram and integrates multiple AI models, external tools, and cloud services to automate complex tasks.

I've described my basic idea in [this video](https://www.youtube.com/watch?v=DCoHsLQ1aY).

VERY IMPORTANT: By adapting the system prompt, inserting subworkflows or mcp servers and adjusting with webhooks many of the [workflows I have developed on this page](https://n8n.io/creators/n3witalia/) it is possible to potentially extend the template infinitely.

The agent can autonomously decide which tools to use to complete the request. It has access to multiple integrations, including:

Gmail (read, send, reply, draft emails) Google Calendar (create, delete, check availability) Google Drive, Docs, Sheets, and Slides Web search and web scraping tools RAG (Retrieval-Augmented Generation) using a vector database [Here how set up](https://n8n.io/workflows/7647) Image and video analysis tools Mathematical calculator tools Custom sub-workflows and MCP integrations

The system also includes persistent chat memory stored in PostgreSQL, allowing the AI to remember previous interactions and maintain conversation context.

Finally, the workflow generates a response and sends it back to the user via Telegram. If the input was voice-based, the response can also be converted into audio and returned as a voice message.

An escalation mechanism allows the system to transfer the conversation to a human operator when needed.