A resource library created specifically for AI agents

The ai_agents_az project is a resource specifically created for AI agents that contains multiple replays and tutorials covering practical cases ranging from creating drug prescription agents to creating social media content using tools such as n8n. The project is jointly maintained by David Gyori and Kais and is mainly developed using the Python language.

The project content is divided into two main parts:

The first is the AI Agent A-Z series of tutorials containing 20 episodes, each episode having corresponding workflow files and instructions;
The second is to provide an MCP/REST server for creating Short Video and a story creation server for creating goals.

📘Project background and goals

  • The warehouse name is AI Agents A‑ZThe author is David Gyori (GitHub username gyoridavid). This project mainly includes n8n workflow templates supporting the YouTube teaching series “AI Agents AZ”. You can think of it as a collection of automated agent implementation examples shown in the video tutorial
  • The README states that “here you can find the n8n templates we created for the episodes of AI Agents AZ”, and you are also encouraged to join the author’s Skool community for more support and advanced content.

🧱Main content and directory structure

Warehouse mainly consists of two levels:

Season 1 Workflow for each episode

There are 20 episodes in total, and each episode focuses on building an AI agent for practical purposes. Features include:

  • Prescribing agent (Episode 1)
  • Daily News Summary Agent (Episode 2)
  • Create LinkedIn posts using the human approval process (Episode 3)
  • Agents that use Google for in-depth research (Episode 4)
  • Blog Writing System (Episode 5)
  • Lead generation from LinkedIn via XRay Search (Episode 6)
  • Build YouTube Short Videos with MCP server (Episode 7)
  • Create AI Instagram influencers using n8n (Episode 8)
  • Making a YouTube revenge story video (Episode 9)
  • …Continue until the 20th episode, such as generating AI Startup ideas, poetry videos, product promotion videos, etc.

Each episode folder should contain the corresponding n8n workflow template (usually in JSON format), which can be directly imported into n8n for use.

Server Support Components

located servers A folder that contains several auxiliary services:

  • AI Agents No‑Code Tools
  • Short video maker MCP/REST server
  • Narrated story creator server
    These services can be used with n8n to help generate videos, storytelling and more

Related projects and ecology

  • There is also another author named ai-agents-no-code-tools The library is a lightweight version of the tool that focuses on making Short Video (with TTS and subtitles) using uncoded tools such as n8n, Zapier, Make
  • there are also short-video-maker Project. This is a Short Video tool used to generate TikTok, Instagram Reels, and YouTube Shorts. It supports the generation of voice, automatic captioning, background videos, etc., and provides REST API and MCP interface. It is suitable for collaborating with n8n to build an automated video generation process
  • The entire AI Agents AZ series has a supporting YouTube channel, and the teaching style is to show how to build various AI agents with practical examples

How to use this project

  1. importing workflow
    • According to the application scenarios you are interested in (such as video generation, content summary, Lead Generation), select the corresponding episode folder, which will contain the JSON template of n8n workflow. You can import n8n for local or online configuration and operation.
  2. Deploy ancillary services
    • If some workflows rely on video generation or voice telling functions, they need to run them together such as short-video-maker REST/MCP services provided.
  3. Combine n8n to build a complete pipeline
    • n8n is a low-code/no-code automation tool that uses these templates to quickly build complex processes, automating a series of steps from triggering, generating content, processing, and publishing.

🧭Summary

This project is a “practical” collection of learning resources that combines video tutorials and actual code templates to allow users to quickly build their own AI agent automation systems with the help of n8n and auxiliary services. Whether you want to build applications such as content generation, video editing, social media automation, and Lead Generation, you can find inspiration and templates from it.

If you want to try a specific effect from it, such as “Want to automatically generate YouTube Shorts using n8n” or “Make a research summary agent”, you can also tell me. I can help you further focus on specific episodes and parse the details!

Github:https://github.com/gyoridavid/ai_agents_az

Oil tubing:

Scroll to Top