⚙️

Download the Full Pipeline (ZIP)

Every script, skill & sample output — free, no signup. Bring your own keys.

⬇ DOWNLOAD PIPELINE

What This Is

This is the actual automation pipeline behind my daily LinkedIn content. Instead of staring at a blank page every morning, it does the heavy lifting: it researches trending AI & startup topics, writes posts in a defined voice, designs branded carousels and data infographics, and can deliver them to Slack and help you schedule them.

It's not a polished SaaS — it's the real working toolkit, shared as-is so you can run it, learn from it, and bend it to your own brand.

What It Does

✍️

AI Post Writing

Generates ready-to-post LinkedIn text via OpenRouter, Anthropic or Gemini.

🎨

Branded Carousels

Builds multi-slide carousels as PNG + PDF from HTML templates.

📊

Data Infographics

Renders clean single-image infographics for performance posts.

🔎

Topic Research

Pulls trending topics from Reddit & AI news (Apify / Scrapingdog / RSS).

💬

Slack Delivery

Sends finished posts & assets straight to a Slack channel.

🗓️

Scheduling Helpers

Scripts to queue and organise posts across the week.

What's Inside the ZIP

Generators
  • Post writers (multi-model)
  • Carousel builders
  • Infographic renderers
  • Daily paper generator
Research & Delivery
  • Reddit + AI-news fetchers
  • RSS fallback
  • Slack delivery scripts
  • Scheduling helpers
Docs & Extras
  • README + help.txt
  • 4 reusable skills
  • .env.example template
  • sample-outputs folder

What You'll Need

Everything runs on your own accounts and machine — so you control usage and cost.

  • Python 3 and Node.js installed.
  • A writing model key — OpenRouter, Anthropic, or Gemini (all have free / low-cost tiers).
  • Research keys (optional) — Apify or Scrapingdog; there's an RSS fallback if you skip them.
  • Slack bot token (optional) — only if you want auto-delivery to Slack.
🔑 No keys included

This download was scrubbed of all secrets — there are no API keys, tokens, or .env file inside. You add your own keys to the included .env.example (rename it to .env).

Quick Start

  1. Unzip the folder anywhere on your computer.
  2. Rename .env.example.env and paste in your own API keys.
  3. Install dependencies: Python packages (e.g. requests) and run npm install inside carousel-routine/.
  4. Run a generator — for example python generate_all_content_gemini.py.
  5. Open README.md and help.txt for the full command list.
🐍 Python ⬢ Node.js 🤖 AI-Powered 🔓 Bring Your Own Keys 💸 Free
📥

Grab the Whole Pipeline

Scripts, skills, templates & samples — 4.2 MB ZIP, free.

⬇ DOWNLOAD PIPELINE

Frequently Asked Questions

What exactly is this pipeline?
It's the actual set of scripts and skills I use to run daily LinkedIn content: it researches trending AI and startup topics, writes posts in a defined voice, generates branded carousels and infographics, and can deliver them to Slack and help schedule them. It's a starting kit you run on your own machine with your own API keys.
Do I need to know how to code?
Some comfort with the command line helps. You'll install Python and Node.js, paste your keys into a .env file, and run scripts. The README and help.txt walk through the commands — if you can follow setup steps and run a terminal command, you can use it.
Which API keys do I need, and are they free?
Bring your own keys. For writing you can use OpenRouter, Anthropic, or Gemini (all have free or low-cost tiers). For research, Apify or Scrapingdog are optional (there's an RSS fallback). Slack delivery is optional and needs a Slack bot token. The .env.example file lists every variable.
Are any of your API keys included in the download?
No. The package was scrubbed of all secrets before publishing — there are no API keys, tokens, or .env file inside. You add your own keys via the provided .env.example template.
Can I modify it or use it for my own brand?
Yes. It's meant to be customized — swap the voice, branding, prompts, and sources to fit your own LinkedIn presence or your clients'. Use it freely.
What does it actually produce?
Ready-to-post LinkedIn text posts, branded image carousels (PNG + PDF), and data infographics — plus optional Slack delivery and scheduling helpers. A sample-outputs folder shows real examples.