AIAny
Icon for item

AI Agents A-Z

Collects 40+ importable n8n workflows from the AI Agents A-Z YouTube channel, each tied to one video episode — spanning content generation, social-media posting, and short-video and narrated-story pipelines, plus companion Docker MCP/REST servers.

Introduction

Most "build an AI agent" tutorials hand you concepts and leave the wiring as homework. This repo flips that: every episode of the AI Agents A-Z YouTube channel ships as the exact n8n workflow JSON you import and run, so the finished automation — not the narration — is the deliverable.

What Sets It Apart
  • Each of the 40+ workflows maps to a specific video episode, so you can watch the walkthrough and then open the actual graph behind it — no reverse-engineering the demo.
  • Coverage leans hard into media automation: short-video generation, narrated-story creation, and social-media posting, where no-code orchestration genuinely saves hours rather than just gluing APIs.
  • Compute-heavy steps like video assembly and TTS are pushed out to companion Docker MCP/REST servers, keeping each n8n graph legible instead of a tangled monolith.
  • It is no-code by intent — you connect LLM calls, APIs, and MCP tools inside n8n rather than maintaining Python glue between them.
Great Fit / Look Elsewhere

Great fit if you learn by importing a working graph and tweaking it, or you want battle-tested patterns for content and video automation paired with a clear video explanation. Look elsewhere if you need a maintained framework or SDK with stability guarantees — these are per-episode snapshots, supported through the AI Agents A-Z Skool community, and you bring your own API keys and self-hosted n8n instance.

Information

  • Websitegithub.com
  • OrganizationsAI Agents A-Z
  • Authorsgyoridavid, AI Agents A-Z (YouTube)
  • Published date2025/03/29

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.