Blog Cross-Publisher Lite
/install blog-cross-publisher-lite
Blog Publisher Lite
Publish markdown articles to Dev.to directly from a markdown file using their REST API.
Want cross-posting to Medium and Hashnode too? Upgrade to Blog Cross-Publisher (Full)
What You Need
A Dev.to API key. Get one at https://dev.to/settings/extensions
Article Format
Write your article in standard markdown. The skill extracts the title from the first # heading, tags from the *Tags:* line, and everything after --- becomes the body.
Publishing
python scripts/publish_devto.py article.md --api-key YOUR_API_KEY --publish
| Flag | What It Does |
|---|---|
--publish |
Publish immediately (omit for draft) |
--tags "seo,webdev" |
Override tags from the file |
API Details
POST https://dev.to/api/articles with api-key header and JSON body. Max 4 tags, lowercase.
Troubleshooting
- 401: API key invalid. Generate new one at dev.to/settings/extensions
- 422: Check title present, tags \x3C= 4, valid body_markdown
- 429: Rate limited. Wait 30 seconds.
Built by Apex Stack — tools for developers who ship.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install blog-cross-publisher-lite - After installation, invoke the skill by name or use
/blog-cross-publisher-lite - Provide required inputs per the skill's parameter spec and get structured output
What is Blog Cross-Publisher Lite?
Publish markdown articles to Dev.to via their REST API. Use this skill whenever the user wants to publish a blog post or article to Dev.to. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Blog Cross-Publisher Lite?
Run "/install blog-cross-publisher-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Blog Cross-Publisher Lite free?
Yes, Blog Cross-Publisher Lite is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Blog Cross-Publisher Lite support?
Blog Cross-Publisher Lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Blog Cross-Publisher Lite?
It is built and maintained by apex-stack-ai (@apex-stack-ai); the current version is v1.0.0.