# n8n, OpenClaw & Make are DEAD (my NEW AI Agent buried them)

Source: https://www.youtube.com/watch?v=IpcYLLlJI4U
Recap page: https://rapidrecap.app/video/IpcYLLlJI4U
Generated: 2026-03-02T16:04:25.982+00:00

---
## Quick Overview

The creator builds a fully autonomous, 24/7 AI agent called 'ThePopeBot' that integrates Airtable for content tracking, Google Drive for storage, Google Docs for documentation, and Kie-AI for image generation, replacing the need for separate tools like n8n and Make by leveraging GitHub Actions for workflow execution and self-improvement capabilities.

**Key Points:**
- The new AI agent, 'ThePopeBot', is designed to automate content tracking workflows using Airtable, Google Drive, Google Docs, and Kie-AI (for image generation).
- The agent utilizes GitHub Actions workflows orchestrated via a job runner that successfully executed all 10 steps of the setup and testing pipeline, including creating the necessary Airtable table and records.
- Key setup steps involved configuring secrets in GitHub for API tokens (Airtable, Google Service Account, Kie-AI), Base ID, and Google Drive ID, ensuring secure access for the agent.
- The agent demonstrated the ability to fetch a YouTube transcript, write a blog post, generate a featured image via Kie-AI, upload the image to Google Drive, create a Google Doc link, and add/update/delete a record in Airtable.
- The system architecture relies on a two-layer structure involving an Event Handler and a Docker agent running within GitHub Actions to manage job execution and self-updates.
- The creator emphasizes that the agent is self-improving, modifying its own code through pull requests, which allows for continuous enhancement without external monitoring.
- The setup process, guided by the agent via the terminal, is designed to be simple, even for beginners, with all necessary prerequisites and configuration steps clearly laid out.

![Screenshot at 00:00: Introduction screen displaying logos for n8n, Make.com, and OpenClaw being conceptually replaced by the new AI agent architecture shown on the laptop screen.](https://ss.rapidrecap.app/screens/IpcYLLlJI4U/00-00-00.jpg)

**Context:** This video serves as a detailed technical tutorial demonstrating the creation and deployment of a sophisticated, autonomous AI agent named 'ThePopeBot'. The agent is built to replace traditional low-code/no-code automation platforms like n8n and Make by executing complex, multi-step workflows entirely through GitHub Actions. The core functionality revolves around content management, involving AI services (image generation via Kie-AI), cloud storage (Google Drive), database management (Airtable), and document creation (Google Docs), all orchestrated by the agent itself, which is capable of self-modification.

## Detailed Analysis

The video details the architecture and setup of 'ThePopeBot,' an autonomous AI agent designed to handle content creation and tracking workflows, effectively superseding the need for tools like n8n and Make. The agent's foundation runs locally, utilizing a containerized setup managed by GitHub Actions. The setup process involves several crucial steps executed via the terminal: setting up secrets in GitHub for various API keys (Airtable, Google Service Account, Kie-AI, and the agent's own API key), retrieving the Google Drive ID, and configuring the agent's local environment via `ngrok` to expose a public URL for receiving GitHub webhook notifications. The agent successfully created an Airtable base with the required columns (title, media_gdrive_url, copy_gdrive_url, date). The agent then demonstrated its capabilities by running a full workflow job: fetching a YouTube transcript, writing a blog post in Markdown, generating a featured image using Kie-AI, uploading that image to Google Drive, creating a corresponding Google Doc, and finally adding/updating/deleting a record in Airtable. The agent's self-evolving nature, where it modifies its own code via Git pull requests, is highlighted as a key advantage. The creator emphasizes that all required skills (like `kie-ai`, `google-drive`, `google-docs`, and the custom `airtable` skill) were either pre-built or successfully generated by the agent during setup.

### Tool Replacement

- The PopeBot replaces n8n, OpenClaw, and Make
- Agent architecture utilizes n8n, Make.com, and OpenClaw logos being conceptually replaced by the new agent setup.

### Agent Architecture

- Relies on a three-container system (Event Handler, Reverse Proxy, Runner) managed by GitHub Actions
- Architecture diagram shows Event Handler triggering GitHub branch, which triggers Docker agent, creates PR, and agent runs job.

### Prerequisites & Setup

- Requires Node.js 18+, npm, Git, GitHub CLI, Docker/Docker Compose, and ngrok for local testing
- Setup involves running `npm run setup` to configure secrets and start Docker.

### Skill Activation & Creation

- Agent verified existing skills (like `kie-ai`, `google-drive`, `google-docs`) and created a new `airtable` skill
- Skills are activated using symbolic links within the `skills/active` directory.

### Full Workflow Execution

- Agent successfully completed a 10-step job involving YouTube transcript fetching, blog writing, AI image generation, Google Drive upload, Google Doc creation, and Airtable record management
- Results verified in Airtable and Google Drive.

### Self-Improvement

- Agent modifies its own code via Git commits/PRs, eliminating the need for constant manual updates to skills or configuration.

![Screenshot at 00:00: Introduction screen displaying logos for n8n, Make.com, and OpenClaw being conceptually replaced by the new AI agent architecture shown on the laptop screen.](https://ss.rapidrecap.app/screens/IpcYLLlJI4U/00-00-00.jpg)
![Screenshot at 00:04: Screen showing the AI Agent acquiring necessary skills for the project, including Python, Code, SQL, API, and Cloud infrastructure management.](https://ss.rapidrecap.app/screens/IpcYLLlJI4U/00-00-04.jpg)
![Screenshot at 07:03: Viewing the contents of the code-session.json file in VS Code, showing the detailed configuration and conversation history that the agent uses for context.](https://ss.rapidrecap.app/screens/IpcYLLlJI4U/00-07-03.jpg)
![Screenshot at 01:51: Airtable base \('New Content System'\) is shown empty before the agent creates the required 'Content' table and populates it.](https://ss.rapidrecap.app/screens/IpcYLLlJI4U/00-01-51.jpg)
![Screenshot at 10:05: The Swarm interface showing numerous successful agent jobs running in the background, confirming continuous operation.](https://ss.rapidrecap.app/screens/IpcYLLlJI4U/00-10-05.jpg)
