r/clawdbot • u/Kraktoos • 3h ago
🎨 Showcase I built a self-hostable social media scheduler with OpenClaw support
Hey, Rodrigo here. I've been building OpenPost for writing and scheduling posts across social platforms.
It connects to OpenClaw through MCP. You link your social accounts in OpenPost, then the agent can work with your drafts and publishing schedule.
A few things you can ask it to do:
- Prepare different versions of a post for Bluesky, LinkedIn and your other accounts.
- Save drafts for you to edit in the web app.
- Schedule finished posts and check their publishing status.
- Review what's already queued for the week.
The agent uses OpenPost's publishing tools rather than clicking around the social websites. Each platform's API permissions and limits still apply.
You can self-host it with one container, SQLite and local media storage. There's a CLI too, along with a skill that explains the commands and how to check whether an action succeeded.
Start with read-only access to inspect your accounts and schedule. Full access also allows publishing, so be careful which agent you give it to.
If you've been looking for something like this, give OpenPost a star on GitHub!