Blog Cross-Publisher Lite
by @apex-stack-ai
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.
clawhub install blog-cross-publisher-liteπ About This Skill
name: blog-publisher-lite description: "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."
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
*Built by Apex Stack β tools for developers who ship.*
π Tips & Best Practices
*Built by Apex Stack β tools for developers who ship.*