{"skill":{"slug":"blog-cross-publisher-lite","displayName":"Blog Cross-Publisher Lite","summary":"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.","description":"---\nname: blog-publisher-lite\ndescription: \"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.\"\n---\n\n# Blog Publisher Lite\n\nPublish markdown articles to **Dev.to** directly from a markdown file using their REST API.\n\n> **Want cross-posting to Medium and Hashnode too?** Upgrade to [Blog Cross-Publisher (Full)](https://apexstack.gumroad.com/l/blog-cross-publisher)\n\n## What You Need\n\nA Dev.to API key. Get one at https://dev.to/settings/extensions\n\n## Article Format\n\nWrite 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.\n\n## Publishing\n\n```bash\npython scripts/publish_devto.py article.md --api-key YOUR_API_KEY --publish\n```\n\n| Flag | What It Does |\n|------|-------------|\n| `--publish` | Publish immediately (omit for draft) |\n| `--tags \"seo,webdev\"` | Override tags from the file |\n\n## API Details\n\nPOST https://dev.to/api/articles with api-key header and JSON body. Max 4 tags, lowercase.\n\n## Troubleshooting\n\n- **401**: API key invalid. Generate new one at dev.to/settings/extensions\n- **422**: Check title present, tags <= 4, valid body_markdown\n- **429**: Rate limited. Wait 30 seconds.\n\n---\n\n*Built by [Apex Stack](https://apexstack.gumroad.com) — tools for developers who ship.*\n","tags":{"blog":"1.0.0","claude-skills":"1.0.0","content-marketing":"1.0.0","cross-posting":"1.0.0","devto":"1.0.0","hashnode":"1.0.0","latest":"1.0.0","medium":"1.0.0"},"stats":{"comments":0,"downloads":305,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1775090022527,"updatedAt":1778492356127},"latestVersion":{"version":"1.0.0","createdAt":1775090022527,"changelog":"Initial release of Blog Publisher Lite for Dev.to.\n\n- Publish Markdown articles directly to Dev.to using their REST API.\n- Supports extracting the title, tags, and body from standard Markdown files.\n- Simple CLI for publishing as draft or live with customizable tags.\n- Includes troubleshooting tips for common API errors.\n- Requires a Dev.to API key for authentication.","license":"MIT-0"},"metadata":null,"owner":{"handle":"apex-stack-ai","userId":"s174e3ktan9tbwa83eb62cdnn583f4sx","displayName":"apex-stack-ai","image":"https://avatars.githubusercontent.com/u/267395928?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780090238697}}