Built a multi-platform social media autopilot on top of Claude Code — Xiaohongshu + WeChat + X, fully prompt-driven #1831
554022647henry-boop
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! I've been building a content operations system on top of Claude Code for the past few weeks and wanted to share it here.\n\n**socialmedia-autopilot** is a complete write-once, publish-everywhere workflow covering Xiaohongshu (RED), WeChat Official Account, and X/Twitter simultaneously.\n\nThe philosophy: you only do three things — pick a topic, provide your core insight, confirm before publishing. Everything else (research, drafting, formatting, image card generation, tagging, publishing, archiving) is handled by Claude Code agents.\n\nHow it works:\n- 7-step agent pipeline per platform, each step is a standalone
.mdprompt file\n- Xiaohongshu: browser automation via xhs-autoclaw + image cards via xhs-note-creator\n- WeChat: official REST API, zero ban risk\n- X/Twitter: official API v2 with Longform Posts support (up to 25k chars)\n\nAll logic lives in Markdown files — no code required to run it, and it works with Cursor/Windsurf/Cline too, not just Claude Code.\n\nWould love feedback from this community — especially on the agent architecture and whether the prompt-file-as-agent pattern is something others are using.Beta Was this translation helpful? Give feedback.
All reactions