Creative Studio Stars - Digital Product Development

/ PRODUCT

AI Article Automation product icon

AI Article Automation 1Command (Free)

Creating articles automatically with a single PowerShell command.

Download ZIP

Who it is for

Built for website owners, marketers, agencies, and solo creators who publish blogs regularly and want a faster pipeline. Use it on a Windows PC when you need draft articles, matching images, and a ready-to-deploy HTML blog output - without building a custom publishing stack from scratch.

Typical places to use it: company blogs, niche content sites, product marketing pages, and any site where you already control the web root over SSH and want repeatable one-command publishing.

Short set-up plan

[0 Phase] - Unzip downloaded path /AI-Article-Automation-1Command/ to your Documents

Extract the ZIP into your Documents folder so the project path is ready before editing settings.

[1 Phase] - Update settings file with your details:

product:
product_root: "C:/Users/YourWindowsUser/AI-Article-Automation-1Command"
articles_repo: "C:/Users/YourWindowsUser/AI-Article-Automation-1Command/articles-repo"
deploy_root: "C:/Users/YourWindowsUser/AI-Article-Automation-1Command/website-output"
blog_posts_per_page: 20


website:
  name: "My Website"
  origin: "https://www.example.com"
  blog_list_url: "https://www.example.com/blog.html"

sources:
  - "https://www.example.com/news/"
  - "https://www.example.com/blog/feed/"
  - "https://www.example-news.com/rss"
deploy:
  ssh_host: "YOUR SERVER IP"
  remote_web_root: "/var/www/YOUR WEBSITE ROOT"

[2 Phase] - Upload and rename image for articles.

Add your article image set to the project folders and rename files as required by the package instructions before running publish commands.

[3 Phase] - Put your details in commands and run PowerShell, one by one:

cd "C:\Users\YOUR_WINDOWS_USERNAME\AI-Article-Automation-1Command\SETUP-First\scripts"

powershell -ExecutionPolicy Bypass -File .\01-check-system.ps1

powershell -ExecutionPolicy Bypass -File .\02-install-dependencies.ps1

powershell -ExecutionPolicy Bypass -File .\03-install-ollama-model.ps1

>> Dry run

cd "C:\Users\YOUR_WINDOWS_USERNAME\AI-Article-Automation-1Command"
powershell -ExecutionPolicy Bypass -File .\app\scripts\run_publish.ps1 -ImageSet 1 -DryRun

>> check output folder.

>>> Live publish

cd "C:\Users\YOUR_WINDOWS_USERNAME\AI-Article-Automation-1Command"
powershell -ExecutionPolicy Bypass -File .\app\scripts\run_publish.ps1 -ImageSet 3

Yellow highlights mark values you should replace with your own paths, website URLs, and server details.

Additional info

This script automates the process of creating articles using your own images. The source text for the articles is taken from other real blogs and articles. An example of the final result: https://realestate.creativestudiostars.com/blog.html It can also be configured to generate images, with the addition of the script. An example of the result in this case: https://creativestudiostars.com/blog.html

Download ZIP Back to Products