Back to Hackathon Showcase

Hacker Pioneer AwardPrize: ¥100#48
Blue Fat
My planned project: 'Throw an image, drop a link, get ready-made copy for all platforms in 10 seconds, post directly.' Solves marketers rewriting same pitch for WeChat groups, Moments, Xiaohongshu dai...
About the Creator
Mobile architect at listed company, Shanghai GDG organizer, HDG Shanghai organizer, Huawei HDE, Tencent Cloud Architect Alliance Shanghai member, Shanda College external industry mentor
Project Description
My planned project: 'Throw an image, drop a link, get ready-made copy for all platforms in 10 seconds, post directly.' Solves marketers rewriting same pitch for WeChat groups, Moments, Xiaohongshu daily - time-consuming and prone to repetition. Approach: Auto-extract selling points, prices, pain points. Simultaneously generate e-commerce titles, group chat scripts, Moments stories, Xiaohongshu seeding copy with emojis and hashtags. Real-time hot word replacement, can track data for iteration after posting. Result: Copy → paste → post, three steps done.
Technical Solution
Parse Agent: Breaks down images/links, outputs fact list. Copy Agent: Parallel writes e-commerce titles, community scripts, Xiaohongshu notes. Hot Words Agent: Real-time hot word replacement, provides CTR. Deploy Agent: One-click mass send with copy, feedback data. Connected through OpenAgents event bus, Mod hot-pluggable, Secret Vault manages keys.
Features
1. Parse Agent: Single entry point, breaks images, links, original text into structured 'product name + selling points + price + pain points' cards, outputs 'Material Fact List'. 2. Copy Agent (3 parallel instances): E-commerce Title Machine: 30 chars max with trending keywords for shelf. Community Script Machine: Two-line colloquial + emoji for WeChat groups/Moments. Seeding Note Machine: 300-char Xiaohongshu template with #hashtags# and emojis. Three machines subscribe to 'Material Fact List', write separately, send 'Copy Complete Event' when done. 3. Hot Words Agent: Listens to 'Copy Complete Event', real-time replaces low-conversion words with platform trending words, outputs 'Deployable Copy' with predicted CTR score. 4. Deploy Agent: Receives 'Deployable Copy', calls WeChat Work/Xiaohongshu open APIs for one-click group send or draft save, feedbacks real exposure/click data, throws 'Deploy Result Event' to Hot Words Agent for closed loop. OpenAgents collaboration: Fact List, Copy Complete, Deployable, Deploy Result four event types → all go through OpenAgents built-in Event Bus (fixed JSON Schema), zero coupling between Agents. Each Agent packaged as independent Mod: parse_mod, copy_mod, hotwords_mod, deploy_mod, supporting hot-plugging.
Inspired by this project?
Build your own multi-agent system with OpenAgents. Join the community and start creating today.