Content Factory:Discord 多代理内容流水线(研究→写作→封面)
解决内容团队“每天重复研究+写稿+配图”耗时问题:通过 3 个子代理串联成定时流水线,早上直接审核成品。
GITHUBDiscovered 2026-02-14Author hesamsheikh
Prerequisites
- Discord is connected and you can create dedicated channels for each stage.
- You can run subagent orchestration (`sessions_spawn` / `sessions_send`) and schedule cron jobs.
Steps
- Create 3 channels: `#research`, `#scripts`, `#thumbnails`; define clear output schema for each stage.
- Schedule a daily run: Research agent outputs top opportunities with sources; Writing agent consumes the best one; Thumbnail agent consumes final copy.
- Add a human-approval gate before publishing: only approved scripts trigger downstream publish actions.
- Run 3-day dry-run and tune prompt length/format based on reviewer feedback.
Commands
openclaw gateway statusopenclaw cron listopenclaw cron run <jobId>npm run buildVerify
For 3 consecutive runs, each channel receives stage-correct output with traceable source links and no stage skip.
Caveats
- Without strict schema, downstream agents may drift format and break pipeline parsing.
- Image generation stack/provider quota differs by environment(需验证).
Source attribution
This tip is aggregated from community/public sources and preserved with attribution.
Open original source ↗