About bot
### Goal
I want to create a WordPress-based AI bot that automates the following for my existing articles:
### Features Needed:
1. **Translate Articles:**
* Translate the **title**, **content**, and optionally **excerpt** into my chosen language using AI (e.g., OpenAI, DeepL, etc.).
2. **Generate Featured Image:**
* Automatically generate a **featured image** based on the content or translated title using AI image generation (e.g., DALL·E, Midjourney, etc.).
3. **Auto Assign Categories:**
* Automatically analyze the article content and assign **relevant existing categories** from my site (max 3).
4. **Manual Test Mode:**
* I need the ability to **manually run the process on a single post** to review and adjust prompts before activating it site-wide.
* The system should **not auto-run on all posts by default**, to avoid unexpected API costs.
* Can I set it to **manually trigger post-by-post**, instead of automatically bulk-processing all content?
