Codymaster cm-autopilot
Easy-to-use conversational CLI (Claude Code style) for non-technical users to spawn parallel AI tasks supervised by a visual web dashboard.
install
source · Clone the upstream repo
git clone https://github.com/tody-agent/codymaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tody-agent/codymaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cm-autopilot" ~/.claude/skills/tody-agent-codymaster-cm-autopilot && rm -rf "$T"
manifest:
skills/cm-autopilot/SKILL.mdsource content
CM AutoPilot CLI — Conversational Task Supervisor
Just talk to it. It plans, splits, and watches parallel tasks for you.
What it does
- Provides a conversational CLI interface using
andrich
.prompt_toolkit - Translates user intent into multiple parallel tasks.
- Integrates with
's Dashboard (cm-content-factory
) for a visual way to track multi-threading.localhost:5050 - Allows non-technical users to utilize the Cody Master skill set effortlessly.
Requirements
- Python 3.9+
richprompt_toolkit
How to run
- Launch the conversational CLI:
python3 skills/cm-autopilot/scripts/autopilot.py - 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").
- The AutoPilot will generate tasks and push them into the Queue.
- AutoPilot will automatically start the visual Dashboard at
so you can watch your jobs execute in parallel.http://localhost:5050