$npx -y skills add tody-agent/codymaster --skill cm-autopilotEasy-to-use conversational CLI (Codex style) for non-technical users to spawn parallel AI tasks supervised by a visual web dashboard.
| 1 | # CM AutoPilot CLI — Conversational Task Supervisor |
| 2 | |
| 3 | > **Just talk to it. It plans, splits, and watches parallel tasks for you.** |
| 4 | |
| 5 | ## What it does |
| 6 | - Provides a conversational CLI interface using `rich` and `prompt_toolkit`. |
| 7 | - Translates user intent into multiple parallel tasks. |
| 8 | - Integrates with `cm-content-factory`'s Dashboard (`localhost:5050`) for a visual way to track multi-threading. |
| 9 | - Allows non-technical users to utilize the Cody Master skill set effortlessly. |
| 10 | |
| 11 | ## Requirements |
| 12 | - Python 3.9+ |
| 13 | - `rich` |
| 14 | - `prompt_toolkit` |
| 15 | |
| 16 | ## How to run |
| 17 | |
| 18 | 1. Launch the conversational CLI: |
| 19 | ```bash |
| 20 | python3 skills/cm-autopilot/scripts/autopilot.py |
| 21 | ``` |
| 22 | 2. The CLI will ask what you want to do. Explain your complex request (e.g., "Dịch 10 bài báo sang tiếng anh", "Research 5 competitors"). |
| 23 | 3. The AutoPilot will generate tasks and push them into the Queue. |
| 24 | 4. AutoPilot will automatically start the visual Dashboard at `http://localhost:5050` so you can watch your jobs execute in parallel. |