blog-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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "blog-publisher-lite" with this command: npx skills add apex-stack-ai/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
FlagWhat It Does
--publishPublish 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 <= 4, valid body_markdown
  • 429: Rate limited. Wait 30 seconds.

Built by Apex Stack — tools for developers who ship.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

AI Content Publisher

Publish content to Medium, Dev.to, and Hashnode from markdown files. Handles formatting, SEO optimization, scheduling, and cross-posting with canonical URLs....

Registry SourceRecently Updated
1200Profile unavailable
Coding

Postnify

Postnify is a tool to schedule social media and chat posts to 28+ channels X, LinkedIn, LinkedIn Page, Reddit, Instagram, Facebook Page, Threads, YouTube, Go...

Registry SourceRecently Updated
950Profile unavailable
Coding

Tech Blog Generator

Generate professional technical blog posts from simple outlines. Supports Markdown, includes code blocks, and is optimized for SEO.

Registry SourceRecently Updated
4160Profile unavailable
Coding

Planning with files

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when aske...

Registry SourceRecently Updated
18.2K45Profile unavailable