Problem
Publishing content across LinkedIn and X requires switching between platforms, writing platform-specific copy, and managing scheduling manually. For frequent posters this adds up quickly.
What I Built
ClawPost is a CLI tool that lets you generate, draft, schedule, and publish social media posts to LinkedIn and X from the terminal. Uses AI to generate platform-tailored content with refinement options. Works best with OpenClaw, the open-source AI engine.
Tech Decisions
- CLI-first approach for speed, scriptability, and integration with existing workflows
- OpenAI API for generating and refining platform-tailored post copy
- Draft and scheduling system with status tracking via the backend API
Outcome
Shipped a working CLI tool with AI generation, draft management, and scheduled publishing.